aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Hansen2003-11-21 18:28:07 +0000
committerLars Hansen2003-11-21 18:28:07 +0000
commitcae8ddbb4636f74b0d1ed94cfd8369d9819a66a3 (patch)
treefc69f87adcaf2320c5a0a43238a4ec468883c3b6
parent0e6195edf7bff988c9570745f39e7c4ad24d557c (diff)
downloademacs-cae8ddbb4636f74b0d1ed94cfd8369d9819a66a3.tar.gz
emacs-cae8ddbb4636f74b0d1ed94cfd8369d9819a66a3.zip
*** empty log message ***
-rw-r--r--etc/ChangeLog5
-rw-r--r--lispref/ChangeLog6
-rw-r--r--src/ChangeLog15
3 files changed, 26 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 72989cfa25b..2a98dc67294 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12003-11-21 Lars Hansen <larsh@math.ku.dk>
2
3 * TODO: Add plans for change of file attributes UID and GID from
4 integer to string.
5
12003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org> 62003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
2 7
3 * HELLO: Add Kannada. 8 * 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 @@
12003-11-21 Lars Hansen <larsh@math.ku.dk>
2
3 * files.texi (File Attributes): Describe new parameter ID-FORMAT.
4 * anti.texi (File Attributes): Describe removed parameter
5 ID-FORMAT.
6
12003-11-20 Luc Teirlinck <teirllm@auburn.edu> 72003-11-20 Luc Teirlinck <teirllm@auburn.edu>
2 8
3 * positions.texi (Positions): Mention that, if a marker is used a 9 * 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 @@
12003-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
12003-11-21 Luc Teirlinck <teirllm@auburn.edu> 162003-11-21 Luc Teirlinck <teirllm@auburn.edu>
2 17
3 * fns.c (Freverse): Doc fix. 18 * fns.c (Freverse): Doc fix.