aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cc04e0cd826..fdc30da96b6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12014-09-30 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (w32_createwindow): Accept an additional argument, an
4 array of 2 values specifying the coordinates of the frame's
5 top-left corner. Use these values instead of calling x_get_arg,
6 which can cons Lisp objects, and therefore cannot be called except
7 from the main thread. Remove redundant tests for the default
8 values.
9 (my_create_window): Move the calculation of the coordinates of the
10 frame's top-left edge here. Pass them to the input thread via the
11 second parameter of the WM_EMACS_CREATEWINDOW message. See
12 http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00892.html
13 for the details.
14
12014-09-29 Eli Zaretskii <eliz@gnu.org> 152014-09-29 Eli Zaretskii <eliz@gnu.org>
2 16
3 * xdisp.c (cursor_row_fully_visible_p): Update commentary. 17 * xdisp.c (cursor_row_fully_visible_p): Update commentary.