aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2011-06-27 16:05:55 +0200
committerMartin Rudalics2011-06-27 16:05:55 +0200
commitd68443dceefda48200bfd710d136d8ce61214ffe (patch)
tree377d67e04c171f2d3965b72cb84aafbc1c6da46b /lisp/ChangeLog
parent4a834b86cef90b026516deb83a1febe5773af1f4 (diff)
downloademacs-d68443dceefda48200bfd710d136d8ce61214ffe.tar.gz
emacs-d68443dceefda48200bfd710d136d8ce61214ffe.zip
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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e65f7334754..b53365d7d35 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12011-06-27 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (window-right, window-left, window-child)
4 (window-child-count, window-last-child)
5 (window-iso-combination-p, walk-window-tree-1)
6 (window-atom-check-1, window-tree-1, delete-window)
7 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
8 new naming conventions - window-vchild, window-hchild,
9 window-next and window-prev are now called window-top-child,
10 window-left-child, window-next-sibling and window-prev-sibling
11 respectively.
12
12011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net> 132011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
2 14
3 * ses.el (ses-destroy-cell-variable-range): Fix heading comment 15 * ses.el (ses-destroy-cell-variable-range): Fix heading comment