diff options
author | John Paul Wallington <jpw@pobox.com> | 2008-06-08 17:25:40 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2008-06-08 17:25:40 +0000 |
commit | 203553fdc37a13ec94168a31cdd0871ab72f4037 (patch) | |
tree | b434ca7ab3c6c5adfaa42bea945a1abc07e220ca /etc/NEWS | |
parent | 1398bf10ab6eb626ac0f7b62df09484a1c0f5a28 (diff) | |
download | emacs-203553fdc37a13ec94168a31cdd0871ab72f4037.tar.gz |
Document that `completion-ignore-case' is nil on MS-Windows.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -717,6 +717,12 @@ It is used to configure wireless interfaces. * 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 |