comparison src/ChangeLog @ 64976:d2bfb0f1fafc

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 15 Aug 2005 08:44:36 +0000
parents 2abe34cec6dc
children d912e5d238ec
comparison
equal deleted inserted replaced
64975:2abe34cec6dc 64976:d2bfb0f1fafc
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.
4 19
5 2005-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 20 2005-08-13 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>