diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44130b804ad..5d0fb705d06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * derived.el (define-derived-mode): Don't autoload anymore. | ||
| 4 | Prefer the macro-only version provided by easy-mmode.el. | ||
| 5 | |||
| 6 | * emacs-lisp/easy-mmode.el (define-derived-mode): New name for | ||
| 7 | `easy-mmode-define-derived-mode'. | ||
| 8 | Use `combine-run-hooks'. | ||
| 9 | (easy-mmode-define-navigation): New macro. | ||
| 10 | |||
| 11 | * subr.el (combine-run-hooks): New function. | ||
| 12 | |||
| 1 | 2000-03-21 Kenichi HANDA <handa@etl.go.jp> | 13 | 2000-03-21 Kenichi HANDA <handa@etl.go.jp> |
| 2 | 14 | ||
| 3 | * term/x-win.el: Fontsets related initialization is simplified. | 15 | * term/x-win.el: Fontsets related initialization is simplified. |