aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-07-05 22:07:21 +0000
committerStefan Monnier2000-07-05 22:07:21 +0000
commit5e2dfaa48edd8fc566892fd3e72baa50a7dbe2b4 (patch)
treef74f2e21b3225575b36606635cb6ed03499f504e /lisp/ChangeLog
parent8d9f77f43cce847c010bb63a8756dbf2d9154067 (diff)
downloademacs-5e2dfaa48edd8fc566892fd3e72baa50a7dbe2b4.tar.gz
emacs-5e2dfaa48edd8fc566892fd3e72baa50a7dbe2b4.zip
Require CL.
(copy-tree, remprop): Remove, it's provided by CL. (map-keymap): Define in terms of cl-map-keymap. (extent-property, set-extent-end-glyph): New functions.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
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 @@
12000-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
12000-07-05 Gerd Moellmann <gerd@gnu.org> 102000-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
102000-07-05 Andrew Innes <andrewi@gnu.org> 182000-07-05 Andrew Innes <andrewi@gnu.org>