aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 50aa25bd92a..6998df7b625 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8648,10 +8648,10 @@
86482013-03-28 Dmitry Antipov <dmantipov@yandex.ru> 86482013-03-28 Dmitry Antipov <dmantipov@yandex.ru>
8649 8649
8650 * window.h (struct window): Replace hchild, vchild and buffer slots 8650 * window.h (struct window): Replace hchild, vchild and buffer slots
8651 with the only contents slot. This is possible because each valid 8651 with a single slot 'contents'. This is possible because each valid
8652 window may have either the child window (in vertical or horizontal 8652 window may have either the child window (in vertical or horizontal
8653 combination) or buffer to display (for the leaf window). Using that, 8653 combination) or buffer to display (for the leaf window). Using that,
8654 a lof of operations to traverse and/or change window hierarchies may 8654 a lot of operations to traverse and/or change window hierarchies may
8655 be simplified. New member horizontal is used to distinguish between 8655 be simplified. New member horizontal is used to distinguish between
8656 horizontal and vertical combinations of internal windows. 8656 horizontal and vertical combinations of internal windows.
8657 (WINDOW_LEAF_P, WINDOW_HORIZONTAL_COMBINATION_P) 8657 (WINDOW_LEAF_P, WINDOW_HORIZONTAL_COMBINATION_P)