diff options
| author | Tassilo Horn | 2013-03-14 16:24:04 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2013-03-14 16:24:04 +0100 |
| commit | d35f586402bb8545871f488b07032805310b8de2 (patch) | |
| tree | 5155bdf5e67d378ef80b8a47a27badaf40c06e25 /lisp/ChangeLog | |
| parent | 2407788fbbb919458ade69651d4de402f2096367 (diff) | |
| download | emacs-d35f586402bb8545871f488b07032805310b8de2.tar.gz emacs-d35f586402bb8545871f488b07032805310b8de2.zip | |
* doc-view.el (doc-view-insert-image): Don't modify overlay
associated with pseudo winprops entry, and implement horizontal
centering of image in case it's smaller than the window
(bug#13887).
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 30f4739a8a9..a5dbac3a5a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-03-14 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * doc-view.el (doc-view-insert-image): Don't modify overlay | ||
| 4 | associated with pseudo winprops entry, and implement horizontal | ||
| 5 | centering of image in case it's smaller than the window | ||
| 6 | (bug#13887). | ||
| 7 | |||
| 1 | 2013-03-13 Karl Fogel <kfogel@red-bean.com> | 8 | 2013-03-13 Karl Fogel <kfogel@red-bean.com> |
| 2 | 9 | ||
| 3 | * saveplace.el (save-place-alist-to-file): Don't sort | 10 | * saveplace.el (save-place-alist-to-file): Don't sort |