aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-01-22 15:41:21 +0400
committerDmitry Antipov2013-01-22 15:41:21 +0400
commit1dcb8ea26301d187273787450fda118f5fc3c1a6 (patch)
tree038efe92f3d1b5f53c4ab10c470d7bfd177310e7 /src/ChangeLog
parent19b50424a7e6801a8f96dbab422f70ade95b5825 (diff)
downloademacs-1dcb8ea26301d187273787450fda118f5fc3c1a6.tar.gz
emacs-1dcb8ea26301d187273787450fda118f5fc3c1a6.zip
* xdisp.c (mark_window_display_accurate): Simplify the loop
assuming that the only one of vchild, hchild or buffer window slots is non-nil. Call mark_window_display_accurate_1 for the leaf windows only. (mark_window_display_accurate_1): Always assume leaf window. Adjust comment.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a06f9e2fcd5..ec7f8f068bd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12013-01-22 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * xdisp.c (mark_window_display_accurate): Simplify the loop
4 assuming that the only one of vchild, hchild or buffer window
5 slots is non-nil. Call mark_window_display_accurate_1 for
6 the leaf windows only.
7 (mark_window_display_accurate_1): Always assume leaf window.
8 Adjust comment.
9
12013-01-22 Paul Eggert <eggert@cs.ucla.edu> 102013-01-22 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 * emacs.c (Qkill_emacs_hook): Now static. 12 * emacs.c (Qkill_emacs_hook): Now static.