aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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