aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1291815a4bc..325e428bfeb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12014-01-02 Martin Rudalics <rudalics@gmx.at>
2
3 Further adjust frame/window scrollbar width calculations.
4 * window.c (apply_window_adjustment): Set
5 windows_or_buffers_changed.
6 (Fwindow_scroll_bars): Return actual scrollbar width.
7 * xfns.c (x_set_scroll_bar_default_width): Rename wid to unit.
8 For non-toolkit builds again use 14 as minimum width and set
9 FRAME_CONFIG_SCROLL_BAR_WIDTH accordingly.
10 * xterm.c (XTset_vertical_scroll_bar): Take width from
11 WINDOW_SCROLL_BAR_AREA_WIDTH.
12 (x_new_font): Rename wid to unit. Base calculation of new
13 scrollbar width on toolkit used and make it analogous to that of
14 x_set_scroll_bar_default_width.
15 * w32fns.c (x_set_scroll_bar_default_width): Rename wid to unit.
16 (Fx_create_frame): Call x_set_scroll_bar_default_width instead
17 of GetSystemMetrics.
18 * w32term.c (w32_set_vertical_scroll_bar): Take width from
19 WINDOW_SCROLL_BAR_AREA_WIDTH.
20 (x_new_font): Make it correspond to changes in xterm.c.
21
12014-01-01 Paul Eggert <eggert@cs.ucla.edu> 222014-01-01 Paul Eggert <eggert@cs.ucla.edu>
2 23
3 * lisp.h (EMACS_INT): Configure based on INTPTR_MAX, not LONG_MAX. 24 * lisp.h (EMACS_INT): Configure based on INTPTR_MAX, not LONG_MAX.