aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 28e8ab66e37..dabc6241967 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * window.h (struct window): Convert left_margin_cols and
4 right_margin_cols from Lisp_Objects to integers. Adjust comment.
5 (WINDOW_LEFT_MARGIN_COLS, WINDOW_RIGHT_MARGIN_COLS)
6 (WINDOW_LEFT_MARGIN_WIDTH, WINDOW_RIGHT_MARGIN_WIDTH):
7 Adjust users.
8 * dispnew.c (margin_glyphs_to_reserve): Convert 3rd arg to int.
9 Adjust comment.
10 (showing_window_margins_p, update_window_line, update_frame_1):
11 * fringe.c (draw_fringe_bitmap_1):
12 * xdisp.c (window_box_width): Adjust users.
13 * window.c (wset_left_margin_cols, wset_right_margin_cols): Remove.
14 (adjust_window_margins, set_window_buffer, Fsplit_window_internal):
15 Use direct assignment.
16 (Fset_window_configuration, save_window_save, Fwindow_margins):
17 Convert Lisp_Object to integer and back where appropriate.
18 (Fset_window_margins): Adjust user. Return t if any margin
19 was actually changed, and mention this in docstring.
20
12013-08-13 Xue Fuqiao <xfq.free@gmail.com> 212013-08-13 Xue Fuqiao <xfq.free@gmail.com>
2 22
3 * syntax.c (forward_word): 23 * syntax.c (forward_word):