]> git.wh0rd.org Git - nano.git/commitdiff
fix changelog entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 12 Jun 2005 23:49:05 +0000 (23:49 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 12 Jun 2005 23:49:05 +0000 (23:49 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2636 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index f726e9c0accb82fa5b88d1c852f11ad00d00c069..7419d0207c388d6a040d72717aa4c452e20e0ff8 100644 (file)
--- 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()),