Renaming three flags for clarity.
Benno Schulenberg authored
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5268 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
f0bb5030
Name Last commit Last update
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level.
browser.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
chars.c Starting to look for a multibyte character not at the start of the string,
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 Not checking for non-NULL before freeing a variable, as it's unnecessary.
global.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
help.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
move.c Fusing two identical functions into one: need_screen_update().
nano.c Removing the obsolete long option --undo, and sorting some things.
nano.h Renaming three flags for clarity.
prompt.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
proto.h Renaming the parameter 'current_action' to 'action',
rcfile.c Removing the obsolete long option --undo, and sorting some things.
search.c Making M-W work also right after startup.
text.c Renaming three flags for clarity.
utils.c Keeping homedir NULL when no home directory could be determined,
winio.c Verifying that there exists multidata for the found starting line