diff options
| author | Martin Rudalics | 2012-11-16 11:29:48 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2012-11-16 11:29:48 +0100 |
| commit | 0ff7851c6b4fa2e5c085ee8a42bbe7ccb16b115e (patch) | |
| tree | c6432cadbe6e36990de5a5bec591370a86428baa /doc/lispref/ChangeLog | |
| parent | a2cfe8a3b8d2368a96951710c774e126c8283c10 (diff) | |
| download | emacs-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 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 89b456f5c22..062692ee9f3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-11-16 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * windows.texi (Choosing Window): Rewrite description of | ||
| 4 | display-buffer-alist (Bug#12167). | ||
| 5 | (Display Action Functions): Mention inhibit-switch-frame. Fix | ||
| 6 | description of display-buffer-below-selected. Reorder actions. | ||
| 7 | Add example (Bug#12848). | ||
| 8 | |||
| 1 | 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * keymaps.texi (Translation Keymaps): Add a subsection "Interaction | 11 | * keymaps.texi (Translation Keymaps): Add a subsection "Interaction |