Mercurial > emacs
changeset 63125:5e05e591718a
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 08 Jun 2005 12:13:21 +0000 |
parents | 37a47a1de226 |
children | 33a466a1789c |
files | etc/ChangeLog lisp/ChangeLog |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Wed Jun 08 12:00:46 2005 +0000 +++ b/etc/ChangeLog Wed Jun 08 12:13:21 2005 +0000 @@ -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.
--- a/lisp/ChangeLog Wed Jun 08 12:00:46 2005 +0000 +++ b/lisp/ChangeLog Wed Jun 08 12:13:21 2005 +0000 @@ -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>