emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 15 Aug 2005 04:44:38 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.4552 emacs/src/ChangeLog:1.4553
*** emacs/src/ChangeLog:1.4552  Mon Aug 15 01:47:19 2005
--- emacs/src/ChangeLog Mon Aug 15 08:44:36 2005
***************
*** 1,3 ****
--- 1,18 ----
+ 2005-08-15  Kim F. Storm  <address@hidden>
+ 
+       * process.c (deactivate_process, status_notify, read_process_output)
+       (update_status, status_convert, decode_status, allocate_pty)
+       (make_process, remove_process, list_processes_1)
+       (create_process_1, unwind_request_sigio, read_process_output)
+       (send_process, keyboard_bit_set): Declare static.
+       (Fdelete_process): Simplify.  Pass process to status_notify, so we
+       don't try to read output from it.
+       (status_notify): New arg deleting_process--don't try to read
+       output from that process.
+ 
+       * lisp.h (deactivate_process, status_notify, read_process_output):
+       Remove prototypes.
+ 
  2005-08-14  Richard M. Stallman  <address@hidden>
  
        * image.c (syms_of_image): Init Qxbm, Qpbm before calling 
define_image_type.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]