From: Chong Yidong Date: Thu, 31 Jul 2008 21:06:55 +0000 (+0000) Subject: * minibuffer.el (read-file-name-completion-ignore-case): Add X-Git-Tag: emacs-pretest-23.0.90~3738 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e038299be8e749a0b47ac55bbac2dafd5ef58cc3;p=emacs.git * minibuffer.el (read-file-name-completion-ignore-case): Add cygwin to the list. * files.el (abbreviate-file-name): When replacing $HOME with ~, turn off case-fold-search. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 847f4b35cfa..ad373c81fbb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2008-07-31 Chong Yidong + + * minibuffer.el (read-file-name-completion-ignore-case): Add + cygwin to the list. + +2008-07-31 Sven Joachim + + * files.el (abbreviate-file-name): When replacing $HOME with ~, + turn off case-fold-search. + 2008-07-31 Michael Albinus * net/dbus.el (top): Don't register for "NameOwnerChanged".