diff options
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 | ||