aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2001-12-19 19:00:44 +0000
committerEli Zaretskii2001-12-19 19:00:44 +0000
commitbf7943066e1b52284bafe142626ff8c87609a0da (patch)
treed39b23f4cf3411565c611917e0998e7b0e0bed92 /src/ChangeLog
parentdd693537fd33a3771cb4001373038c50529a3d85 (diff)
downloademacs-bf7943066e1b52284bafe142626ff8c87609a0da.tar.gz
emacs-bf7943066e1b52284bafe142626ff8c87609a0da.zip
(emacs_root_dir): New function.
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