diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f2f4277eba..ab3ff9423f2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-11-15 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/cl.el (values, values-list, multiple-value-list) | ||
| 4 | (multiple-value-apply, nth-value): Use defsubst rather than defalias | ||
| 5 | to get better doc strings. | ||
| 6 | |||
| 1 | 2001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 7 | 2001-11-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 8 | ||
| 3 | * derived.el: Fix autoload cookie. | 9 | * derived.el: Fix autoload cookie. |
| @@ -15,16 +21,6 @@ | |||
| 15 | * dired.el (dired-undo): Display a message to explain | 21 | * dired.el (dired-undo): Display a message to explain |
| 16 | that this does not undo file system changes. | 22 | that this does not undo file system changes. |
| 17 | 23 | ||
| 18 | 2001-11-15 Alan Shutko <ats@acm.org> | ||
| 19 | |||
| 20 | * compile.el (recompile): Use compilation-arguments if set, so as | ||
| 21 | to be able to M-x recompile the exact command which created a | ||
| 22 | compilation-mode buffer. | ||
| 23 | |||
| 24 | 2001-11-13 Richard M. Stallman <rms@gnu.org> | ||
| 25 | |||
| 26 | * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix. | ||
| 27 | |||
| 28 | 2001-11-15 David Kastrup <David.Kastrup@t-online.de> | 24 | 2001-11-15 David Kastrup <David.Kastrup@t-online.de> |
| 29 | 25 | ||
| 30 | * mouse-drag.el (mouse-drag-throw): Push back non-drag events | 26 | * mouse-drag.el (mouse-drag-throw): Push back non-drag events |