aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2006-08-05 12:00:32 +0000
committerEli Zaretskii2006-08-05 12:00:32 +0000
commit6b657e423e2e10e4d9f7061e76cd3f8f3fcff7b7 (patch)
tree8797750a7788d2b5397e21245081a15a51dd55b9 /src/ChangeLog
parenta1ebfe34232143515306a0559066944761098f3e (diff)
downloademacs-6b657e423e2e10e4d9f7061e76cd3f8f3fcff7b7.tar.gz
emacs-6b657e423e2e10e4d9f7061e76cd3f8f3fcff7b7.zip
(kbd_buffer_get_event): Return Qnil when current time is exactly equal to
end_time, not only when it is past that.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index aa025125067..28109540800 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-08-05 Eli Zaretskii <eliz@gnu.org>
2
3 * keyboard.c (kbd_buffer_get_event): Return Qnil when current time
4 is exactly equal to end_time, not only when it is past that.
5
12006-08-04 Chong Yidong <cyd@stupidchicken.com> 62006-08-04 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * keyboard.c (read_char): Rebalance specpdl after receiving jump. 8 * keyboard.c (read_char): Rebalance specpdl after receiving jump.