CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/08/03 13:31:40
Index: NEWS
===================================================================
RCS file: /sources/m4/m4/NEWS,v
retrieving revision 1.1.1.1.2.47
retrieving revision 1.1.1.1.2.48
diff -u -b -r1.1.1.1.2.47 -r1.1.1.1.2.48
--- NEWS 1 Aug 2006 13:05:45 -0000 1.1.1.1.2.47
+++ NEWS 3 Aug 2006 13:31:40 -0000 1.1.1.1.2.48
@@ -17,12 +17,14 @@
collection.
* The dnl macro now warns if end of file is encountered instead of a
newline.
-* The error message when end of file is encountered now uses the file where
- the dangling construct started, rather than "NONE:0".
+* The error message when end of file is encountered now uses the file and
+ line where the dangling construct started, rather than `NONE:0'.
* The __file__ macro, and the -s/--synclines option, now show what
directory a file was found in when the -I/--include option or M4PATH
variable had an effect.
-* The changequote and changecom macros now work with 8-bit characters.
+* The changequote and changecom macros now work with 8-bit characters, and
+ quotes and strings that begin with `(' are properly recognized following
+ a word.
Version 1.4.5 - 15 July 2006, by Eric Blake (CVS version 1.4.4c)