Renaming a variable for clarity.
Benno Schulenberg authored
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5778 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
29cac04a
Name Last commit Last update
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level.
browser.c Improving the wording of an error message: the confinement of
chars.c Speeding up Unicode validation.
color.c Checking for the existence of the REG_ENHANCED regex flag, and
cut.c Not moving the cursor when copying a backwardly marked region.
files.c Always asking whether it's okay when the name of the file was changed.
global.c Removing the 'last_replace' variable that is never used.
help.c Switching the cursor on and off at the appropriate moments (that is: when
move.c Sorting the prev_word() and next_word() functions in the standard way:
nano.c Placing the cursor in the edit window also when --constantshow is in effect.
nano.h Combining the regular-expression flags at compile time instead of at run time.
prompt.c Renaming a variable, for contrast and correctness.
proto.h Renaming 'do_replace_highlight()' to 'spotlight()', for clarity,
rcfile.c Checking for the existence of the REG_ENHANCED regex flag, and
search.c Renaming 'do_replace_highlight()' to 'spotlight()', for clarity,
text.c Renaming 'do_replace_highlight()' to 'spotlight()', for clarity,
utils.c Not using $HOME when we're root, because some sudos don't filter it out
winio.c Renaming a variable for clarity.