Deleting two unused things, and adding two comments.
Benno Schulenberg authored
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5257 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
02555376
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 Not checking for non-NULL before freeing a variable, as it's unnecessary.
nano.h Deleting two unused things, and adding two comments.
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 Allowing a tiny nano to enable search and position histories.
search.c Renaming the parameter 'whole_word' to 'whole_word_only',
text.c Improving the visibility of the undo-related debugging messages.
utils.c Limiting the number of backup files to one hundred thousand, well
winio.c Not bothering to look for any starting matches on the current line