]> git.eshelyaron.com Git - emacs.git/commitdiff
Document that `completion-ignore-case' is nil on MS-Windows.
authorJohn Paul Wallington <jpw@pobox.com>
Sun, 8 Jun 2008 17:25:40 +0000 (17:25 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sun, 8 Jun 2008 17:25:40 +0000 (17:25 +0000)
etc/ChangeLog
etc/NEWS

index 8bc820589c4997989da6c11349365601c6fff7f6..d54d7511201af23f92885ccae308bc2fb8c25458 100644 (file)
@@ -1,3 +1,8 @@
+2008-06-08  John Paul Wallington  <jpw@pobox.com>
+
+       * NEWS: Document that `completion-ignore-case' is nil on
+       MS-Windows.
+
 2008-05-19  Tom Tromey  <tromey@redhat.com>
 
        * NEWS: Mention directory-local variables.
index 73c6dacecf32639c9005d75866b02c9aba3d1b4d..e50ea23720cc00952c96da992cc4749529e9d0a9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -717,6 +717,12 @@ It is used to configure wireless interfaces.
 \f
 * Changes in Emacs 23.1 on non-free operating systems
 
+** Case is now considered significant in completion on MS-Windows.
+The default value of `completion-ignore-case' is now nil on
+MS-Windows, the same as it is for other operating systems.  The
+variable doesn't apply to reading a file name -- in that case Emacs
+heeds `read-file-name-completion-ignore-case' instead.
+
 ---
 ** IPv6 is supported on MS-Windows.
 Emacs now supports IPv6 on Windows XP and later, and earlier versions