aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 39e94a85a0e..ec904da39bb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-10-20 Glenn Morris <rgm@gnu.org>
2
3 * minibuf.c (history-length): Increase default from 30 to 100.
4 [Backport]
5
12014-10-20 Stefan Monnier <monnier@iro.umontreal.ca> 62014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * xdisp.c (redisplay_window): Re-run pre-redisplay-function after we 8 * xdisp.c (redisplay_window): Re-run pre-redisplay-function after we
@@ -52,8 +57,7 @@
52 array of 2 values specifying the coordinates of the frame's 57 array of 2 values specifying the coordinates of the frame's
53 top-left corner. Use these values instead of calling x_get_arg, 58 top-left corner. Use these values instead of calling x_get_arg,
54 which can cons Lisp objects, and therefore cannot be called except 59 which can cons Lisp objects, and therefore cannot be called except
55 from the main thread. Remove redundant tests for the default 60 from the main thread. Remove redundant tests for the default values.
56 values.
57 (my_create_window): Move the calculation of the coordinates of the 61 (my_create_window): Move the calculation of the coordinates of the
58 frame's top-left edge here. Pass them to the input thread via the 62 frame's top-left edge here. Pass them to the input thread via the
59 second parameter of the WM_EMACS_CREATEWINDOW message. 63 second parameter of the WM_EMACS_CREATEWINDOW message.