changeset 73226:0139dca4817f

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 03 Oct 2006 09:19:05 +0000
parents ff880e40efba
children 79c3587798b4
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 03 09:14:40 2006 +0000
+++ b/lisp/ChangeLog	Tue Oct 03 09:19:05 2006 +0000
@@ -1,3 +1,8 @@
+2006-10-03  Kim F. Storm  <storm@cua.dk>
+
+	* emacs-lisp/cl.el (pushnew-internal): Remove defvar.
+	(pushnew): Fix last change.
+
 2006-10-03  Denis St,A|(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
 
 	* ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
@@ -284,11 +289,6 @@
 	* mouse.el (mouse-posn-property): Fix typo for `event-start' in
 	doc string.
 
-2006-09-21  Kim F. Storm  <storm@cua.dk>
-
-	* emacs-lisp/cl.el (pushnew-internal): Remove defvar.
-	(pushnew): Fix last change.
-
 2006-09-21  Kenichi Handa  <handa@m17n.org>
 
 	* language/european.el ("Latin-1"): Add windows-1252 to
--- a/src/ChangeLog	Tue Oct 03 09:14:40 2006 +0000
+++ b/src/ChangeLog	Tue Oct 03 09:19:05 2006 +0000
@@ -1,3 +1,8 @@
+2006-10-03  Kim F. Storm  <storm@cua.dk>
+
+	* process.c (list_processes_1): Run sentinels before removing dead
+	processes.  Also remove `closed' network connections.
+
 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* xdisp.c (handle_fontified_prop): Don't fontify at EOB.