<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/doc-view.el, branch scratch/flymake-diagnostics-buffer</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>Prefer HTTPS to FTP and HTTP in documentation</title>
<updated>2017-09-13T22:54:37+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-09-13T22:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bc511a64f6da9ab51acc7c8865e80c4a4cb655c2'/>
<id>bc511a64f6da9ab51acc7c8865e80c4a4cb655c2</id>
<content type='text'>
Most of this change is to boilerplate commentary such as license URLs.
This change was prompted by ftp://ftp.gnu.org's going-away party,
planned for November.  Change these FTP URLs to https://ftp.gnu.org
instead.  Make similar changes for URLs to other organizations moving
away from FTP.  Also, change HTTP to HTTPS for URLs to gnu.org and
fsf.org when this works, as this will further help defend against
man-in-the-middle attacks (for this part I omitted the MS-DOS and
MS-Windows sources and the test tarballs to keep the workload down).
HTTPS is not fully working to lists.gnu.org so I left those URLs alone
for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Most of this change is to boilerplate commentary such as license URLs.
This change was prompted by ftp://ftp.gnu.org's going-away party,
planned for November.  Change these FTP URLs to https://ftp.gnu.org
instead.  Make similar changes for URLs to other organizations moving
away from FTP.  Also, change HTTP to HTTPS for URLs to gnu.org and
fsf.org when this works, as this will further help defend against
man-in-the-middle attacks (for this part I omitted the MS-DOS and
MS-Windows sources and the test tarballs to keep the workload down).
HTTPS is not fully working to lists.gnu.org so I left those URLs alone
for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid unnecessary loading of subr-x at run-time</title>
<updated>2017-04-18T23:07:28+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2017-04-18T23:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0f8343394675480f18c121520eed2203bbe1d6ec'/>
<id>0f8343394675480f18c121520eed2203bbe1d6ec</id>
<content type='text'>
* lisp/doc-view.el, lisp/filenotify.el, lisp/info-look.el:
* lisp/svg.el, lisp/emacs-lisp/byte-opt.el, lisp/net/shr.el:
* lisp/textmodes/sgml-mode.el, test/lisp/dom-tests.el:
No need to load subr-x at run-time.
* lisp/gnus/nnheader.el: No need to load subr-x.
; * lisp/emacs-lisp/subr-x.el, lisp/gnus/message.el, lisp/net/nsm.el:
; Comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el, lisp/filenotify.el, lisp/info-look.el:
* lisp/svg.el, lisp/emacs-lisp/byte-opt.el, lisp/net/shr.el:
* lisp/textmodes/sgml-mode.el, test/lisp/dom-tests.el:
No need to load subr-x at run-time.
* lisp/gnus/nnheader.el: No need to load subr-x.
; * lisp/emacs-lisp/subr-x.el, lisp/gnus/message.el, lisp/net/nsm.el:
; Comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/doc-view.el (doc-view-mode): Don't require a final newline</title>
<updated>2017-02-02T15:57:37+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2017-02-02T15:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f5372d411d149e8a34def18074891454ebc47730'/>
<id>f5372d411d149e8a34def18074891454ebc47730</id>
<content type='text'>
(doc-view-revert-buffer): Silence overflow warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(doc-view-revert-buffer): Silence overflow warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2017</title>
<updated>2017-01-01T03:42:26+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-01-01T03:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5badc81c1cdfbb261ad3e6d1b753defb15712f26'/>
<id>5badc81c1cdfbb261ad3e6d1b753defb15712f26</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>Honor prefix arg in doc-view-next-line-or-next-page</title>
<updated>2016-03-18T21:46:42+00:00</updated>
<author>
<name>Marcin Borkowski</name>
</author>
<published>2016-03-14T10:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cd950da9dbbe05fd4cd62557943fedb6b34723f3'/>
<id>cd950da9dbbe05fd4cd62557943fedb6b34723f3</id>
<content type='text'>
* lisp/doc-view.el (doc-view-next-line-or-next-page): Take the
prefix argument into consideration when continuous scrolling is
not in effect (i.e., by default) (bug#19559).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el (doc-view-next-line-or-next-page): Take the
prefix argument into consideration when continuous scrolling is
not in effect (i.e., by default) (bug#19559).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix soffice UserInstallation-URL for Windows</title>
<updated>2016-02-16T16:38:44+00:00</updated>
<author>
<name>Tassilo Horn</name>
</author>
<published>2016-02-16T16:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2d40f7d6354fbd9b55fa5a987b7673dea5664254'/>
<id>2d40f7d6354fbd9b55fa5a987b7673dea5664254</id>
<content type='text'>
* lisp/doc-view.el (doc-view-odf-&gt;pdf-converter-soffice): Fix
UserInstallation-URL when calling soffice on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el (doc-view-odf-&gt;pdf-converter-soffice): Fix
UserInstallation-URL when calling soffice on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wording in a doc-view.el comment</title>
<updated>2016-02-15T11:09:46+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2016-02-15T11:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=903603f8cd06c289ae84bf3f0bc8ac43609b6644'/>
<id>903603f8cd06c289ae84bf3f0bc8ac43609b6644</id>
<content type='text'>
* lisp/doc-view.el (doc-view--current-cache-dir): Don't use
"illegal" for something that is not against the law.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el (doc-view--current-cache-dir): Don't use
"illegal" for something that is not against the law.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Spelling fixes</title>
<updated>2016-02-15T03:45:12+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-02-15T03:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee'/>
<id>cf79616133778ff6a0ec4a7745f0f8f9fb5bd8ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace colon in file name (not legal on Windows)</title>
<updated>2016-02-14T18:56:46+00:00</updated>
<author>
<name>Thomas Plass</name>
</author>
<published>2016-02-14T18:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c1313b5f270bb20901423815c23f72e926f7bf38'/>
<id>c1313b5f270bb20901423815c23f72e926f7bf38</id>
<content type='text'>
* lisp/doc-view.el (doc-view--current-cache-dir): Replace colon in file
name (not legal on Windows). [tiny change]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/doc-view.el (doc-view--current-cache-dir): Replace colon in file
name (not legal on Windows). [tiny change]
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix desktop support in todo-mode and doc-view (bug#22377)</title>
<updated>2016-01-21T10:19:21+00:00</updated>
<author>
<name>Stephen Berman</name>
</author>
<published>2016-01-21T10:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7bc7fd6058a28cdf7da672dc625c6d3f2e50aa1b'/>
<id>7bc7fd6058a28cdf7da672dc625c6d3f2e50aa1b</id>
<content type='text'>
* lisp/calendar/todo-mode.el (todo-restore-desktop-buffer):
* lisp/doc-view.el (doc-view-restore-desktop-buffer): Return current buffer.

* lisp/calendar/todo-mode.el (todo-modes-set-2):
* lisp/doc-view.el (doc-view-mode): Set desktop-save-buffer unconditionally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/calendar/todo-mode.el (todo-restore-desktop-buffer):
* lisp/doc-view.el (doc-view-restore-desktop-buffer): Return current buffer.

* lisp/calendar/todo-mode.el (todo-modes-set-2):
* lisp/doc-view.el (doc-view-mode): Set desktop-save-buffer unconditionally.
</pre>
</div>
</content>
</entry>
</feed>
