]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Wed, 8 Jun 2005 12:13:21 +0000 (12:13 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 8 Jun 2005 12:13:21 +0000 (12:13 +0000)
etc/ChangeLog
lisp/ChangeLog

index 7a09fa3ac239f717e28e2423f0f39d14b05712e5..796d2db3190fbb4c22d9ec5be632cb6df27a9bd8 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-08  Kim F. Storm  <storm@cua.dk>
+
+       * 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  <juri@jurta.org>
 
        * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space.
index 35e334a4a8a537e178fa50027d2c77fd09970780..87452a66f501db3d7f9d11a820de163a4ca526a9 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-08  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
+       also when reading directory name.
+
 2005-06-08  Lute Kamstra  <lute@gnu.org>
 
        * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
@@ -11,7 +16,7 @@
 
 2005-06-07  David McCabe  <davemccabe@gmail.com>  (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  <monnier@iro.umontreal.ca>