commit da1f55cec7f8d180d9e9be37d850e2e1d2253743
parent 43eee6ed440388cd7cea67bd54434fa5a72381c3
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Tue, 29 Nov 2005 04:27:07 +0000
add missing update
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3219 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -262,6 +262,8 @@ CVS code -
by DLR)
- Sort the configure options more consistently, and add missing
--disable-utf8 option. (DLR)
+ - Move --disable-wrapping above --enable-tiny, as the latter now
+ turns it on. (DLR)
- doc/nanorc.sample:
- Tweak the "c-file" regex for characters to properly accept
'\"' and reject '"' and '''. (DLR)