From: Eric Blake Date: Thu, 19 Feb 2009 16:53:35 +0000 (-0700) Subject: Mention recently documented macros. X-Git-Tag: v2.63b~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96bb9a362a292075a55853fa7035d1497a88253f;p=thirdparty%2Fautoconf.git Mention recently documented macros. * NEWS: Update list of new documentation. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index d766102d3..79b6740ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-19 Eric Blake + + Mention recently documented macros. + * NEWS: Update list of new documentation. + 2009-02-14 Ralf Wildenhues Add index for config.site. diff --git a/NEWS b/NEWS index 94b310e34..a1f0a607b 100644 --- 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