# HG changeset patch # User Gerd Moellmann # Date 978959958 0 # Node ID 95799f3353e7d32dc1a6a61cbcd568bfe6f70ae3 # Parent 0b78d7b101c25ab28dcce506cd9ef6fded0976b9 *** empty log message *** diff -r 0b78d7b101c2 -r 95799f3353e7 etc/ChangeLog --- a/etc/ChangeLog Mon Jan 08 13:18:43 2001 +0000 +++ b/etc/ChangeLog Mon Jan 08 13:19:18 2001 +0000 @@ -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 -r 0b78d7b101c2 -r 95799f3353e7 etc/NEWS --- a/etc/NEWS Mon Jan 08 13:18:43 2001 +0000 +++ b/etc/NEWS Mon Jan 08 13:19:18 2001 +0000 @@ -2105,6 +2105,11 @@ * 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 -r 0b78d7b101c2 -r 95799f3353e7 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 08 13:18:43 2001 +0000 +++ b/lisp/ChangeLog Mon Jan 08 13:19:18 2001 +0000 @@ -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 -r 0b78d7b101c2 -r 95799f3353e7 src/ChangeLog --- a/src/ChangeLog Mon Jan 08 13:18:43 2001 +0000 +++ b/src/ChangeLog Mon Jan 08 13:19:18 2001 +0000 @@ -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