commit 8781fc62cb3a086f5dad55a3a07e5f87f949fd5b
parent 1f1ebb85b7722e90452c4e73e8b8cce1f1f23627
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 11 Nov 2004 22:02:48 +0000
fix entry
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2091 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -229,8 +229,8 @@ CVS code -
greater than COLS. (DLR)
handle_sigwinch()
- Call shortcut_init(FALSE) defore redisplaying the main list,
- so that "UnJustify" isn't erroneously displayed when we
- justify, suspend, and then continue. (DLR)
+ so that "UnJustify" isn't erroneously displayed after we
+ resize or after we continue from a suspend. (DLR)
main()
- Tweak the command line parsing routine so that multiple +LINE
flags are properly interpreted in multibuffer mode. (DLR)