diff options
| author | Kim F. Storm | 2004-08-19 13:56:39 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-08-19 13:56:39 +0000 |
| commit | 6ba0f14c1f1df33480fff61a7d0b9f7c49ac286c (patch) | |
| tree | c82859e5e70c3876e441e94c37af0cda73391bac /src | |
| parent | fa51fa32b7d7eb52f3c61d6c12da1054192f0758 (diff) | |
| download | emacs-6ba0f14c1f1df33480fff61a7d0b9f7c49ac286c.tar.gz emacs-6ba0f14c1f1df33480fff61a7d0b9f7c49ac286c.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e29ffcf0864..2999a43f14d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2004-08-19 Kim F. Storm <storm@cua.dk> | 1 | 2004-08-19 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * process.c (wait_reading_process_input): Clean up. | ||
| 4 | Add wait_for_cell, wait_proc, and just_wait_proc args | ||
| 5 | to avoid overloading `read_kbd' and `do_display' args. | ||
| 6 | Change read_kbd arg to int. All callers changed. | ||
| 7 | |||
| 3 | * process.c (process_send_signal): Use CDISABLE. | 8 | * process.c (process_send_signal): Use CDISABLE. |
| 4 | 9 | ||
| 5 | * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE. | 10 | * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE. |