per Benno Schulenberg's patch, fix changelog entry

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3618 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2006-06-04 13:27:50 +00:00
parent 497a9a2032
commit 4dbdbd4660
1 changed files with 3 additions and 2 deletions

View File

@ -488,8 +488,9 @@ CVS code -
- Tweak the "nanorc" regexes to color comments starting with a
double ## cyan instead of bright blue. (John M. Gabriele)
- doc/sh.nanorc:
- Tweak the coloring of all special variables so that "-" is
highlighted properly. (Benno Schulenberg)
- Tweak the regex for special variables, moving "-" to the end,
to avoid excessive coloring or an "Invalid range end" error.
(Benno Schulenberg)
- src/Makefile.am:
- If we're uninstalling, remove the "rnano" symlink. (DLR, found
by Benno Schulenberg)