summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog10
-rw-r--r--src/ChangeLog5
2 files changed, 10 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 92c9d108787..6e7dd22ba80 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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
diff --git a/src/ChangeLog b/src/ChangeLog
index c62e4fbe031..b13d015c01a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.