Mercurial > emacs
changeset 40756:4c885d1ac450
* ls-lisp.el (ls-lisp-time-to-seconds): New function.
(ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
stamps always line up by default. Also, it uses a slightly
different window to determine whether files are "recent".
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Tue, 06 Nov 2001 02:00:31 +0000 |
parents | 08abdcc6bcf5 |
children | bc2025610176 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 06 01:56:02 2001 +0000 +++ b/lisp/ChangeLog Tue Nov 06 02:00:31 2001 +0000 @@ -1,3 +1,10 @@ +2001-11-05 Paul Eggert <eggert@twinsun.com> + + * ls-lisp.el (ls-lisp-time-to-seconds): New function. + (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time + stamps always line up by default. Also, it uses a slightly + different window to determine whether files are "recent". + 2001-11-05 Andrew Innes <andrewi@gnu.org> * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't