]> git.eshelyaron.com Git - emacs.git/commitdiff
; Better document changes in ls-lisp default behavior
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Feb 2016 10:27:53 +0000 (12:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 Feb 2016 10:27:53 +0000 (12:27 +0200)
* etc/NEWS: Explain in more detail the effects of the new
default sorting in ls-lisp on Dired display.  (Bug#22561)

etc/NEWS

index 975c26cf70dd1cf8b5f846bbca1aa40d0281c931..bd3ddad5b1d9995e0cc8fc69d162c5474ab87163 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1553,8 +1553,14 @@ counterparts `string-lessp' and `string-equal'.
 
 ---
 *** The ls-lisp package uses `string-collate-lessp' to sort file names.
-If you want the old, locale-independent sorting, customize the new
-option `ls-lisp-use-string-collate' to a nil value.
+The effect is that, on systems that use ls-lisp for Dired, the default
+sort order of the files in Dired is now different from what it was in
+previous versions of Emacs.  In particular, the file names are sorted
+disregarding punctuation, accents, and diacritics, and letter case is
+ignored.  For example, files whose name begin with a period will no
+longer appear near the beginning of the directory listing.  If you
+want the old, locale-independent sorting, customize the new option
+`ls-lisp-use-string-collate' to the nil value.
 
 +++
 *** The MS-Windows specific variable `w32-collate-ignore-punctuation',