aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 03127c62539..d71b9335319 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12013-03-20 Dmitry Antipov <dmantipov@yandex.ru> 12013-03-20 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * window.h (struct window): Convert left_col, top_line, total_lines
4 and total_cols from Lisp_Objects to integers. Adjust comments.
5 (wset_left_col, wset_top_line, wset_total_cols, wset_total_lines):
6 Remove.
7 (WINDOW_TOTAL_COLS, WINDOW_TOTAL_LINES, WINDOW_LEFT_EDGE_COL)
8 (WINDOW_TOP_EDGE_LINE): Drop Lisp_Object to integer conversion.
9 * dispnew.c, frame.c, w32fns.c, window.c, xdisp.c, xfns.c:
10 Adjust users where appropriate.
11
122013-03-20 Dmitry Antipov <dmantipov@yandex.ru>
13
3 * frame.h (struct frame): Drop resx and resy because the same data is 14 * frame.h (struct frame): Drop resx and resy because the same data is
4 available from window system-specific output context. Adjust users. 15 available from window system-specific output context. Adjust users.
5 (default_pixels_per_inch_x, default_pixels_per_inch_y): New 16 (default_pixels_per_inch_x, default_pixels_per_inch_y): New