From: Gerd Moellmann Date: Mon, 8 Jan 2001 13:19:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.95~61 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a758f97d7f5a6588d64cf84b48aba52ce53b3676;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 3006747dd1c..3b5ab0b52c7 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2001-01-08 Kevin Gallagher + + * edt-user.doc: Updated to reflect EDT Emulation version 4.0 + enhancements. + 2000-12-29 Gerd Moellmann * 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. * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.) +** The new hook `kbd-macro-termination-hook' is run at the end of of +function execute-kbd-macro. Functions on this hook are called with no +args. The hook is run independent of how the macro was terminated +(signal or normal termination). + +++ ** Functions `butlast' and `nbutlast' for removing trailing elements from a list are now available without requiring the CL package. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f51cc65464..f1fcdf2e552 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,24 @@ instead of setting signal-hook-function. (isearch-done): Remove isearch-done from kbd-macro-termination-hook. +2001-01-08 Kevin Gallagher + + * emulation/edt.el: Update to version 4.0. Provide support for + EDT scroll margins at top and bottom of the window. Provide an + emulation of the EDT SUBS command (bound to GOLD-Enter, by + default). Enhance edt-quit, bound to GOLD-q by default, to warn + user when file-related buffer modifications exist. Provide + support for running EDT Emulation in XEmacs. Provide customize + access to some user updatable variables. Add Commentary section + to file header. Fixed a few minor bugs and cleaned up some code. + + * emulation/edt-mapper.el: Update to version 4.0. Provide support + for detecting a keypress that generates an ASCII key sequence. + (Previously, only a keypress that generates a vector was + recognized.) Embed Window Manager name into name of the generated + EDT Emulation initialization file since the initialization file is + Window Manager specific. Add Commentary section to file header. + 2001-01-07 Eli Zaretskii * mail/sendmail.el (mail-mode): Doc fix. diff --git a/src/ChangeLog b/src/ChangeLog index fd1cec2306f..f64bae3885b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2001-01-08 Gerd Moellmann + + * macros.c (Qkbd_macro_termination_hook): New variable. + (syms_of_macros): Initialize and staticpro it. + (pop_kbd_macro): Run kbd-macro-termination-hook. + + * xterm.c (XTread_socket) : Set help_echo to nil. + 2001-01-07 Dave Love * keyboard.c (Fread_key_sequence_vector): Avoid newline in