diff options
| author | Kim F. Storm | 2005-08-15 08:44:36 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-08-15 08:44:36 +0000 |
| commit | 71e37f3cf25f14f87c581bf139a26fa8b6915aca (patch) | |
| tree | 96bbeaefbb77def1038648eb1746a9f527c8435b /src | |
| parent | 0bf14bfd0c8b0d1508c33b53a6f48240d099f689 (diff) | |
| download | emacs-71e37f3cf25f14f87c581bf139a26fa8b6915aca.tar.gz emacs-71e37f3cf25f14f87c581bf139a26fa8b6915aca.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1ac51d41a80..996175b2ff3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2005-08-15 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * process.c (deactivate_process, status_notify, read_process_output) | ||
| 4 | (update_status, status_convert, decode_status, allocate_pty) | ||
| 5 | (make_process, remove_process, list_processes_1) | ||
| 6 | (create_process_1, unwind_request_sigio, read_process_output) | ||
| 7 | (send_process, keyboard_bit_set): Declare static. | ||
| 8 | (Fdelete_process): Simplify. Pass process to status_notify, so we | ||
| 9 | don't try to read output from it. | ||
| 10 | (status_notify): New arg deleting_process--don't try to read | ||
| 11 | output from that process. | ||
| 12 | |||
| 13 | * lisp.h (deactivate_process, status_notify, read_process_output): | ||
| 14 | Remove prototypes. | ||
| 15 | |||
| 1 | 2005-08-14 Richard M. Stallman <rms@gnu.org> | 16 | 2005-08-14 Richard M. Stallman <rms@gnu.org> |
| 2 | 17 | ||
| 3 | * image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. | 18 | * image.c (syms_of_image): Init Qxbm, Qpbm before calling define_image_type. |