aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Hansen2003-11-21 18:28:07 +0000
committerLars Hansen2003-11-21 18:28:07 +0000
commitcae8ddbb4636f74b0d1ed94cfd8369d9819a66a3 (patch)
treefc69f87adcaf2320c5a0a43238a4ec468883c3b6 /src
parent0e6195edf7bff988c9570745f39e7c4ad24d557c (diff)
downloademacs-cae8ddbb4636f74b0d1ed94cfd8369d9819a66a3.tar.gz
emacs-cae8ddbb4636f74b0d1ed94cfd8369d9819a66a3.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
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.