From: Kim F. Storm Date: Wed, 14 Aug 2002 10:30:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~13697 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82802164fecb026e0e78aa5e2a4d81802d82cc9f;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 1f123331dd7..f90dfff2ae4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,15 @@ +2002-08-14 Kim F. Storm + + * 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 * xselect.c (QUTF8_STRING): New variable.