aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2007-08-29 09:01:48 +0000
committerMartin Rudalics2007-08-29 09:01:48 +0000
commitd0d3a31145231a520300d9360b74dcac60aa3930 (patch)
tree7c1efafdb71e171f2039e8751ce5bd36ec325478 /src/ChangeLog
parentd2ff5d5051fa8f3a741ba897680cd6246a3e5280 (diff)
downloademacs-d0d3a31145231a520300d9360b74dcac60aa3930.tar.gz
emacs-d0d3a31145231a520300d9360b74dcac60aa3930.zip
(syms_of_keyboard): Set up new Lisp variable
last-repeatable-command. (init_kboard): Initialize Vlast_repeatable_command. (command_loop_1): Set it to real_this_command unless that was bound to an input event. (mark_kboards): Mark it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 68383a34cdd..de94c9fb0a1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12007-08-29 Martin Rudalics <rudalics@gmx.at>
2
3 * keyboard.h (struct kboard): New elt Vlast_repeatable_command.
4
5 * keyboard.c (syms_of_keyboard): Set up new Lisp variable
6 last-repeatable-command.
7 (init_kboard): Initialize Vlast_repeatable_command.
8 (command_loop_1): Set it to real_this_command unless that was
9 bound to an input event.
10 (mark_kboards): Mark it.
11
12007-08-28 Juanma Barranquero <lekktu@gmail.com> 122007-08-28 Juanma Barranquero <lekktu@gmail.com>
2 13
3 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>: 14 * image.c (syms_of_image) <image-library-alist, cross-disabled-images>: