diff options
| author | Steven Tamm | 2002-12-08 06:03:28 +0000 |
|---|---|---|
| committer | Steven Tamm | 2002-12-08 06:03:28 +0000 |
| commit | 0d4d26a7c5f4844157498963b41a2b8a9939f329 (patch) | |
| tree | 96f8c4c8aaa588aec415cc33999e36e46fbaa6c8 /src | |
| parent | 824eb35eec1b6f21612df1832c758b8eead6237f (diff) | |
| download | emacs-0d4d26a7c5f4844157498963b41a2b8a9939f329.tar.gz emacs-0d4d26a7c5f4844157498963b41a2b8a9939f329.zip | |
Adding log for changes to sysdep.c,eval.c,macterm.c,mac.c
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. |