From: David Lawrence Ramsey Date: Sun, 12 Jun 2005 23:49:05 +0000 (+0000) Subject: fix changelog entry X-Git-Tag: v1.3.8~167 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1a76845aa58f5a8a731eff414cffe8b07beaecba;p=nano.git fix changelog entry git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2636 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- 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()),