Mercurial > emacs
changeset 35125:95799f3353e7
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 08 Jan 2001 13:19:18 +0000 |
parents | 0b78d7b101c2 |
children | 67fa29af4c7b |
files | etc/ChangeLog etc/NEWS lisp/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 36 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <kevingal@onramp.net> + + * edt-user.doc: Updated to reflect EDT Emulation version 4.0 + enhancements. + 2000-12-29 Gerd Moellmann <gerd@gnu.org> * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New
--- 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.
--- 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 <kevingal@onramp.net> + + * 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 <eliz@is.elta.co.il> * mail/sendmail.el (mail-mode): Doc fix.
--- 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 <gerd@gnu.org> + + * 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) <LeaveNotify>: Set help_echo to nil. + 2001-01-07 Dave Love <d.love@dl.ac.uk> * keyboard.c (Fread_key_sequence_vector): Avoid newline in