]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLars Hansen <larsh@soem.dk>
Fri, 21 Nov 2003 18:28:07 +0000 (18:28 +0000)
committerLars Hansen <larsh@soem.dk>
Fri, 21 Nov 2003 18:28:07 +0000 (18:28 +0000)
etc/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 72989cfa25b4eba8494aec49273b1af49c448c46..2a98dc6729465d97b6630bae640d5946a309af45 100644 (file)
@@ -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.
index db6646ead6be5f66aafad61c8ab358e4649f877d..f7dc32509e046bb349a6e57764f01d6831d09a8e 100644 (file)
@@ -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
index 2224c3d97a44d780bdcb9a5a70d03dd278e99326..e866fea0537ef2cdddf4c3ad283e05828e094bb0 100644 (file)
@@ -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.