diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9d5dff49166..47b0927bbb7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2014-07-12 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-07-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xdisp.c (display_line): Don't call FETCH_BYTE with argument less | ||
| 4 | than 1. (Bug#17962) | ||
| 5 | |||
| 6 | * w32fns.c (Fx_file_dialog): Mention in the doc string the | ||
| 7 | behavior on Windows 7 and later when the function is repeatedly | ||
| 8 | invoked with the same value of DIR. (Bug#17950) | ||
| 9 | |||
| 10 | * xfns.c (Fx_file_dialog) [USE_MOTIF, USE_GTK]: Update the doc | ||
| 11 | string to match the one in w32fns.c. | ||
| 12 | |||
| 3 | * minibuf.c (read_minibuf_noninteractive) [WINDOWSNT]: Switch | 13 | * minibuf.c (read_minibuf_noninteractive) [WINDOWSNT]: Switch |
| 4 | stdin to binary mode only if it is connected to a terminal. | 14 | stdin to binary mode only if it is connected to a terminal. |
| 5 | 15 | ||