From: Chris Allegretta Date: Thu, 22 Aug 2002 01:12:41 +0000 (+0000) Subject: - configure.ac: - Changed --enable-color warning to be slightly less severe X-Git-Tag: v1.1.11~23 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=82559b3ab0ab618007da8a816cc97c3207b6a25c;p=nano.git - configure.ac: - Changed --enable-color warning to be slightly less severe git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1266 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 72f253ce..2cc74fed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ CVS code - - Minor cosmetic code cleanups. (DLR) - configure.ac: - Added pt_BR to ALL_LINGUAS (Jordi). + - Changed --enable-color warning to be slightly less severe. - files.c: open_file() - String change: "File "x" is a directory" -> ""x" is a diff --git a/configure.ac b/configure.ac index 327a44d6..15186eee 100644 --- a/configure.ac +++ b/configure.ac @@ -77,8 +77,8 @@ AC_ARG_ENABLE(color, AC_MSG_WARN([ *********************************************************************** -*** WARNING: Color support is currently BROKEN. Don't expect it to *** -*** work AT ALL until more is implemented. *** +*** WARNING: Color support is far from perfect, but functional. *** +*** Be careful with syntax in your .nanorc or nano may malfunction. *** *********************************************************************** ]) fi])