aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lisp/ChangeLog6
2 files changed, 6 insertions, 2 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 7402d514104..a05aaea18a8 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -53,8 +53,6 @@ Windows only bug.
53 53
54** Field handling in C-n. 54** Field handling in C-n.
55 55
56** Make pushnew avoid use of cl functions.
57
58** C-g fails to interrupt accept-process-output in Gnus. 56** C-g fails to interrupt accept-process-output in Gnus.
59 (Is that fixed?) 57 (Is that fixed?)
60 58
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e09e492ad50..2321ba0bb59 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12006-09-10 Richard Stallman <rms@gnu.org>
2
3 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
4
5 * subr.el (add-to-list): New argument COMPARE-FN.
6
12006-09-10 Reiner Steib <Reiner.Steib@gmx.de> 72006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
2 8
3 * filecache.el (file-cache-add-directory) 9 * filecache.el (file-cache-add-directory)