diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2224c3d97a4..e866fea0537 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2003-11-21 Lars Hansen <larsh@math.ku.dk> | ||
| 2 | |||
| 3 | * dired.c (Ffile_attributes): Parameter ID-FORMAT added and | ||
| 4 | included in call to file name handler. Numeric UID and GID | ||
| 5 | optionally translated to strings. Docstring updated. | ||
| 6 | (directory_files_internal): Parameter ID-FORMAT added. | ||
| 7 | (Fdirectory_files_and_attributes): Parameter ID-FORMAT added and | ||
| 8 | included in call to file name handler and call to | ||
| 9 | directory_files_internal. Docstring updated. (Fdirectory_files): | ||
| 10 | Dummy parameter added in call to directory_files_internal. | ||
| 11 | * lisp.h (Qinteger): Added. (Qinteger_or_floatp, | ||
| 12 | Qinteger_or_float_or_marker_p): Removed. (Ffile_attributes): | ||
| 13 | Parameter added. | ||
| 14 | * data.c (Qinteger): Exported. | ||
| 15 | |||
| 1 | 2003-11-21 Luc Teirlinck <teirllm@auburn.edu> | 16 | 2003-11-21 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 17 | ||
| 3 | * fns.c (Freverse): Doc fix. | 18 | * fns.c (Freverse): Doc fix. |