aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c21e359fa22..166a47a3eb5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,14 @@
12000-01-28 Gerd Moellmann <gerd@gnu.org> 12000-01-28 Gerd Moellmann <gerd@gnu.org>
2 2
3 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
4 `collecting' as synonym for `collect'.
5
6 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
7 for the case it contains spaces.
8
9 * simple.el (what-cursor-position): Change formatting of
10 messages.
11
3 * frame.el (delete-other-frames): New function. 12 * frame.el (delete-other-frames): New function.
4 (toplevel): Bind it to C-x 5 1. 13 (toplevel): Bind it to C-x 5 1.
5 14