aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-08-14 10:06:56 +0400
committerDmitry Antipov2013-08-14 10:06:56 +0400
commit2084152aee6fe88fda43ffb5fd654aeae5d12129 (patch)
treecb23383e065bcd11a7d9015d452c0fcabd04b26a /src/ChangeLog
parent02455cb66aa80f361bafada7b1286f2dd79739d1 (diff)
downloademacs-2084152aee6fe88fda43ffb5fd654aeae5d12129.tar.gz
emacs-2084152aee6fe88fda43ffb5fd654aeae5d12129.zip
* xdisp.c (adjust_window_ends): Move duplicated code to new function.
(try_window, try_window_reusing_current_matrix, try_window_id): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 52fd1db4102..88df9f13762 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12013-08-14 Dmitry Antipov <dmantipov@yandex.ru> 12013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * xdisp.c (adjust_window_ends): Move duplicated code to new function.
4 (try_window, try_window_reusing_current_matrix, try_window_id): Use it.
5
62013-08-14 Dmitry Antipov <dmantipov@yandex.ru>
7
3 * window.h (struct window): Convert window_end_pos and 8 * window.h (struct window): Convert window_end_pos and
4 window_end_vpos from Lisp_Object to ptrdiff_t and int, respectively. 9 window_end_vpos from Lisp_Object to ptrdiff_t and int, respectively.
5 (wset_window_end_pos, wset_window_end_vpos): Remove. 10 (wset_window_end_pos, wset_window_end_vpos): Remove.