Mercurial > emacs
changeset 53113:c38b4ab524e9
*** empty log message ***
author | Lars Hansen <larsh@soem.dk> |
---|---|
date | Fri, 21 Nov 2003 18:28:07 +0000 |
parents | b6c073b1f1c7 |
children | e5aa31618ade |
files | etc/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Fri Nov 21 18:27:51 2003 +0000 +++ b/etc/ChangeLog Fri Nov 21 18:28:07 2003 +0000 @@ -1,3 +1,8 @@ +2003-11-21 Lars Hansen <larsh@math.ku.dk> + + * TODO: Add plans for change of file attributes UID and GID from + integer to string. + 2003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org> * HELLO: Add Kannada.
--- a/lispref/ChangeLog Fri Nov 21 18:27:51 2003 +0000 +++ b/lispref/ChangeLog Fri Nov 21 18:28:07 2003 +0000 @@ -1,3 +1,9 @@ +2003-11-21 Lars Hansen <larsh@math.ku.dk> + + * files.texi (File Attributes): Describe new parameter ID-FORMAT. + * anti.texi (File Attributes): Describe removed parameter + ID-FORMAT. + 2003-11-20 Luc Teirlinck <teirllm@auburn.edu> * positions.texi (Positions): Mention that, if a marker is used a
--- a/src/ChangeLog Fri Nov 21 18:27:51 2003 +0000 +++ b/src/ChangeLog Fri Nov 21 18:28:07 2003 +0000 @@ -1,3 +1,18 @@ +2003-11-21 Lars Hansen <larsh@math.ku.dk> + + * dired.c (Ffile_attributes): Parameter ID-FORMAT added and + included in call to file name handler. Numeric UID and GID + optionally translated to strings. Docstring updated. + (directory_files_internal): Parameter ID-FORMAT added. + (Fdirectory_files_and_attributes): Parameter ID-FORMAT added and + included in call to file name handler and call to + directory_files_internal. Docstring updated. (Fdirectory_files): + Dummy parameter added in call to directory_files_internal. + * lisp.h (Qinteger): Added. (Qinteger_or_floatp, + Qinteger_or_float_or_marker_p): Removed. (Ffile_attributes): + Parameter added. + * data.c (Qinteger): Exported. + 2003-11-21 Luc Teirlinck <teirllm@auburn.edu> * fns.c (Freverse): Doc fix.