Mercurial > emacs
comparison src/ChangeLog @ 72137:82ede0c5373b
* 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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 26 Jul 2006 18:16:32 +0000 |
parents | 1a37f6416b9f |
children | 64892d9c016e |
comparison
equal
deleted
inserted
replaced
72136:ff262d47a1dc | 72137:82ede0c5373b |
---|---|
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. |
4 (make_pure_string): Use it to reuse existing string data if possible. | 18 (make_pure_string): Use it to reuse existing string data if possible. |
5 | 19 |