commit 21c433dca602325b68dc097aff5461a1281ed8cc
parent 09900ff808f8d6578b502de926ba7ebb38d56487
Author: Chris Allegretta <chrisa@asty.org>
Date: Sat, 4 May 2002 04:24:29 +0000
Global flag -Y, --syntax to specify the type on the command line, if there's no good filename regex to use. Global variable syntaxstr. Made some errors in the rc file less fatal
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1200 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -21,9 +21,10 @@ CVS code -
- Added "syntax" command to .nanorc file, to allow multiple
syntaxes. New function color.c:update_color(), calls in various
files.c places, syntaxtype struct, global variables syntaxes,
- syntaxfile_regexp and synfilematches. Global flag 'Y', "--syntax"
+ syntaxfile_regexp and synfilematches. Global flag -Y ,--syntax
to specify the type on the command line, if there's no good
filename regex to use. Global variable syntaxstr.
+ - Made some rc file errors less fatal.
- configure.ac:
- Define NDEBUG to silence asserts (David Benbennick).
- files.c: