diff options
| author | Gerd Moellmann | 2000-01-28 17:35:36 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-28 17:35:36 +0000 |
| commit | d060bc9f7e8f143a82e459b99c46c936eb85c021 (patch) | |
| tree | 5806b7b8f12a9069f62d933702526f1dd5972fec | |
| parent | dba1a30ab8552925661e2bdb3bb77439aa7e173b (diff) | |
| download | emacs-d060bc9f7e8f143a82e459b99c46c936eb85c021.tar.gz emacs-d060bc9f7e8f143a82e459b99c46c936eb85c021.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
2 files changed, 12 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 @@ | |||
| 1 | 2000-01-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 86d15d717ce..0ad40cb6757 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-01-28 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-01-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode | ||
| 4 | for *scratch* if it already existed. | ||
| 5 | |||
| 3 | * emacs.c (USAGE): New macro. | 6 | * emacs.c (USAGE): New macro. |
| 4 | (main): Use it to display usage information. | 7 | (main): Use it to display usage information. |
| 5 | 8 | ||