diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ab1a748abce..fd211304ac5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-01-31 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dired.c (read_dirent): Correct the "MSDOS hacks" hack: the | ||
| 4 | special code for errno = ENOENT or EACCES is needed for WINDOWSNT, | ||
| 5 | not for MSDOS. | ||
| 6 | |||
| 1 | 2015-01-31 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2015-01-31 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Simplify read_dirent's MSDOS hacks | 9 | Simplify read_dirent's MSDOS hacks |