From cae8ddbb4636f74b0d1ed94cfd8369d9819a66a3 Mon Sep 17 00:00:00 2001 From: Lars Hansen Date: Fri, 21 Nov 2003 18:28:07 +0000 Subject: [PATCH] *** empty log message *** --- etc/ChangeLog | 5 +++++ lispref/ChangeLog | 6 ++++++ src/ChangeLog | 15 +++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index 72989cfa25b..2a98dc67294 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index db6646ead6b..f7dc32509e0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 2224c3d97a4..e866fea0537 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.2