diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 3006747dd1c..3b5ab0b52c7 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-01-08 Kevin Gallagher <kevingal@onramp.net> | ||
| 2 | |||
| 3 | * edt-user.doc: Updated to reflect EDT Emulation version 4.0 | ||
| 4 | enhancements. | ||
| 5 | |||
| 1 | 2000-12-29 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-12-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New | 8 | * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New |
| @@ -2105,6 +2105,11 @@ long promised. | |||
| 2105 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 2105 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
| 2106 | (Display-related features are described in a page of their own below.) | 2106 | (Display-related features are described in a page of their own below.) |
| 2107 | 2107 | ||
| 2108 | ** The new hook `kbd-macro-termination-hook' is run at the end of of | ||
| 2109 | function execute-kbd-macro. Functions on this hook are called with no | ||
| 2110 | args. The hook is run independent of how the macro was terminated | ||
| 2111 | (signal or normal termination). | ||
| 2112 | |||
| 2108 | +++ | 2113 | +++ |
| 2109 | ** Functions `butlast' and `nbutlast' for removing trailing elements | 2114 | ** Functions `butlast' and `nbutlast' for removing trailing elements |
| 2110 | from a list are now available without requiring the CL package. | 2115 | from a list are now available without requiring the CL package. |