diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3cef51e02d8..ae82adca289 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2008-06-08 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (split-height-threshold, split-width-threshold): Add | ||
| 4 | choice nil. | ||
| 5 | (split-window-preferred-function): Allow either nil or a function. | ||
| 6 | (window--splittable-p, window--try-to-split-window): Handle | ||
| 7 | changed option values. | ||
| 8 | |||
| 9 | (window--frame-usable-p): Handle nil argument. | ||
| 10 | |||
| 11 | (display-buffer): Call get-lru-window when pop-up-windows is nil | ||
| 12 | and window can't be split. | ||
| 13 | |||
| 1 | 2008-06-08 Michael Albinus <michael.albinus@gmx.de> | 14 | 2008-06-08 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 15 | ||
| 3 | * uniquify.el (uniquify-get-proposed-name): Handle remote files. | 16 | * uniquify.el (uniquify-get-proposed-name): Handle remote files. |