# HG changeset patch # User Eli Zaretskii # Date 1237644186 0 # Node ID eed7a048bd371668a3b379501821046c106594ed # Parent 985635bb2d2c5c46e41dba35e33cec13e6ebd24d *** empty log message *** diff -r 985635bb2d2c -r eed7a048bd37 lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 21 14:01:53 2009 +0000 +++ b/lisp/ChangeLog Sat Mar 21 14:03:06 2009 +0000 @@ -1,3 +1,22 @@ +2009-03-21 Eli Zaretskii + + * eshell/em-ls.el (eshell-ls-dir): Call + eshell-directory-files-and-attributes with additional argument + 'integer or 'string, according to numeric-uid-gid. + (eshell-ls-file): Don't convert UID and GID to strings, as + eshell-ls-dir already did. Enlarge max user-name string length to + 14 characters. + (eshell-do-ls): Fix the long name of the -L option. + + * eshell/esh-util.el (directory-files-and-attributes): Accept and + ignore additional optional argument id-format. + (eshell-directory-files-and-attributes): Call + directory-files-and-attributes with additional argument id-format. + + * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8. + (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last + argument nil. + 2009-03-21 David Reitter * cus-start.el (all): Use existing `ns' rather than new `nextstep'