Improving several comments.
Benno Schulenberg authored
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5388 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
bf84e597
Name Last commit Last update
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level.
browser.c Speeding up the finding of the longest filename in the current folder.
chars.c Reverting my own patch that claimed that UTF8 is a stateless encoding.
color.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
cut.c 2015-02-03 Alex Henrie <alexhenrie24@gmail.com>
files.c Making ^O work the same way as under Pico when option -t is given:
global.c Allowing to change the file format in restricted mode, but actually disabling
help.c Discarding an unneeded extra freeing of the help text.
move.c Not calculating the line length twice.
nano.c Improving comments and combining two conditions.
nano.h Improving several comments.
prompt.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
proto.h Making ^O work the same way as under Pico when option -t is given:
rcfile.c Fixing compilation with --enable-tiny: file formats don't exist then.
search.c Removing the mistaken comparison between a pointer and a literal character.
text.c Removing an 'if' that will never be true, and removing some
utils.c Keeping homedir NULL when no home directory could be determined,
winio.c Forcing a redraw of a line only when it contains a multicolumn character,