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 2130312ccf2..ab1a748abce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-01-31 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Simplify read_dirent's MSDOS hacks | ||
| 4 | * dired.c (read_dirent): Simplify by removing the need for the | ||
| 5 | DIR_ENTRY argument. All callers changed. This separates the | ||
| 6 | MS-DOS idiosyncrasies better from the rest of the code. | ||
| 7 | |||
| 1 | 2015-01-30 Eli Zaretskii <eliz@gnu.org> | 8 | 2015-01-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * dired.c (read_dirent): Accept an additional argument | 10 | * dired.c (read_dirent): Accept an additional argument |