summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-09-20 03:59:41 +0000
committerEric Blake <ebb9@byu.net>2007-09-21 15:09:08 -0600
commit5efc60090a8490e2d62cf098b871cd72075f75a3 (patch)
tree20d5d03b26c7071e0774cb0cf416657aa67cabe2 /NEWS
parentad96cfbe6e7cc0a2d8ba0cce1612698dacd8e2a3 (diff)
downloadm4-5efc60090a8490e2d62cf098b871cd72075f75a3.tar.gz
* src/m4.c (usage, long_options, main, DEBUGFILE_OPTION): Rename
-o/--error-output to --debugfile, and deprecate the former. This will allow a future release to be more consistent with other GNU tools, with -o/--output affecting stdout, not debug. * doc/m4.texinfo (Invoking m4, Debug Output): Document this. * NEWS: Document this.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3aae9b96..95cb387b 100644
--- a/NEWS
+++ b/NEWS
@@ -16,8 +16,13 @@ Version 1.4.7 - ?? ??? 2006, by ?? (CVS version 1.4.6a)
macros now restore the current position to the next unread byte rather
than discarding an arbitrary amount of buffered data.
* The no-op compatibility command line options -B, -N, -S, -T, and
- --diversions may be withdrawn or assigned new meanings in M4 2.0, so
- they now issue a warning.
+ --diversions may be withdrawn or assigned new meanings in future
+ releases, so they now issue a warning if used.
+* A new command line option --debugfile replaces the options -o and
+ --error-output as the preferred spelling. The old options were
+ misleading in their names and inconsistent with other GNU tools; they are
+ still silently accepted, but no longer documented in --help, and may
+ assigned new meanings in future releases.
Version 1.4.6 - 25 August 2006, by Eric Blake (CVS version 1.4.5a)