summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog.multi-tty6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog.multi-tty b/lisp/ChangeLog.multi-tty
index 8e18674db8b..5fe8ab51c50 100644
--- a/lisp/ChangeLog.multi-tty
+++ b/lisp/ChangeLog.multi-tty
@@ -1,3 +1,7 @@
+2007-06-12 Juanma Barranquero <lekktu@gmail.com>
+
+ * server.el (server-process-filter): Fix typo in docstring.
+
2007-06-03 Dan Nicolaescu <dann@ics.uci.edu>
* loadup.el: Use a better feature test on a mac.
@@ -65,7 +69,7 @@
* server.el (server-with-environment): Restore the original
environment.
-
+
2007-05-14 David Kastrup <dak@gnu.org>
* env.el (getenv): Fix reverted by demand of Dan Nicolaescu