diff options
| author | Eli Zaretskii | 2014-01-15 19:56:40 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-01-15 19:56:40 +0200 |
| commit | fa9daa2852f612d65cb0624557bb490da5ec8e47 (patch) | |
| tree | 50b2408e42d681e50329aa8e729adc53e4368ab8 /src/ChangeLog | |
| parent | c6c863df8dfde4d25a08f1dd97932c8746809e88 (diff) | |
| download | emacs-fa9daa2852f612d65cb0624557bb490da5ec8e47.tar.gz emacs-fa9daa2852f612d65cb0624557bb490da5ec8e47.zip | |
src/ChangeLog: Fix typos.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 8648 | 2013-03-28 Dmitry Antipov <dmantipov@yandex.ru> | 8648 | 2013-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) |