comparison lisp/ChangeLog @ 30088:2ed241fb45f7

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 05 Jul 2000 22:07:21 +0000
parents 7e9128a8782c
children f7f64f1ccc38
comparison
equal deleted inserted replaced
30087:1b5db0f1b8b7 30088:2ed241fb45f7
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>
11 19
12 * makefile.nt: Add support for `bootstrap' and related targets. 20 * makefile.nt: Add support for `bootstrap' and related targets.