aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-08-13 14:39:54 +0200
committerJoakim Verona2013-08-13 14:39:54 +0200
commit6293f2abae4379768c2071149eb2152ffa117437 (patch)
tree120cfe65e5efd69174ba01b48dea9939b29e154a /src/ChangeLog
parent1272f71a5f83232f2b2c25a6d8ec24ebe1ea0a63 (diff)
parent9e37ee3be620a64afe9d9760076f80c22c986b62 (diff)
downloademacs-6293f2abae4379768c2071149eb2152ffa117437.tar.gz
emacs-6293f2abae4379768c2071149eb2152ffa117437.zip
merge from trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c8735ab96ae..7c6f9c3557f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,21 @@
12013-08-13 Dmitry Antipov <dmantipov@yandex.ru> 12013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * window.h (struct window): Convert left_fringe_width
4 and right_fringe_width from Lisp_Objects to integers.
5 Adjust comment.
6 (WINDOW_FRINGE_COLS, WINDOW_LEFT_FRINGE_WIDTH)
7 (WINDOW_RIGHT_FRINGE_WIDTH): Adjust users.
8 * window.c (wset_left_fringe_width, wset_right_fringe_width):
9 Remove.
10 (make_window): Initialize new integer fields to -1.
11 (Fsplit_window_internal): Use direct assignment.
12 (Fset_window_configuration, save_window_save): Convert
13 Lisp_Object to integer and back where appropriate.
14 (Fset_window_fringes): Adjust user. Return t if any fringe
15 was actually changed, and mention this in docstring.
16
172013-08-13 Dmitry Antipov <dmantipov@yandex.ru>
18
3 * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. 19 * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
4 * nsfns.m (x_set_cursor_type): 20 * nsfns.m (x_set_cursor_type):
5 * w32fns.c (x_set_cursor_type): 21 * w32fns.c (x_set_cursor_type):