aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2009-03-21 14:03:06 +0000
committerEli Zaretskii2009-03-21 14:03:06 +0000
commitce343c43c835b98abe2b4f43b8ebbab624b9dcb3 (patch)
tree1d46d659e0451402aee141f807a10ddafb89197e /lisp/ChangeLog
parent8e9b25831feecd9b0732a5c10f6b1ad56d6b5d4e (diff)
downloademacs-ce343c43c835b98abe2b4f43b8ebbab624b9dcb3.tar.gz
emacs-ce343c43c835b98abe2b4f43b8ebbab624b9dcb3.zip
(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-ls-file): Enlarge default size-width to 8. (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last argument nil.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bcb7243169e..014ed32c26f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12009-03-21 Eli Zaretskii <eliz@gnu.org>
2
3 * eshell/em-ls.el (eshell-ls-dir): Call
4 eshell-directory-files-and-attributes with additional argument
5 'integer or 'string, according to numeric-uid-gid.
6 (eshell-ls-file): Don't convert UID and GID to strings, as
7 eshell-ls-dir already did. Enlarge max user-name string length to
8 14 characters.
9 (eshell-do-ls): Fix the long name of the -L option.
10
11 * eshell/esh-util.el (directory-files-and-attributes): Accept and
12 ignore additional optional argument id-format.
13 (eshell-directory-files-and-attributes): Call
14 directory-files-and-attributes with additional argument id-format.
15
16 * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
17 (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
18 argument nil.
19
12009-03-21 David Reitter <david.reitter@gmail.com> 202009-03-21 David Reitter <david.reitter@gmail.com>
2 21
3 * cus-start.el (all): Use existing `ns' rather than new `nextstep' 22 * cus-start.el (all): Use existing `ns' rather than new `nextstep'