]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 3 Oct 2006 09:19:05 +0000 (09:19 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 3 Oct 2006 09:19:05 +0000 (09:19 +0000)
lisp/ChangeLog
src/ChangeLog

index 92c9d1087875a0d9a3b977d236d77a29bbef9f7f..6e7dd22ba80bc363ce11790a86ec22cff0ca7f95 100644 (file)
@@ -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\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
 
        * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
        * 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
index c62e4fbe03156a3c39902115324cd14e15106bb3..b13d015c01a0d4be6bd0316ba040e512ca7b141f 100644 (file)
@@ -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.