aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 28109540800..80d99505c44 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12006-08-05 Eli Zaretskii <eliz@gnu.org> 12006-08-05 Eli Zaretskii <eliz@gnu.org>
2 2
3 * w32.c (w32_valid_pointer_p): New function.
4
5 * w32.h: Add prototype for w32_valid_pointer_p.
6
7 * alloc.c: Include w32.h.
8 (valid_lisp_object_p) [WINDOWSNT]: Call w32_valid_pointer_p to do
9 the job.
10
3 * keyboard.c (kbd_buffer_get_event): Return Qnil when current time 11 * 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. 12 is exactly equal to end_time, not only when it is past that.
5 13