cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4044 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2007-01-16 18:59:41 +00:00
parent 99c61e207f
commit a4ede3c21e

View File

@ -6070,15 +6070,16 @@ GNU nano 1.1.7 - 03/05/2002
name!) & free_toggles(), and big cleanup program
thanks_for_all_the_fish() (originally
thanks_for_the_memories()). Mods to shortcut_init() by Chris.
- Preliminary quoting support for justify. New arg -Q, --quotestr,
changes to do_justify(), global variable quotestr().
- Preliminary quoting support for justify. New arg -Q,
--quotestr, changes to do_justify(), global variable
quotestr().
- Makefile.am:
- Add SYSCONFDIR to DEFS, so we can have a $SYSCONFDIR/nanorc.
- Change localedir line to 1.0's version.
- Moved m4/ stuff to its own m4/Makefile.am.
- m4/aclocal_inc.m4:
- New macro AM_ACLOCAL_INCLUDE, tells configure.ac where to look for
macros (Gergely Nagy).
- New macro AM_ACLOCAL_INCLUDE, tells configure.ac where to look
for macros (Gergely Nagy).
- configure.in:
- Renamed to configure.ac.
- configure.ac:
@ -7801,7 +7802,7 @@ nano-0.9.6 - 05/08/2000
edit_update():
- Removed yucky code that didn't work, this function now just
computes edittop and editbot and calls edit_refresh() to do the
rest, which removes a lot of duplicate code..
rest, which removes a lot of duplicate code...
nano-0.9.5 - 05/01/2000
- Removed bytes from file struct because it was computationally wasteful.