diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fd211304ac5..61d1067750a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2015-01-31 Eli Zaretskii <eliz@gnu.org> | 1 | 2015-01-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (kbd_buffer_store_event_hold): Ignore FOCUS_OUT_EVENT | ||
| 4 | and ICONIFY_EVENT for the purposes of breaking while-no-input | ||
| 5 | loops. (Bug#19547) | ||
| 6 | |||
| 3 | * dired.c (read_dirent): Correct the "MSDOS hacks" hack: the | 7 | * dired.c (read_dirent): Correct the "MSDOS hacks" hack: the |
| 4 | special code for errno = ENOENT or EACCES is needed for WINDOWSNT, | 8 | special code for errno = ENOENT or EACCES is needed for WINDOWSNT, |
| 5 | not for MSDOS. | 9 | not for MSDOS. |