diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d2e8162f38a..79271fe23fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2006-07-26 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * keyboard.c (read_char): New arg END_TIME specifying timeout. | ||
| 4 | All callers changed. Turn off echoing if END_TIME is non-NULL. | ||
| 5 | (kbd_buffer_get_event): New arg END_TIME. | ||
| 6 | |||
| 7 | * lread.c (read_filtered_event): New arg SECONDS to wait until. | ||
| 8 | (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS. | ||
| 9 | |||
| 10 | * lisp.h: Update read-char, read-event, and read_filtered_event | ||
| 11 | prototypes. | ||
| 12 | |||
| 13 | * keyboard.h: Include systime.h. Update read_char prototype. | ||
| 14 | |||
| 1 | 2006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 15 | 2006-07-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 16 | ||
| 3 | * alloc.c (find_string_data_in_pure): New function. | 17 | * alloc.c (find_string_data_in_pure): New function. |