Mercurial > emacs
changeset 95682:78a4157e99c0
Document that `completion-ignore-case' is nil on MS-Windows.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sun, 08 Jun 2008 17:25:15 +0000 |
parents | a46ee2fe6fa4 |
children | 95f214d05929 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sun Jun 08 15:43:53 2008 +0000 +++ b/etc/NEWS Sun Jun 08 17:25:15 2008 +0000 @@ -717,6 +717,12 @@ * 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