changeset 97178:179290bc0896

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 31 Jul 2008 21:06:55 +0000
parents 4aada39a086c
children e99e1b5c726e
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jul 31 19:31:51 2008 +0000
+++ b/lisp/ChangeLog	Thu Jul 31 21:06:55 2008 +0000
@@ -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".