# HG changeset patch # User Lars Hansen # Date 1069439287 0 # Node ID c38b4ab524e93794b34272c52b6e4c2c1610c966 # Parent b6c073b1f1c7bcde90accb91bfd79bf8f08bd32e *** empty log message *** diff -r b6c073b1f1c7 -r c38b4ab524e9 etc/ChangeLog --- 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 + + * TODO: Add plans for change of file attributes UID and GID from + integer to string. + 2003-11-10 Kailash C. Chowksey * HELLO: Add Kannada. diff -r b6c073b1f1c7 -r c38b4ab524e9 lispref/ChangeLog --- 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 + + * files.texi (File Attributes): Describe new parameter ID-FORMAT. + * anti.texi (File Attributes): Describe removed parameter + ID-FORMAT. + 2003-11-20 Luc Teirlinck * positions.texi (Positions): Mention that, if a marker is used a diff -r b6c073b1f1c7 -r c38b4ab524e9 src/ChangeLog --- 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 + + * 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 * fns.c (Freverse): Doc fix.