diff options
| author | Eli Zaretskii | 2012-12-04 20:48:01 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-04 20:48:01 +0200 |
| commit | 2e7cddd30317b7951c5425a5769ac9f33136f72f (patch) | |
| tree | f7791324a1d88f9b0c1dbb3ddf97646889a70723 /src/ChangeLog | |
| parent | 52d129cd62f502a855031c7cf5b6959a4a6e33da (diff) | |
| download | emacs-2e7cddd30317b7951c5425a5769ac9f33136f72f.tar.gz emacs-2e7cddd30317b7951c5425a5769ac9f33136f72f.zip | |
Fix another instance of bug #12933 with non-ASCII file names on Windows.
src/fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]:
Encode the file name before passing it to dostounix_filename, in
case it will downcase it (under w32-downcase-file-names).
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 d3d6d3969c8..6d2cd720672 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-12-04 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (file_name_as_directory, directory_file_name) [DOS_NT]: | ||
| 4 | Encode the file name before passing it to dostounix_filename, in | ||
| 5 | case it will downcase it (under w32-downcase-file-names). | ||
| 6 | (Bug#12933) | ||
| 7 | |||
| 1 | 2012-12-01 Chong Yidong <cyd@gnu.org> | 8 | 2012-12-01 Chong Yidong <cyd@gnu.org> |
| 2 | 9 | ||
| 3 | * fileio.c (Vauto_save_list_file_name): Doc fix. | 10 | * fileio.c (Vauto_save_list_file_name): Doc fix. |