aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 975c26cf70d..bd3ddad5b1d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1553,8 +1553,14 @@ counterparts `string-lessp' and `string-equal'.
1553 1553
1554--- 1554---
1555*** The ls-lisp package uses `string-collate-lessp' to sort file names. 1555*** The ls-lisp package uses `string-collate-lessp' to sort file names.
1556If you want the old, locale-independent sorting, customize the new 1556The effect is that, on systems that use ls-lisp for Dired, the default
1557option `ls-lisp-use-string-collate' to a nil value. 1557sort order of the files in Dired is now different from what it was in
1558previous versions of Emacs. In particular, the file names are sorted
1559disregarding punctuation, accents, and diacritics, and letter case is
1560ignored. For example, files whose name begin with a period will no
1561longer appear near the beginning of the directory listing. If you
1562want the old, locale-independent sorting, customize the new option
1563`ls-lisp-use-string-collate' to the nil value.
1558 1564
1559+++ 1565+++
1560*** The MS-Windows specific variable `w32-collate-ignore-punctuation', 1566*** The MS-Windows specific variable `w32-collate-ignore-punctuation',