9f98333d
Name Last commit Last update
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level.
browser.c Now putting things in the proper order: setting 'prev_dir' only when
chars.c Deleting two dead prototypes, adjusting two comments for correctness,
color.c Making sure to keep advancing also when regex matches are zero-length.
cut.c Not moving the cursor when copying a backwardly marked region.
files.c Eliding splice_opennode() by handling the two cases (the creation of
global.c Condensing some code by factoring out a repetition.
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 Eliding splice_opennode() by handling the two cases (the creation of
nano.h Call kill_spaces_on_justify justifytrim, to match the rest of rcfile naming conventions.
prompt.c Renaming a variable, for contrast and correctness.
proto.h Eliding splice_opennode() by handling the two cases (the creation of
rcfile.c Call kill_spaces_on_justify justifytrim, to match the rest of rcfile naming conventions.
search.c Avoiding a memory leak when tabbing on a string that doesn't occur in the
text.c Call kill_spaces_on_justify justifytrim, to match the rest of rcfile naming conventions.
utils.c Not using $HOME when we're root, because some sudos don't filter it out
winio.c Rewrapping and reshuffling some lines.