diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c83140774ae..afbca4c3118 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2011-06-18 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (display-buffer-default-specifiers): Remove | ||
| 4 | pop-up-frame. Add pop-up-window-min-height, | ||
| 5 | pop-up-window-min-width, and another reuse-window specifier | ||
| 6 | (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>. | ||
| 7 | (display-buffer-normalize-specifiers-2): Handle | ||
| 8 | split-height-threshold and split-width-threshold also when | ||
| 9 | pop-up-windows is unset. Add a reuse-window specifier for the | ||
| 10 | case popping up a new window fails. | ||
| 11 | (special-display-popup-frame): Remove double quoting. | ||
| 12 | |||
| 1 | 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * shell.el (shell-completion-vars): Set pcomplete-termination-string | 15 | * shell.el (shell-completion-vars): Set pcomplete-termination-string |