diff options
| author | Chong Yidong | 2011-10-30 09:56:03 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-10-30 09:56:03 +0800 |
| commit | 2d197ffbe2029b479802528eeaec714df4c8a8f6 (patch) | |
| tree | 970da6796e7ba009cd561928f735c2eea41e8f29 /lisp/ChangeLog | |
| parent | 196e41e4aec1a44ec5b6e9bed485185ba872ae67 (diff) | |
| download | emacs-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 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8309d3256bf..614094aa334 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2011-10-30 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * window.el (split-window-below, split-window-right): Rename from | ||
| 4 | split-window-above-each-other and split-window-side-by-side | ||
| 5 | respectively. All callers changed. | ||
| 6 | (split-window-sensibly, split-window-sensibly): Use them. | ||
| 7 | (split-window-keep-point): Doc fix. | ||
| 8 | |||
| 9 | * isearch.el: Add isearch-scroll property to split-window-below | ||
| 10 | and split-window-right. | ||
| 11 | |||
| 12 | * follow.el (follow-mode): | ||
| 13 | * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): | ||
| 14 | * progmodes/ada-xref.el (ada-gdb-application): | ||
| 15 | * emulation/vip.el (vip-buffer-in-two-windows): | ||
| 16 | * image-dired.el (image-dired-dired-with-window-configuration): | ||
| 17 | * dired-x.el (dired-do-find-marked-files): | ||
| 18 | * dired.el (dired-pop-to-buffer): | ||
| 19 | * bs.el (bs--show-with-configuration): | ||
| 20 | * vc/emerge.el (emerge-setup-windows): | ||
| 21 | * textmodes/two-column.el (2C-two-columns): | ||
| 22 | * textmodes/reftex-toc.el (reftex-toc): | ||
| 23 | * progmodes/gdb-mi.el (gdb-setup-windows): | ||
| 24 | * progmodes/fortran.el (fortran-window-create): | ||
| 25 | * net/newst-treeview.el (newsticker--treeview-window-init): | ||
| 26 | * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode): | ||
| 27 | * emulation/tpu-edt.el (tpu-gold-map): | ||
| 28 | * emulation/crisp.el (crisp-mode-map): | ||
| 29 | * calendar/calendar.el (calendar-basic-setup): Callers changed. | ||
| 30 | |||
| 1 | 2011-10-29 Chong Yidong <cyd@gnu.org> | 31 | 2011-10-29 Chong Yidong <cyd@gnu.org> |
| 2 | 32 | ||
| 3 | * subr.el (y-or-n-p): Add code for batch mode (Bug#9818). | 33 | * subr.el (y-or-n-p): Add code for batch mode (Bug#9818). |