diff options
| author | Chong Yidong | 2010-02-07 01:23:10 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-02-07 01:23:10 -0500 |
| commit | a4cc44cf0efd240bdcd2ac9013ea0f20067ccd94 (patch) | |
| tree | 4053b7bfd5b3c5068964e50a9cc3bd3ab2993b4f /lisp/ChangeLog | |
| parent | c917476d6b5069d8c81675bf7f661ee3ebceb84d (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change) | 8 | 2010-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 |