]> git.eshelyaron.com Git - emacs.git/commitdiff
* minibuffer.el (read-file-name-completion-ignore-case): Add
authorChong Yidong <cyd@stupidchicken.com>
Thu, 31 Jul 2008 21:06:55 +0000 (21:06 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 31 Jul 2008 21:06:55 +0000 (21:06 +0000)
cygwin to the list.

* files.el (abbreviate-file-name): When replacing $HOME with ~,
turn off case-fold-search.

lisp/ChangeLog

index 847f4b35cfa94b09e6faaedfd3014c9bae56f210..ad373c81fbb94330feb830ebbc6c730857f12871 100644 (file)
@@ -1,3 +1,13 @@
+2008-07-31  Chong Yidong  <cyd@stupidchicken.com>
+
+       * minibuffer.el (read-file-name-completion-ignore-case): Add
+       cygwin to the list.
+
+2008-07-31  Sven Joachim  <svenjoac@gmx.de>
+
+       * files.el (abbreviate-file-name): When replacing $HOME with ~,
+       turn off case-fold-search.
+
 2008-07-31  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/dbus.el (top): Don't register for "NameOwnerChanged".