diff options
| author | Ian D | 2014-04-16 23:58:25 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-04-16 23:58:25 -0400 |
| commit | e51c8d91c2099e993b119447be4f7a859c5bb35e (patch) | |
| tree | 43beb988c6b2b3f60426217036111dbd561be8fc /lisp/ChangeLog | |
| parent | 2ff06dac09ff973734c74c15540c15529cb2413b (diff) | |
| download | emacs-e51c8d91c2099e993b119447be4f7a859c5bb35e.tar.gz emacs-e51c8d91c2099e993b119447be4f7a859c5bb35e.zip | |
* lisp/image-mode.el (image-mode-window-put): Also update the property of
the "default window".
* lisp/doc-view.el (doc-view-new-window-function): If no window
exists, move to the last known page.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f740e7f23df..a811b876e3c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-04-17 Ian D <dunni@gnu.org> (tiny change) | ||
| 2 | |||
| 3 | * image-mode.el (image-mode-window-put): Also update the property of | ||
| 4 | the "default window". | ||
| 5 | * doc-view.el (doc-view-new-window-function): If no window | ||
| 6 | exists, move to the last known page. | ||
| 7 | |||
| 1 | 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in | 10 | * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in |