aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-07-12 10:53:29 -0700
committerGlenn Morris2014-07-12 10:53:29 -0700
commitb39c4d7b33952e0125fbefbcb3d9f528b6570f40 (patch)
tree17fd0630dacfe29b0c2486b9f5c923293e872a70 /src/ChangeLog
parent2a0bae50e3611a6bd2d584f7a85677b74f1aa71b (diff)
parentfb02552638b0c653bfc3d269d879fdffba37bd31 (diff)
downloademacs-b39c4d7b33952e0125fbefbcb3d9f528b6570f40.tar.gz
emacs-b39c4d7b33952e0125fbefbcb3d9f528b6570f40.zip
Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ru
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
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 @@
12014-07-12 Eli Zaretskii <eliz@gnu.org> 12014-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