From a95bdee2cfc0e78095a819651a12be4f548a8ae8 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sat, 3 Jun 2006 02:09:10 +0000 Subject: [PATCH] cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3613 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48c6a506..037a1d9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -458,8 +458,8 @@ CVS code - - Mention that the nanorc file should not be in DOS or Mac format. (DLR) - Add various wording fixes. (Benno Schulenberg and DLR) - - Replace instances of "\w" with its equivalent "[0-9A-Za-z_]", - and instances of "\W" with its equivalent "[^0-9A-Za-z_]", for + - Replace instances of "\w" with its equivalent "[0-9A-Z_a-z]", + and instances of "\W" with its equivalent "[^0-9A-Z_a-z]", for greater readability. (DLR) - Remove unneeded foreground color for the Java source regex used to highlight trailing whitespace, since we now support -- 2.39.5