From 56331bc9e64c9d65e23020f8aac927d79939ffc0 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 25 Oct 2000 05:14:02 +0000 Subject: [PATCH] Typo and style fixes in my entries. --- ChangeLog | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56d0c7c3..38d9676b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2000-10-24 Pavel Roskin - * tests/mktests.sh: set locale to C to make sure that syntax.m4 - and update.m4 are locale-independent + * tests/mktests.sh: Set locale to C to make sure that syntax.m4 + and update.m4 are locale-independent. 2000-10-24 Pavel Roskin @@ -285,12 +285,12 @@ 2000-10-16 Pavel Roskin - * tests/aclocal.m4: Don't considers variables @, '*', '?' and + * tests/aclocal.m4: Don't consider variables @, '*', '?' and '#' in the output of `set' - they are modified by zsh. 2000-10-14 Pavel Roskin - * m4/missing.m4 (AM_MISSING_PROG): Use $SHELL to run "missing" + * m4/missing.m4 (AM_MISSING_PROG): Use $SHELL to run "missing". * configure.in: Don't add $SHELL to the path of help2man - it is already added by AM_MISSING_PROG. @@ -483,7 +483,7 @@ 2000-09-25 Pavel Roskin - * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): use + * acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Use _AC_INIT_PREPARE_ENVIRONMENT to make the shell running config.status sane and POSIX-compatible. @@ -709,7 +709,7 @@ 2000-09-11 Pavel Roskin * autoconf.sh: Properly report names of unexpanded macros that - begin with an underscore + begin with an underscore. 2000-09-11 Pavel Roskin @@ -726,7 +726,7 @@ 2000-09-08 Pavel Roskin * doc/autoconf.texi: Always use one space before the opening - parenthesis in @defmac + parenthesis in @defmac. 2000-09-06 Morten Eriksen @@ -747,7 +747,7 @@ 2000-09-05 Pavel Roskin * autoconf.sh: Consider undefined macros as errors. - * tests/base.m4 (unexpanded macros): Expect error, not warning + * tests/base.m4 (unexpanded macros): Expect error, not warning. 2000-09-05 Dave Love @@ -807,8 +807,8 @@ 2000-08-08 Pavel Roskin - * Makefile.am: substitute @bindir@ in shell scripts, needed by - autoheader + * Makefile.am: Substitute @bindir@ in shell scripts, needed by + autoheader. 2000-08-07 Akim Demaille