ChangeLog: various typofixes (and related reformatting)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 20:42:19 +0000 (22:42 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 May 2011 20:48:11 +0000 (22:48 +0200)
ChangeLog

index 3d87b6b..62c5493 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2011-04-24  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: fix spurious failure in a test on TESTS (VPATH-related)
-       * check-tests-in-builddir.test: When not using the parallel-tests
-       option, do not check that VPATH components are not present in the
-       displayed test name, since the simple-tests driver do not try to
-       strip them.
+       * tests/check-tests-in-builddir.test: When not using the
+       parallel-tests option, do not check that VPATH components are
+       not present in the displayed test name, since the simple-tests
+       driver do not try to strip them.
 
 2011-04-23  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
@@ -89,7 +89,7 @@
        * tests/depcomp8b.test: Add the `--enable-dependency-tracking'
        option to `configure' invocations, so that slower dependency
        extractors are not rejected.
-       * tests/depcomp8b.test: Likewise.  Also ...
+       * tests/depcomp8a.test: Likewise.  Also ...
        (foo.c): ... since we are at it, fix spacing to be consistent
        with GNU coding standards.
 
        suggest the use of this latter macro instead.
        * lib/Automake/Variable.pm (%_am_macro_for_var): Pair 'LIBTOOL'
        with 'LT_INIT', not with 'AC_PROG_LIBTOOL'.
-       * libtool4.test: Adjust and extend.  Also, add a call to macro
-       AC_PROG_CC in configure.in, to help ensuring that automake does
-       not fail for the wrong reasons.
-       * ltinit.test: New test, ensure that automake's libtool support
-       works with LT_INIT-based interface.
+       * tests/libtool4.test: Adjust and extend.  Also, add a call to
+       macro AC_PROG_CC in configure.in, to help ensuring that automake
+       does not fail for the wrong reasons.
+       * tests/ltinit.test: New test, ensure that automake's libtool
+       support works with LT_INIT-based interface.
        Thanks to Jack Kelly for the suggestion.
 
 2011-02-20  Stefano Lattarini  <stefano.lattarini@gmail.com>
        * tests/flibs.test: Likewise.
        * tests/fort4.test: Use $AUTOMAKE -a for installing files.
 
-2011-01-12   Stefano Lattarini  <stefano.lattarini@gmail.com>
+2011-01-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        docs: clustered '-d' not recognized in YFLAGS
        This change fixes automake bug#7828.
        other options.
        From a report by Юрий Пухальский.
 
-2011-01-10   Stefano Lattarini  <stefano.lattarini@gmail.com>
+2011-01-10  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: add checks on automatically-distributed files
        Related to automake bug#7819.
        Fix another typo in Rule.pm comment.
        * lib/Automake/Rule.pm: Fix typo.
 
-2011-01-09   Stefano Lattarini  <stefano.lattarini@gmail.com>
+2011-01-09  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        cosmetics: remove trailing whitespaces
        * doc/automake.texi: Remove trailing whitespaces.
        manual for how to convert directory values into macros.
        (Optional): Fix grammar nit.
 
-2011-01-02   Stefano Lattarini  <stefano.lattarini@gmail.com>
+2011-01-02  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        * NEWS: Fix typo (forgotten word).
 
-2011-01-02   Stefano Lattarini  <stefano.lattarini@gmail.com>
-            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+2011-01-02  Stefano Lattarini  <stefano.lattarini@gmail.com>
+           Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        docs: how to work around checks on invalid primary/directory couples
        * doc/automake.texi (Uniform): Document the blessed idiom which can
        compilers were used.  So we are now careful to require GCC in
        tests that force gcc depmode.
        From reports by Ralf Wildenhues.
-       * silent5.test: Test removed, its content split into ...
-       * silent-many-generic.test, silent-many-gcc.test: ... these new
-       sister tests, the latter of which forces gcc depmode and lists
-       "gcc" in $required.
-       * silentlex.test: Test removed, its content split into ...
-       * silent-lex-generic.test, silent-lex-gcc.test: ... these new
-       sister tests, the latter of which forces gcc depmode and lists
-       "gcc" in $required.
-       * silentyacc.test: Test removed, its content split into ...
-       * silent-yacc-generic.test, silent-yacc-gcc.test: ... these new
-       sister tests, the latter of which forces gcc depmode and lists
-       "gcc" in $required.
+       * tests/silent5.test: Test removed, its content split into ...
+       * tests/silent-many-generic.test, tests/silent-many-gcc.test: ...
+       these new sister tests, the latter of which forces gcc depmode
+       and lists "gcc" in $required.
+       * tests/silentlex.test: Test removed, its content split into ...
+       * tests/silent-lex-generic.test, tests/silent-lex-gcc.test: ...
+       these new sister tests, the latter of which forces gcc depmode
+       and lists "gcc" in $required.
+       * tests/silentyacc.test: Test removed, its content split into ...
+       * tests/silent-yacc-generic.test, tests/silent-yacc-gcc.test: ...
+       these new sister tests, the latter of which forces gcc depmode and
+       lists "gcc" in $required.
        * tests/Makefile.am (TESTS): Updated.
 
 2010-11-21  Stefano Lattarini  <stefano.lattarini@gmail.com>