diff options
| author | Eli Zaretskii | 2001-12-19 19:00:44 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-12-19 19:00:44 +0000 |
| commit | bf7943066e1b52284bafe142626ff8c87609a0da (patch) | |
| tree | d39b23f4cf3411565c611917e0998e7b0e0bed92 /src/ChangeLog | |
| parent | dd693537fd33a3771cb4001373038c50529a3d85 (diff) | |
| download | emacs-bf7943066e1b52284bafe142626ff8c87609a0da.tar.gz emacs-bf7943066e1b52284bafe142626ff8c87609a0da.zip | |
(emacs_root_dir): New function.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-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 | ||