diff options
| author | Kim F. Storm | 2002-12-08 23:53:05 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-12-08 23:53:05 +0000 |
| commit | df4d1023fc6b010a81636ed09f348fe2612b7a26 (patch) | |
| tree | 4b76c339e7e3ac256e2ec28f5dba30b8d3c2618f /src/ChangeLog | |
| parent | 6b9bfa954b6f7a1085c87a3a20404180182c28d5 (diff) | |
| download | emacs-df4d1023fc6b010a81636ed09f348fe2612b7a26.tar.gz emacs-df4d1023fc6b010a81636ed09f348fe2612b7a26.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1e57aa764e1..b2a50bfa1d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | 2002-12-07 Steven Tamm <steventamm@mac.com> | 1 | 2002-12-07 Steven Tamm <steventamm@mac.com> |
| 2 | 2 | ||
| 3 | * sysdep.c (emacs_read): Have emacs_read use sys_read. | 3 | * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read. |
| 4 | 4 | ||
| 5 | * eval.c (Feval): Calls mac_check_for_quit_char at each stack | 5 | * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at |
| 6 | frame. This may change as it could be time consuming. | 6 | each stack frame. This may change as it could be time consuming. |
| 7 | 7 | ||
| 8 | * macterm.c (mac_check_for_quit_char, quit_char_comp) | 8 | * macterm.c (mac_check_for_quit_char, quit_char_comp) |
| 9 | (init_quit_char_handler, mac_determine_quit_char_modifiers) | 9 | (init_quit_char_handler, mac_determine_quit_char_modifiers) |