aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 019ec65ffd1..0acab8715f6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12001-12-19 Eli Zaretskii <eliz@is.elta.co.il> 12001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * w32.c (emacs_root_dir): New function.
4
5 * msdos.c (emacs_root_dir): New function.
6
7 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
8 of the current drive as the fallback for default_directory.
9
3 * dired.c (file_name_completion): Run the elements of 10 * dired.c (file_name_completion): Run the elements of
4 completion-ignored-extensions through ENCODE_FILE. 11 completion-ignored-extensions through ENCODE_FILE.
5 12