aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-10-30 09:56:03 +0800
committerChong Yidong2011-10-30 09:56:03 +0800
commit2d197ffbe2029b479802528eeaec714df4c8a8f6 (patch)
tree970da6796e7ba009cd561928f735c2eea41e8f29 /etc
parent196e41e4aec1a44ec5b6e9bed485185ba872ae67 (diff)
downloademacs-2d197ffbe2029b479802528eeaec714df4c8a8f6.tar.gz
emacs-2d197ffbe2029b479802528eeaec714df4c8a8f6.zip
Rename split-window-{above-each-other|split-window-side-by-side}
to split-window-below and split-window-right. * lisp/window.el (split-window-below, split-window-right): Rename from split-window-above-each-other and split-window-side-by-side respectively. All callers changed. (split-window-sensibly, split-window-sensibly): Use them. (split-window-keep-point): Doc fix. * lisp/isearch.el: Add isearch-scroll property to split-window-below and split-window-right. * lisp/follow.el (follow-mode): * lisp/vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): * lisp/progmodes/ada-xref.el (ada-gdb-application): * lisp/emulation/vip.el (vip-buffer-in-two-windows): * lisp/image-dired.el (image-dired-dired-with-window-configuration): * lisp/dired-x.el (dired-do-find-marked-files): * lisp/dired.el (dired-pop-to-buffer): * lisp/bs.el (bs--show-with-configuration): * lisp/vc/emerge.el (emerge-setup-windows): * lisp/textmodes/two-column.el (2C-two-columns): * lisp/textmodes/reftex-toc.el (reftex-toc): * lisp/progmodes/gdb-mi.el (gdb-setup-windows): * lisp/progmodes/fortran.el (fortran-window-create): * lisp/net/newst-treeview.el (newsticker--treeview-window-init): * lisp/emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode): * lisp/emulation/tpu-edt.el (tpu-gold-map): * lisp/emulation/crisp.el (crisp-mode-map): * lisp/calendar/calendar.el (calendar-basic-setup): Callers changed.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4e38838c4d2..bd2f6004d39 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1101,8 +1101,8 @@ selected window, signaling an error otherwise. If nil, another window
1101can be used, e.g. if the selected one is strongly dedicated. 1101can be used, e.g. if the selected one is strongly dedicated.
1102 1102
1103*** `split-window-vertically' and `split-window-horizontally' renamed 1103*** `split-window-vertically' and `split-window-horizontally' renamed
1104to `split-window-above-each-other' and `split-window-side-by-side' 1104to `split-window-below' and `split-window-right' respectively.
1105respectively. The old names are kept as aliases. 1105The old names are kept as aliases.
1106 1106
1107*** Display actions 1107*** Display actions
1108 1108