Mention the end of `ChangeLog' files in `NEWS'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 8 Dec 2008 20:34:08 +0000 (21:34 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 8 Dec 2008 23:15:25 +0000 (00:15 +0100)
ChangeLog
NEWS

index 52f35fb..10501f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 -*- text -*-
 
-Starting from September 1st, 2008, the Guile projects no longer stores
+Starting from September 1st, 2008, the Guile project no longer stores
 change logs in `ChangeLog' files.  Instead, changes are detailed in the
 version control system's logs.  They can be seen by downloading a copy
 of the Git repository:
diff --git a/NEWS b/NEWS
index 179126f..9d31fb9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,12 @@ When you use GDS to evaluate Scheme code from Emacs, you can now use
 Thus, the `--enable-maintainer-mode' configure option is no longer
 available: Guile is now always configured in "maintainer mode".
 
+** `ChangeLog' files are no longer updated
+
+Instead, changes are detailed in the version control system's logs.  See
+the top-level `ChangeLog' files for details.
+
+
 * Bugs fixed
 
 ** `symbol->string' now returns a read-only string, as per R5RS