aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS5
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 @@
12001-01-08 Kevin Gallagher <kevingal@onramp.net>
2
3 * edt-user.doc: Updated to reflect EDT Emulation version 4.0
4 enhancements.
5
12000-12-29 Gerd Moellmann <gerd@gnu.org> 62000-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
diff --git a/etc/NEWS b/etc/NEWS
index 0259fb2fa6e..b1d967059cc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
2109function execute-kbd-macro. Functions on this hook are called with no
2110args. 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
2110from a list are now available without requiring the CL package. 2115from a list are now available without requiring the CL package.