aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2013-07-25 11:58:27 +0200
committerMartin Rudalics2013-07-25 11:58:27 +0200
commitf47ad11b6b9db136d1fdbfdb4ac575d620d14597 (patch)
treee2a74b2ad2cd87834dc420dc204babbfd18e7423 /lisp/ChangeLog
parentf63ebeb54e453b3da139d3495eb2f1f59bab46c7 (diff)
downloademacs-f47ad11b6b9db136d1fdbfdb4ac575d620d14597.tar.gz
emacs-f47ad11b6b9db136d1fdbfdb4ac575d620d14597.zip
In display-buffer bind split-window-keep-point to t, bug#14829.
* window.el (display-buffer): In display-buffer bind split-window-keep-point to t, bug#14829.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 384e15f758c..6e0b22c9835 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-07-25 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (display-buffer): In display-buffer bind
4 split-window-keep-point to t, bug#14829.
5
12013-07-25 Juanma Barranquero <lekktu@gmail.com> 62013-07-25 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X". 8 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".