diff options
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc8aab1fda0..0f6dba581d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-05-02 Nick Roberts <nickrob@snap.net.nz> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create | ||
| 4 | bytecode symbols. | ||
| 5 | |||
| 6 | * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo) | ||
| 7 | (compiled-function-p, focus-frame, unfocus-frame): | ||
| 8 | Remove aliases and obsolete declarations. | ||
| 9 | Back out inadvertant changes from previous commit. | ||
| 10 | |||
| 1 | 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> | 11 | 2005-05-01 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 12 | ||
| 3 | * files.el (require-final-newline): Make Custom tags consistent | 13 | * files.el (require-final-newline): Make Custom tags consistent |