Mercurial > emacs
diff lisp/ChangeLog @ 110205:f5e7d094d9d8
Improve ls date switch parsing in Dired (Bug#6987).
* dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
Improve regexps (Bug#6987).
(dired-sort-toggle): Search more robustly for -t flag.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 05 Sep 2010 17:28:50 -0400 |
parents | 2ca24e39c16d |
children | d6519fa0a5a7 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 05 15:03:20 2010 -0400 +++ b/lisp/ChangeLog Sun Sep 05 17:28:50 2010 -0400 @@ -1,5 +1,9 @@ 2010-09-05 Chong Yidong <cyd@stupidchicken.com> + * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp): + Improve regexps (Bug#6987). + (dired-sort-toggle): Search more robustly for -t flag. + * files.el (get-free-disk-space): Search more robustly for "available" column. Suggested by Ehud Karni <ehud@unix.mvs.co.il>.