aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2012-11-16 11:29:48 +0100
committerMartin Rudalics2012-11-16 11:29:48 +0100
commit0ff7851c6b4fa2e5c085ee8a42bbe7ccb16b115e (patch)
treec6432cadbe6e36990de5a5bec591370a86428baa /lisp/ChangeLog
parenta2cfe8a3b8d2368a96951710c774e126c8283c10 (diff)
downloademacs-0ff7851c6b4fa2e5c085ee8a42bbe7ccb16b115e.tar.gz
emacs-0ff7851c6b4fa2e5c085ee8a42bbe7ccb16b115e.zip
Fix some display-buffer related issues.
* window.el (enlarge-window, shrink-window): Don't mention return value in doc-string (Bug#12896). (window--display-buffer): Don't resize frames - it won't work with all window managers and defeat pop-up-frame-alist. (display-buffer-alist): In doc-string explain that CONDITION can be a function and which arguments are passed to it (Bug#12854). (display-buffer-assq-regexp): New argument ACTION. Handle lambda expressions (Bug#12854). (display-buffer): Pass ACTION argument to display-buffer-assq-regexp. * windows.texi (Choosing Window): Rewrite description of display-buffer-alist (Bug#12167). (Display Action Functions): Mention inhibit-switch-frame. Fix description of display-buffer-below-selected. Reorder actions. Add example (Bug#12848).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 74d66809d55..a267c726986 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12012-11-16 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (enlarge-window, shrink-window): Don't mention return
4 value in doc-string (Bug#12896).
5 (window--display-buffer): Don't resize frames - it won't work
6 with all window managers and defeat pop-up-frame-alist.
7 (display-buffer-alist): In doc-string explain that CONDITION can
8 be a function and which arguments are passed to it (Bug#12854).
9 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
10 expressions (Bug#12854).
11 (display-buffer): Pass ACTION argument to
12 display-buffer-assq-regexp.
13
12012-11-16 Glenn Morris <rgm@gnu.org> 142012-11-16 Glenn Morris <rgm@gnu.org>
2 15
3 * window.el (fit-frame-to-buffer-bottom-margin) 16 * window.el (fit-frame-to-buffer-bottom-margin)