diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 504f1477670..54d733a4ecc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-08-05 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * pcvs.el (require): Require `cl' during compilation, only. | ||
| 4 | |||
| 5 | * emacs-lisp/cl.el (first, ..., tenth): Make them macros. | ||
| 6 | (toplevel): Remove `remq' and `remove' from autoloads. | ||
| 7 | (cl-fake-autoloads): New variable. If set, arrange for an error | ||
| 8 | when CL functions etc. are autoloaded. | ||
| 9 | |||
| 1 | 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> | 10 | 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 11 | ||
| 3 | * play/zone.el (zone, zone-pgm-stress): Don't use window-system. | 12 | * play/zone.el (zone, zone-pgm-stress): Don't use window-system. |