# HG changeset patch # User John Paul Wallington # Date 1212945915 0 # Node ID 78a4157e99c0608d3e5d76659316cfa7c63e16f2 # Parent a46ee2fe6fa4b63348f2ba9674c58d25acf82a6c Document that `completion-ignore-case' is nil on MS-Windows. diff -r a46ee2fe6fa4 -r 78a4157e99c0 etc/NEWS --- 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