CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/10/11 23:34:22
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.69 retrieving revision 1.1.1.1.2.70 diff -u -b -r1.1.1.1.2.69 -r1.1.1.1.2.70 --- NEWS 11 Oct 2006 17:07:03 -0000 1.1.1.1.2.69 +++ NEWS 11 Oct 2006 23:34:21 -0000 1.1.1.1.2.70 @@ -15,7 +15,11 @@ `errprint' macro, now always cause a non-zero exit status. * Warnings and errors issued during macro expansion are now consistently reported at the line where the macro name was detected, rather than - where the close parenthesis resides. + where the close parenthesis resides. Text wrapped by `m4wrap' now + remembers the location that was in effect when m4wrap was invoked, + rather than changing to line 0 and the empty string for a file. The + macros `__line__' and `__file__' now work correctly even as the last + token in an included file. Version 1.4.7 - 25 September 2006, by Eric Blake (CVS version 1.4.6a)
