diff options
| author | Eli Zaretskii | 2006-08-05 13:31:11 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-08-05 13:31:11 +0000 |
| commit | 0a3297f7bbfced678d4cd242d5c5eeb59fa57878 (patch) | |
| tree | d5c4381ea796bf91ee80b7ca562ebc646a23763c /src/ChangeLog | |
| parent | b653cee476923bfab4fcaa808aa8b870051de70f (diff) | |
| download | emacs-0a3297f7bbfced678d4cd242d5c5eeb59fa57878.tar.gz emacs-0a3297f7bbfced678d4cd242d5c5eeb59fa57878.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2006-08-05 Eli Zaretskii <eliz@gnu.org> | 1 | 2006-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 | ||