* NEWS: Mention that bugs.gnu.org is kaput.
* README: Likewise. Mention where mailing list archives can be found.
+2004-11-28 Stepan Kasal <address@hidden>
+
+ * HACKING: Refer to "coreutils", not "File, Shell or Text utils".
+ * lib/m4sugar/m4sh.m4 (AS_HELP_STRING): A typo in the comment.
+
2004-11-26 Paul Eggert <eggert@cs.ucla.edu>
* doc/autoconf.texi (Pretty Help Strings): Go back to
(POSIXLY_CORRECT).
- Try some real world packages
- Good examples include the File, Shell or Text utils.
+ Good example is the coreutils package.
* Release Procedure
# "--with-readline", while the RHS is "support fancy command line
# editing".
#
-# If the LHS is contains more than (COLUMN - 3) characters, then the LHS
-# is terminated with a newline so that the RHS starts on a line of its
-# own beginning with COLUMN. In the default case, this corresponds to
-# an LHS with more than 23 characters.
+# If the LHS contains more than (COLUMN - 3) characters, then the LHS is
+# terminated with a newline so that the RHS starts on a line of its own
+# beginning with COLUMN. In the default case, this corresponds to an
+# LHS with more than 23 characters.
#
# Therefore, in the example, if the LHS were instead
# "--with-readline-blah-blah-blah", then the AS_HELP_STRING macro would