aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog5
-rw-r--r--lisp/ChangeLog7
2 files changed, 11 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 7a09fa3ac2..796d2db319 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-08 Kim F. Storm <[email protected]>
+
+ * PROBLEMS: Linux kernel 2.6.10 may corrupt process output.
+ Warn that using CVS+SSH may corrupt files, include work-around.
+
2005-06-06 Juri Linkov <[email protected]>
* TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 35e334a4a8..87452a66f5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-08 Kim F. Storm <[email protected]>
+
+ * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
+ also when reading directory name.
+
2005-06-08 Lute Kamstra <[email protected]>
* textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
@@ -11,7 +16,7 @@
2005-06-07 David McCabe <[email protected]> (tiny change)
- * emacs-lisp/lisp-mode.el (defstruct): Set 'doc-string-elt property.
+ * emacs-lisp/lisp-mode.el (defstruct): Set doc-string-elt property.
2005-06-06 Stefan Monnier <[email protected]>