summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-02-22 12:57:57 -0700
committerEric Blake <ebb9@byu.net>2008-02-22 12:57:57 -0700
commitff7e7bf197df21b3e98eb54759ecbc8f8448dc8d (patch)
tree8cc4d37513940d233b27d2ce3087448b5a828f93
parent2cdf327333be152135f021988c8e0eb6f3e10b51 (diff)
downloadm4-ff7e7bf197df21b3e98eb54759ecbc8f8448dc8d.tar.gz
Update NEWS.
* NEWS: Document change to __gnu__ on 2008-02-11. Signed-off-by: Eric Blake <ebb9@byu.net>
-rw-r--r--ChangeLog3
-rw-r--r--NEWS11
2 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cb6a8457..8e55fdbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-02-22 Eric Blake <ebb9@byu.net>
+ Update NEWS.
+ * NEWS: Document change to __gnu__ on 2008-02-11.
+
Stage 17: pass argv through quoted strings.
Allow the concatenation of $@ references with other text input
inside quoted contexts, which requires distinguishing between a
diff --git a/NEWS b/NEWS
index 03627a4f..ec63ef26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU m4 NEWS - History of user-visible changes. -*- outline -*-
-Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2006, 2007 Free Software
-Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2006, 2007, 2008 Free
+Software Foundation, Inc.
* Version beta 1.9b - ???, by ??? (git version 1.9a-*)
@@ -134,6 +134,9 @@ promoted to 2.0.
** Changed behavior of builtins
+*** The module identifier builtins, such as `__gnu__', `__m4_version__',
+ and `__unix__', now warn if given arguments.
+
*** The `builtin' builtin now has a special form, where if the first
argument is exactly the special token representing defn(`builtin'), the
expansion is the special token representing the builtin named in the
@@ -204,6 +207,10 @@ promoted to 2.0.
*** Improvements made in the 1.4.x stable series have been incorporated.
+* Version 1.4.11 - ?? ??? 2008, by Eric Blake (git version 1.4.10a)
+
+** FIXME: import NEWS from branch once 1.4.11 is released.
+
* Version 1.4.10 - 09 Jul 2007, by Eric Blake (CVS version 1.4.9c)
** Upgrade from GPL version 2 to GPL version 3 or later.