Mention recently documented macros.

* NEWS: Update list of new documentation.

Signed-off-by: Eric Blake <ebb9@byu.net>
This commit is contained in:
Eric Blake 2009-02-19 09:53:35 -07:00
parent 656660af9f
commit 96bb9a362a
2 changed files with 12 additions and 6 deletions

View File

@ -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.

13
NEWS
View File

@ -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