CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/09/19 13:16:08
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.15 retrieving revision 1.16 diff -u -b -r1.15 -r1.16 --- NEWS 19 Sep 2006 11:41:25 -0000 1.15 +++ NEWS 19 Sep 2006 13:16:08 -0000 1.16 @@ -68,12 +68,13 @@ representation and to catch any more missing state; once 2.0 is released, any further changes would introduce format 3. +* New `--debugfile' option is a synonym for the misnamed `--error-output', + using the old spelling will print a warning and may break in future + versions. + * The `dumpdef' macro now always outputs to standard error, rather than - the debug file specified by `-o'/`--error-output' or option or + the debug file specified by the `-o'/`--debugfile' option or `debugfile' macro. - - FIXME: the name --error-output is a bit misleading, since it really - affects only debugmode and traceon output; we should probably deprecate - the --error-output, and rename it something like --trace-output. * The builtins `modules' and `symbols', introduced in previous betas, have been renamed `m4modules' and `m4symbols', in order to minimize
