aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ac41dabafcd..ec003cd59b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12014-02-03 Martin Rudalics <rudalics@gmx.at>
2
3 * dispextern.h (face_id): Add WINDOW_DIVIDER_FIRST_PIXEL_FACE_ID
4 and WINDOW_DIVIDER_LAST_PIXEL_FACE_ID.
5 * w32term.c (w32_draw_window_divider): Handle first and last
6 pixels specially.
7 * w32term.h (w32_fill_area_abs): New function.
8 * xdisp.c (x_draw_right_divider): Don't draw over bottom
9 divider.
10 * xfaces.c (realize_basic_faces): Handle new face ids.
11 * xfns.c (Fx_create_frame): Call x_default_parameter for right
12 and bottom divider width.
13 * xterm.c (x_draw_window_divider): Handle first and last pixels
14 specially.
15
12014-02-03 Dmitry Antipov <dmantipov@yandex.ru> 162014-02-03 Dmitry Antipov <dmantipov@yandex.ru>
2 17
3 * print.c (Fexternal_debugging_output): Add cast to pacify 18 * print.c (Fexternal_debugging_output): Add cast to pacify