<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/doc-view.el, branch tmp</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-01-01T00:59:52+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2020-01-01T00:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=365e01cc9f64ce6ca947ccfd8612d60763280a37'/>
<id>365e01cc9f64ce6ca947ccfd8612d60763280a37</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/doc-view.el (doc-view-doc-type): Doc fix.</title>
<updated>2019-12-04T14:15:20+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2019-12-04T14:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9ef873629b8d65fdffa051d49858bc26ae51090e'/>
<id>9ef873629b8d65fdffa051d49858bc26ae51090e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some quoting glitches in doc strings</title>
<updated>2019-11-11T18:32:53+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-11-11T18:30:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6b4a97c1c78f39ce890d100acceceb652d14e20d'/>
<id>6b4a97c1c78f39ce890d100acceceb652d14e20d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/doc-view.el (doc-view--revert-buffer): Fix last change</title>
<updated>2019-11-05T19:33:36+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2019-11-05T19:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ec5433f676035a5ad3ad8fcb22884cf0e0c290f6'/>
<id>ec5433f676035a5ad3ad8fcb22884cf0e0c290f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt doc-view to latest image-mode changes</title>
<updated>2019-10-25T20:19:46+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2019-10-25T20:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a0f7ea599919f967331173fdde2b87e50c88c4b7'/>
<id>a0f7ea599919f967331173fdde2b87e50c88c4b7</id>
<content type='text'>
The functions image-scroll-down, image-scroll-up, image-next-line, and
image-previous-line now return pixel values instead of multiples of
character height as of commit 9c66b09950.

* lisp/doc-view.el (doc-view-scroll-up-or-next-page):
(doc-view-scroll-down-or-previous-page):
(doc-view-next-line-or-next-page):
(doc-view-previous-line-or-previous-page):
(doc-view-insert-image): Adapt to image-scroll-up/down and
image-next/previous-line now returning pixel values instead of
multiples of character heights.  Fixes bug#37874.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The functions image-scroll-down, image-scroll-up, image-next-line, and
image-previous-line now return pixel values instead of multiples of
character height as of commit 9c66b09950.

* lisp/doc-view.el (doc-view-scroll-up-or-next-page):
(doc-view-scroll-down-or-previous-page):
(doc-view-next-line-or-next-page):
(doc-view-previous-line-or-previous-page):
(doc-view-insert-image): Adapt to image-scroll-up/down and
image-next/previous-line now returning pixel values instead of
multiples of character heights.  Fixes bug#37874.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix comment in previous doc-view patch</title>
<updated>2019-10-03T14:57:03+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-10-03T14:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4cf9bbcbc141c29c6ec66178ef46d3b21d276c1a'/>
<id>4cf9bbcbc141c29c6ec66178ef46d3b21d276c1a</id>
<content type='text'>
* lisp/doc-view.el (doc-view-open-text): Comment fix.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el (doc-view-open-text): Comment fix.
</pre>
</div>
</content>
</entry>
<entry>
<title>In doc-view, keep point on the equivalent page in the text version</title>
<updated>2019-10-03T14:54:50+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-10-03T14:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c1c9af312ed32f9e006452eef56ecabf6438cae9'/>
<id>c1c9af312ed32f9e006452eef56ecabf6438cae9</id>
<content type='text'>
* lisp/doc-view.el (doc-view-open-text): After opening the text
version, put point on the page the user was reading (bug#16541).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el (doc-view-open-text): After opening the text
version, put point on the page the user was reading (bug#16541).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make doc-view error message more informative</title>
<updated>2019-09-30T15:39:38+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-09-30T15:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5746202c182a9c69c732beb29b8507a6e6364799'/>
<id>5746202c182a9c69c732beb29b8507a6e6364799</id>
<content type='text'>
* lisp/doc-view.el (doc-view-initiate-display): Make error message
clearer (bug#3827).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el (doc-view-initiate-display): Make error message
clearer (bug#3827).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reverting doc-view buffers</title>
<updated>2019-09-29T12:58:38+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-09-29T12:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9d7fae5ab198f7f33ebb3e791475b4e1a0082f61'/>
<id>9d7fae5ab198f7f33ebb3e791475b4e1a0082f61</id>
<content type='text'>
* lisp/doc-view.el (doc-view--revert-buffer): Actually use the new
version of the PDF data (bug#26996).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el (doc-view--revert-buffer): Actually use the new
version of the PDF data (bug#26996).
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow customising pdf-to-text parameters</title>
<updated>2019-09-29T12:26:26+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-09-29T12:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c9af343448e890a80093db03dd9a70f55c0cbde3'/>
<id>c9af343448e890a80093db03dd9a70f55c0cbde3</id>
<content type='text'>
* lisp/doc-view.el (doc-view-pdf-&gt;txt): Allow customising the
parameters (bug#8519).
(doc-view-pdftotext-program-args): New variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el (doc-view-pdf-&gt;txt): Allow customising the
parameters (bug#8519).
(doc-view-pdftotext-program-args): New variable.
</pre>
</div>
</content>
</entry>
</feed>
