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 a000f3240a3..d99ef22ac8e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * image-mode.el: Use lexical-binding. | ||
| 4 | (image-mode-winprops): Use t to stand for the window of | ||
| 5 | a buffer that's not displayed. | ||
| 6 | * doc-view.el (doc-view-new-window-function): Handle the new | ||
| 7 | t in winprops. | ||
| 8 | (doc-view-enlarge): Make it a real nop if the size is not changed. | ||
| 9 | (doc-view-display): Handle the case where the buffer is not (yet?) | ||
| 10 | displayed in any window. | ||
| 11 | (doc-view-saved-settings): New var. | ||
| 12 | (doc-view-mode): Use it. | ||
| 13 | (doc-view-fallback-mode): Set it. | ||
| 14 | |||
| 3 | * minibuf-eldef.el: Make it possible to replace (default ...) with [...]. | 15 | * minibuf-eldef.el: Make it possible to replace (default ...) with [...]. |
| 4 | Set lexical-binding. | 16 | Set lexical-binding. |
| 5 | (minibuffer-eldef-shorten-default): New var. | 17 | (minibuffer-eldef-shorten-default): New var. |