aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-02-05 12:27:53 +0200
committerEli Zaretskii2016-02-05 12:27:53 +0200
commitc32c16f875c989bde31d2b1fd80b23bdec4d54fa (patch)
tree473b954dfaf03e867112ee0a5dabfa0912f6beac
parentdc6eed2592da9262a9318f49e8ed6cc1f31d5c68 (diff)
downloademacs-c32c16f875c989bde31d2b1fd80b23bdec4d54fa.tar.gz
emacs-c32c16f875c989bde31d2b1fd80b23bdec4d54fa.zip
; Better document changes in ls-lisp default behavior
* etc/NEWS: Explain in more detail the effects of the new default sorting in ls-lisp on Dired display. (Bug#22561)
-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',