diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 455b94430fc..83df703356b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,18 @@ | |||
| 1 | 2000-07-05 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * emacs-lisp/lucid.el: Require CL. | ||
| 4 | (copy-tree, remprop): Remove, it's provided by CL. | ||
| 5 | (map-keymap): Define in terms of cl-map-keymap. | ||
| 6 | (extent-property, set-extent-end-glyph): New functions. | ||
| 7 | |||
| 8 | * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables. | ||
| 9 | |||
| 1 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-07-05 Gerd Moellmann <gerd@gnu.org> |
| 2 | 11 | ||
| 3 | * Makefile.in (DONTCOMPILE): Add comment that the name may | 12 | * Makefile.in (DONTCOMPILE): Add comment that the name may |
| 4 | not be changed without changing the make-dist script. | 13 | not be changed without changing the make-dist script. |
| 5 | 14 | ||
| 6 | * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias | 15 | * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc. |
| 7 | mapc. | ||
| 8 | (cl-mapc): Use mapc instead of cl-old-mapc. | 16 | (cl-mapc): Use mapc instead of cl-old-mapc. |
| 9 | 17 | ||
| 10 | 2000-07-05 Andrew Innes <andrewi@gnu.org> | 18 | 2000-07-05 Andrew Innes <andrewi@gnu.org> |