diff options
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). |