commit 1a76845aa58f5a8a731eff414cffe8b07beaecba
parent e90f0b8a33d4d27eed958f9345ea9d047742e853
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sun, 12 Jun 2005 23:49:05 +0000
fix changelog entry
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2636 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -54,7 +54,7 @@ CVS code -
and NANO_APPEND_KEY are. Changes to shortcut_init(), usage(),
main(), search_init(), nanorc.sample, nano.1, nanorc.5,
nano.texi, etc. (DLR)
- - Various cleanups in chars.c. Remove some unnecessary ctype
+ - Various cleanups in chars.c. Remove some unnecessary (w)ctype
wrappers, change other ctype wrappers to take wint_t instead
of wchar_t, and rename some functions for consistency. Changes
to is_alnum_mbchar(), is_blank_char() (renamed nisblank()),