Use better names for window-next/-prev and window-vchild/-hchild.
authorMartin Rudalics <rudalics@gmx.at>
Mon, 27 Jun 2011 14:05:55 +0000 (16:05 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 27 Jun 2011 14:05:55 +0000 (16:05 +0200)
commitd68443dceefda48200bfd710d136d8ce61214ffe
tree377d67e04c171f2d3965b72cb84aafbc1c6da46b
parent4a834b86cef90b026516deb83a1febe5773af1f4
Use better names for window-next/-prev and window-vchild/-hchild.

* window.c (Fwindow_vchild): Rename to Fwindow_top_child.
(Fwindow_hchild): Rename to Fwindow_left_child.
(Fwindow_next): Rename to Fwindow_next_sibling.
(Fwindow_prev): Rename to Fwindow_prev_sibling.

* window.el (window-right, window-left, window-child)
(window-child-count, window-last-child)
(window-iso-combination-p, walk-window-tree-1)
(window-atom-check-1, window-tree-1, delete-window)
(window-state-get-1, display-buffer-even-window-sizes): Adapt to
new naming conventions - window-vchild, window-hchild,
window-next and window-prev are now called window-top-child,
window-left-child, window-next-sibling and window-prev-sibling
respectively.
lisp/ChangeLog
lisp/window.el
src/ChangeLog
src/window.c