Deleting a now-unused struct member.
Benno Schulenberg authored
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5707 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
c02c182b
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 Not bothering to keep the compiled regular expression when it matched.
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 Deleting a now-unused struct member.
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 Deleting a now-unused struct member.
prompt.c Renaming a variable, for contrast and correctness.
proto.h Eliding splice_opennode() by handling the two cases (the creation of
rcfile.c Deleting a now-unused struct member.
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.