comparison src/ChangeLog @ 46884:87ffbc31a1c4

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 14 Aug 2002 10:30:48 +0000
parents 12873c268a23
children aff9c7fcedb0
comparison
equal deleted inserted replaced
46883:d69b36b954c3 46884:87ffbc31a1c4
1 2002-08-14 Kim F. Storm <storm@cua.dk>
2
3 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
4 executing macro before appending to it (when used from Lisp).
5 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
6 which is called prior to each iteration of macro (for kmacro.el).
7 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
8
9 * lisp.h (Fexecute_kbd_macro): Update prototype.
10
11 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
12
1 2002-08-14 Kenichi Handa <handa@etl.go.jp> 13 2002-08-14 Kenichi Handa <handa@etl.go.jp>
2 14
3 * xselect.c (QUTF8_STRING): New variable. 15 * xselect.c (QUTF8_STRING): New variable.
4 (symbol_to_x_atom): Pay attention to QUTF8_STRING. 16 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
5 (x_atom_to_symbol): Likewise. 17 (x_atom_to_symbol): Likewise.