aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog15
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 @@
12005-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
12005-08-14 Richard M. Stallman <rms@gnu.org> 162005-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.