]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mention recently documented macros.
authorEric Blake <ebb9@byu.net>
Thu, 19 Feb 2009 16:53:35 +0000 (09:53 -0700)
committerEric Blake <ebb9@byu.net>
Thu, 19 Feb 2009 16:53:35 +0000 (09:53 -0700)
* NEWS: Update list of new documentation.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
NEWS

index d766102d3e18ce5c1b2764ac96b631a075fec889..79b6740effecf4816cd4f26ed695f7759f35069e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-19  Eric Blake  <ebb9@byu.net>
+
+       Mention recently documented macros.
+       * NEWS: Update list of new documentation.
+
 2009-02-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Add index for config.site.
diff --git a/NEWS b/NEWS
index 94b310e34796b4a0e631b723994d3833a0c1a38e..a1f0a607b3d73487d09473cf0050ad9addb8087f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -55,10 +55,11 @@ GNU Autoconf NEWS - User visible changes.
    `autoreconf -I dir' option.
 
 ** The following documented m4sugar macros are new:
-   m4_chomp  m4_curry  m4_default_quoted  m4_esyscmd_s  m4_map_args
-   m4_map_args_pair  m4_map_args_sep  m4_map_args_w  m4_set_map
-   m4_set_map_sep  m4_stack_foreach  m4_stack_foreach_lifo
-   m4_stack_foreach_sep  m4_stack_foreach_sep_lifo
+   m4_chomp  m4_chomp_all  m4_cleardivert  m4_curry  m4_default_quoted
+   m4_esyscmd_s  m4_map_args  m4_map_args_pair  m4_map_args_sep
+   m4_map_args_w  m4_set_map  m4_set_map_sep  m4_stack_foreach
+   m4_stack_foreach_lifo  m4_stack_foreach_sep
+   m4_stack_foreach_sep_lifo
 
 ** The following m4sugar macros are documented now, but in some cases
    with slightly different semantics than what the previous
@@ -73,8 +74,8 @@ GNU Autoconf NEWS - User visible changes.
    unbalanced `(' where single-quoting used to be sufficient.
 
 ** The following documented m4sh macros are new:
-   AS_LINENO_PREPARE  AS_ME_PREPARE  AS_SET_STATUS  AS_VAR_APPEND
-   AS_VAR_ARITH  AS_VAR_COPY
+   AS_INIT_GENERATED  AS_LINENO_PREPARE  AS_ME_PREPARE  AS_SET_STATUS
+   AS_VAR_APPEND  AS_VAR_ARITH  AS_VAR_COPY
 
 ** The following m4sh macros are documented now, but in some cases
    with slightly different semantics than what the previous