aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ca37bb3ea56..7dc7b25f85a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,35 @@
12013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * window.h (struct window): Change window_end_valid member from
4 Lisp_Object to a bitfield. Adjust comments.
5 (wset_window_end_valid): Remove.
6 * window.c (adjust_window_count): Clear window_end_valid.
7 (Fwindow_end): Adjust user. Remove ancient #if 0 code.
8 (Fwindow_line_height, set_window_buffer, Frecenter)
9 (Fsplit_window_internal, Fdelete_other_windows_internal)
10 (Fset_window_fringes, Fset_window_scroll_bars): Adjust users.
11 * dispnew.c (adjust_glyph_matrix, clear_window_matrices): Likewise.
12 * xdisp.c (check_window_end, reconsider_clip_changes)
13 (redisplay_internal, mark_window_display_accurate_1, redisplay_window)
14 (try_window, try_window_reusing_current_matrix, note_mouse_highlight)
15 (find_first_unchanged_at_end_row, try_window_id): Likewise.
16
172013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
18
19 * xdisp.c (mark_window_display_accurate): Simplify the loop
20 assuming that the only one of vchild, hchild or buffer window
21 slots is non-nil. Call mark_window_display_accurate_1 for
22 the leaf windows only.
23 (mark_window_display_accurate_1): Always assume leaf window.
24 Adjust comment.
25
262013-01-22 Paul Eggert <eggert@cs.ucla.edu>
27
28 * emacs.c (Qkill_emacs_hook): Now static.
29
30 * fileio.c (Finsert_file_contents): Simplify.
31 Remove unnecessary assignments and tests.
32
12013-01-21 Eli Zaretskii <eliz@gnu.org> 332013-01-21 Eli Zaretskii <eliz@gnu.org>
2 34
3 * w32.c (acl_set_file): Don't test for errors unless 35 * w32.c (acl_set_file): Don't test for errors unless