# HG changeset patch # User Chong Yidong # Date 1153937792 0 # Node ID 82ede0c5373b4a7b8d6216c5f1192790834f669f # Parent ff262d47a1dc5068d9c7de63a3cd30bc61da44c1 * keyboard.c (read_char): New arg END_TIME specifying timeout. All callers changed. Turn off echoing if END_TIME is non-NULL. (kbd_buffer_get_event): New arg END_TIME. * lread.c (read_filtered_event): New arg SECONDS to wait until. (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS. * lisp.h: Update read-char, read-event, and read_filtered_event prototypes. * keyboard.h: Include systime.h. Update read_char prototype. diff -r ff262d47a1dc -r 82ede0c5373b src/ChangeLog --- a/src/ChangeLog Wed Jul 26 18:16:14 2006 +0000 +++ b/src/ChangeLog Wed Jul 26 18:16:32 2006 +0000 @@ -1,3 +1,17 @@ +2006-07-26 Chong Yidong + + * keyboard.c (read_char): New arg END_TIME specifying timeout. + All callers changed. Turn off echoing if END_TIME is non-NULL. + (kbd_buffer_get_event): New arg END_TIME. + + * lread.c (read_filtered_event): New arg SECONDS to wait until. + (Fread_char, Fread_event, Fread_char_exclusive): New arg SECONDS. + + * lisp.h: Update read-char, read-event, and read_filtered_event + prototypes. + + * keyboard.h: Include systime.h. Update read_char prototype. + 2006-07-25 YAMAMOTO Mitsuharu * alloc.c (find_string_data_in_pure): New function.