aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog7
2 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index caa07a60c9d..ebf92230ce3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-05-28 Kim F. Storm <storm@cua.dk>
2
3 * files.el (read-directory-name): New function.
4 (cd): Use it instead of read-file-name.
5
12002-05-27 Kim F. Storm <storm@cua.dk> 62002-05-27 Kim F. Storm <storm@cua.dk>
2 7
3 * simple.el (push-mark-command): Added optional NOMSG arg. 8 * simple.el (push-mark-command): Added optional NOMSG arg.
diff --git a/src/ChangeLog b/src/ChangeLog
index 7b6236b7cbb..5f88aa3e82c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,11 @@
12002-05-28 Kim F. Storm <storm@cua.dk> 12002-05-28 Kim F. Storm <storm@cua.dk>
2 2
3 * fileio.c: (Vread_file_name_function, Vread_file_name_predicate): 3 * fileio.c (Fread_file_name_internal): Added brute-force
4 speed up for using predicate file-directory-p.
5
62002-05-28 Kim F. Storm <storm@cua.dk>
7
8 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
4 New variables. 9 New variables.
5 (syms_of_fileio): DEFVAR_LISP them. 10 (syms_of_fileio): DEFVAR_LISP them.
6 (read_file_name_cleanup): New unwind function. 11 (read_file_name_cleanup): New unwind function.