Mercurial > emacs
diff lisp/ChangeLog @ 112126:afc7f5e3ff12
* doc-view.el (doc-view-image-width): New variable.
(doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
backend for PNG images, and do dynamic rescaling instead of
reconverting the whole doc.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Wed, 05 Jan 2011 22:17:51 +0100 |
parents | a28fc1581b94 |
children | 08d91a08a7b9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jan 05 14:09:07 2011 +0100 +++ b/lisp/ChangeLog Wed Jan 05 22:17:51 2011 +0100 @@ -1,3 +1,10 @@ +2011-01-05 Tassilo Horn <tassilo@member.fsf.org> + + * doc-view.el (doc-view-image-width): New variable. + (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick + backend for PNG images, and do dynamic rescaling instead of + reconverting the whole doc. + 2011-01-05 Glenn Morris <rgm@gnu.org> * emacs-lisp/rx.el (rx-repeat): Replace CL function.