aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-02-07 01:23:10 -0500
committerChong Yidong2010-02-07 01:23:10 -0500
commita4cc44cf0efd240bdcd2ac9013ea0f20067ccd94 (patch)
tree4053b7bfd5b3c5068964e50a9cc3bd3ab2993b4f /lisp/ChangeLog
parentc917476d6b5069d8c81675bf7f661ee3ebceb84d (diff)
downloademacs-a4cc44cf0efd240bdcd2ac9013ea0f20067ccd94.tar.gz
emacs-a4cc44cf0efd240bdcd2ac9013ea0f20067ccd94.zip
Fix to uid/gid format in eshell's ls (Bug#5528).
* eshell/esh-util.el (eshell-file-attributes): New optional arg ID-FORMAT. Pass it to `file-attributes'. * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f754ca0b44d..d81e73f34bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12010-02-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * eshell/esh-util.el (eshell-file-attributes): New optional arg
4 ID-FORMAT. Pass it to `file-attributes'.
5
6 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
7
12010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change) 82010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
2 9
3 * faces.el (set-face-attribute): Allow calling 10 * faces.el (set-face-attribute): Allow calling