From: David Lawrence Ramsey Date: Thu, 11 Nov 2004 22:02:48 +0000 (+0000) Subject: fix entry X-Git-Tag: v1.3.5~29 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8781fc62cb3a086f5dad55a3a07e5f87f949fd5b;p=nano.git fix entry git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2091 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index d5f904b3..0578d699 100644 --- 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)