diff options
| author | Lars Hansen | 2003-12-27 18:12:39 +0000 |
|---|---|---|
| committer | Lars Hansen | 2003-12-27 18:12:39 +0000 |
| commit | 80ca57997d02e9136ae1017cd6f141bc4da6f188 (patch) | |
| tree | ca46b659a4ad5d46e5260593f3168fec3ac01bd2 /lisp/ChangeLog | |
| parent | cfa921fd39a965d78ee9ebfe8855afee524b1987 (diff) | |
| download | emacs-80ca57997d02e9136ae1017cd6f141bc4da6f188.tar.gz emacs-80ca57997d02e9136ae1017cd6f141bc4da6f188.zip | |
(ls-lisp-insert-directory): Add parameter 'string in
calls to directory-files-and-attributes and file-attributes.
(ls-lisp-format): Remove system dependent handling of user and
group id's.
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 a2e7f95747c..09992ed03ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-12-27 Lars Hansen <larsh@math.ku.dk> | ||
| 2 | |||
| 3 | * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in | ||
| 4 | calls to directory-files-and-attributes and file-attributes. | ||
| 5 | (ls-lisp-format): Remove system dependent handling of user and | ||
| 6 | group id's. | ||
| 7 | |||
| 1 | 2003-12-25 Luc Teirlinck <teirllm@auburn.edu> | 8 | 2003-12-25 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 9 | ||
| 3 | * ffap.el (ffap-read-file-or-url): Revert previous change. | 10 | * ffap.el (ffap-read-file-or-url): Revert previous change. |