aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorTassilo Horn2013-03-14 22:33:07 +0100
committerTassilo Horn2013-03-14 22:33:07 +0100
commitf35ffe5e3714cecdc5d7ea4027339178393cb578 (patch)
tree52df9f834c805ee76d76d5437ae893b60090391e /lisp/ChangeLog
parenta5cc4ddeb84fbdceff31af8d8df7036edebbc58d (diff)
downloademacs-f35ffe5e3714cecdc5d7ea4027339178393cb578.tar.gz
emacs-f35ffe5e3714cecdc5d7ea4027339178393cb578.zip
* doc-view.el Fix bug#13887.
(doc-view-insert-image): Don't modify overlay associated to non-live windows, and implement horizontal centering of image in case it's smaller than the window. (doc-view-new-window-function): Force redisplay of new windows on doc-view buffers.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a5dbac3a5a0..4ff63448d89 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,9 +1,11 @@
12013-03-14 Tassilo Horn <tsdh@gnu.org> 12013-03-14 Tassilo Horn <tsdh@gnu.org>
2 2
3 * doc-view.el (doc-view-insert-image): Don't modify overlay 3 * doc-view.el Fix bug#13887.
4 associated with pseudo winprops entry, and implement horizontal 4 (doc-view-insert-image): Don't modify overlay associated to
5 centering of image in case it's smaller than the window 5 non-live windows, and implement horizontal centering of image in
6 (bug#13887). 6 case it's smaller than the window.
7 (doc-view-new-window-function): Force redisplay of new windows on
8 doc-view buffers.
7 9
82013-03-13 Karl Fogel <kfogel@red-bean.com> 102013-03-13 Karl Fogel <kfogel@red-bean.com>
9 11