diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5eb32d6e324..1e57aa764e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2002-12-07 Steven Tamm <steventamm@mac.com> | ||
| 2 | |||
| 3 | * sysdep.c (emacs_read): Have emacs_read use sys_read. | ||
| 4 | |||
| 5 | * eval.c (Feval): Calls mac_check_for_quit_char at each stack | ||
| 6 | frame. This may change as it could be time consuming. | ||
| 7 | |||
| 8 | * macterm.c (mac_check_for_quit_char, quit_char_comp) | ||
| 9 | (init_quit_char_handler, mac_determine_quit_char_modifiers) | ||
| 10 | (mac_initialize): Added code to check for pressing of quit_char | ||
| 11 | in the OS event queue | ||
| 12 | |||
| 13 | * mac.c (sys_select): Call mac_check_for_quit_char every second | ||
| 14 | while blocking on select. | ||
| 15 | |||
| 16 | * mac.c (sys_read): Use sys_select to test for input first | ||
| 17 | before calling read to allow C-g to break | ||
| 18 | |||
| 1 | 2002-12-07 Richard M. Stallman <rms@gnu.org> | 19 | 2002-12-07 Richard M. Stallman <rms@gnu.org> |
| 2 | 20 | ||
| 3 | * minibuf.c (Fcompleting_read): Doc fix. | 21 | * minibuf.c (Fcompleting_read): Doc fix. |