Not setting 'openfile->mark_begin' for no reason.
Benno Schulenberg authored
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5393 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
a3c9dfa3
Name Last commit Last update
..
Makefile.am Removing an "-I m4" flag; it is needed only at the top level.
browser.c Speeding up the finding of the longest filename in the current folder.
chars.c Reverting my own patch that claimed that UTF8 is a stateless encoding.
color.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
cut.c Not setting 'openfile->mark_begin' for no reason.
files.c Truncating an overlong hostname properly instead of bailing out
global.c Not checking whether a function has a help line; it's irrelevant.
help.c Discarding an unneeded extra freeing of the help text.
move.c Not calculating the line length twice.
nano.c Improving comments and combining two conditions.
nano.h Improving several comments.
prompt.c Not checking for non-NULL before freeing a variable, as it's unnecessary.
proto.h Chopping the 'undoing' parameter, so that the calls of do_cut_text() become
rcfile.c Fixing compilation with --enable-tiny: file formats don't exist then.
search.c Removing the mistaken comparison between a pointer and a literal character.
text.c Chopping the 'undoing' parameter, so that the calls of do_cut_text() become
utils.c Keeping homedir NULL when no home directory could be determined,
winio.c Not checking whether a function has a help line; it's irrelevant.