diff options
| author | Paul Eggert | 2015-01-29 13:54:51 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-29 13:54:51 -0800 |
| commit | eadf313c72edcc3a11b9d03032699416efebfe1a (patch) | |
| tree | 81469c8442f140d2fdc6896e17b15cf3761e1663 /src/ChangeLog | |
| parent | 7c8b0b3644ada886dfde4032fdf38687a5968089 (diff) | |
| parent | ad588afdaa166bcdacbf9f746bd4d39b2c649768 (diff) | |
| download | emacs-eadf313c72edcc3a11b9d03032699416efebfe1a.tar.gz emacs-eadf313c72edcc3a11b9d03032699416efebfe1a.zip | |
Merge from origin/emacs-24
ad588af Improve the fix for bug #19701
Conflicts:
src/ChangeLog
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 36a3e8d64d2..96e6aa25d5e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2015-01-29 Eli Zaretskii <eliz@gnu.org> | 1 | 2015-01-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * dired.c (directory_files_internal, file_name_completion) | ||
| 4 | [WINDOWSNT]: Signal an error when errno is set non-zero by | ||
| 5 | 'readdir', regardless of its value. | ||
| 6 | |||
| 7 | * w32.c (sys_readdir): Set errno to ENOENT when the directory | ||
| 8 | doesn't exist and to EACCES when it's not accessible to the | ||
| 9 | current user. Set errno to zero when FindNextFile exhausts the | ||
| 10 | directory, so that callers don't interpret that as an error and | ||
| 11 | don't signal a file-error. | ||
| 12 | (open_unc_volume): Set errno to ENOENT if WNetOpenEnum fails. | ||
| 13 | 2015-01-29 Eli Zaretskii <eliz@gnu.org> | ||
| 14 | |||
| 3 | Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. | 15 | Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. |
| 4 | * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where | 16 | * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where |
| 5 | appropriate. | 17 | appropriate. |