diff options
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -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. |
| 1556 | If you want the old, locale-independent sorting, customize the new | 1556 | The effect is that, on systems that use ls-lisp for Dired, the default |
| 1557 | option `ls-lisp-use-string-collate' to a nil value. | 1557 | sort order of the files in Dired is now different from what it was in |
| 1558 | previous versions of Emacs. In particular, the file names are sorted | ||
| 1559 | disregarding punctuation, accents, and diacritics, and letter case is | ||
| 1560 | ignored. For example, files whose name begin with a period will no | ||
| 1561 | longer appear near the beginning of the directory listing. If you | ||
| 1562 | want 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', |