diff --git a/ChangeLog b/ChangeLog index f726e9c0..7419d020 100644 --- 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()),