aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2002-08-14 10:30:48 +0000
committerKim F. Storm2002-08-14 10:30:48 +0000
commit82802164fecb026e0e78aa5e2a4d81802d82cc9f (patch)
tree7a7a8f6f111407cdeb5c40f65e54472c3a3858d1 /src
parent18538ab385512a8d1b921ddbef123d26a8bcdbe6 (diff)
downloademacs-82802164fecb026e0e78aa5e2a4d81802d82cc9f.tar.gz
emacs-82802164fecb026e0e78aa5e2a4d81802d82cc9f.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1f123331dd7..f90dfff2ae4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12002-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
12002-08-14 Kenichi Handa <handa@etl.go.jp> 132002-08-14 Kenichi Handa <handa@etl.go.jp>
2 14
3 * xselect.c (QUTF8_STRING): New variable. 15 * xselect.c (QUTF8_STRING): New variable.