Mercurial > emacs
changeset 46884:87ffbc31a1c4
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 14 Aug 2002 10:30:48 +0000 |
parents | d69b36b954c3 |
children | 9da9bb6c4d21 |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Aug 14 00:59:15 2002 +0000 +++ b/src/ChangeLog Wed Aug 14 10:30:48 2002 +0000 @@ -1,3 +1,15 @@ +2002-08-14 Kim F. Storm <storm@cua.dk> + + * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit + executing macro before appending to it (when used from Lisp). + (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function + which is called prior to each iteration of macro (for kmacro.el). + (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise. + + * lisp.h (Fexecute_kbd_macro): Update prototype. + + * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro. + 2002-08-14 Kenichi Handa <handa@etl.go.jp> * xselect.c (QUTF8_STRING): New variable.