<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/net, branch nick.lloyd-bytecode-jit</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>Fix a subtle problem in Tramp with timers</title>
<updated>2017-02-01T09:06:37+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2017-02-01T09:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d805757618092d5d46b8a95d2a046146c4916dc6'/>
<id>d805757618092d5d46b8a95d2a046146c4916dc6</id>
<content type='text'>
* lisp/net/tramp.el (tramp-accept-process-output): Change argument
list.  Make it work when called inside a timer.  See
&lt;http://lists.gnu.org/archive/html/tramp-devel/2017-01/msg00010.html&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/tramp.el (tramp-accept-process-output): Change argument
list.  Make it work when called inside a timer.  See
&lt;http://lists.gnu.org/archive/html/tramp-devel/2017-01/msg00010.html&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>lisp/*.el: Fix some warnings</title>
<updated>2017-01-29T18:34:35+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2017-01-29T18:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2f90bbb5febd44bc9ff8dbff9267f535f907c307'/>
<id>2f90bbb5febd44bc9ff8dbff9267f535f907c307</id>
<content type='text'>
* lisp/battery.el (dbus-get-property):
* lisp/dired-aux.el (format-spec): Declare function.

* lisp/net/zeroconf.el (zeroconf-list-service-names)
(zeroconf-list-service-types, zeroconf-list-services):
Mark unused lexical arg.

* lisp/progmodes/hideshow.el (hs-hide-block-at-point):
* lisp/progmodes/sql.el (sql-end-of-statement):
Pass LIMIT to 'looking-back'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/battery.el (dbus-get-property):
* lisp/dired-aux.el (format-spec): Declare function.

* lisp/net/zeroconf.el (zeroconf-list-service-names)
(zeroconf-list-service-types, zeroconf-list-services):
Mark unused lexical arg.

* lisp/progmodes/hideshow.el (hs-hide-block-at-point):
* lisp/progmodes/sql.el (sql-end-of-statement):
Pass LIMIT to 'looking-back'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use access-file in EWW to check before downloading a file</title>
<updated>2017-01-28T17:06:41+00:00</updated>
<author>
<name>Mark Oteiza</name>
</author>
<published>2017-01-28T17:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c7bbddf0eae653b23430c426cb75e0289e9f3a29'/>
<id>c7bbddf0eae653b23430c426cb75e0289e9f3a29</id>
<content type='text'>
* lisp/net/eww.el (eww-download): Check accessibility of
eww-download-directory to prevent starting a download that will fail
to write.
* src/fileio.c (Faccess_file): Clarify the use of string argument in
the docstring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww-download): Check accessibility of
eww-download-directory to prevent starting a download that will fail
to write.
* src/fileio.c (Faccess_file): Clarify the use of string argument in
the docstring.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a couple eww customization types</title>
<updated>2017-01-27T18:19:38+00:00</updated>
<author>
<name>Mark Oteiza</name>
</author>
<published>2017-01-27T18:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2d07895151138fe4ddc87aa799687b41f6868c73'/>
<id>2d07895151138fe4ddc87aa799687b41f6868c73</id>
<content type='text'>
* lisp/new/eww.el (eww-download-directory, eww-bookmarks-directory):
Change customization type to "directory".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/new/eww.el (eww-download-directory, eww-bookmarks-directory):
Change customization type to "directory".
</pre>
</div>
</content>
</entry>
<entry>
<title>Document :shell-command in `make-network-process'</title>
<updated>2017-01-26T18:46:27+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2017-01-26T18:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d32623f040272d9c3bc46b2b1b37c986e7fb8bf1'/>
<id>d32623f040272d9c3bc46b2b1b37c986e7fb8bf1</id>
<content type='text'>
* doc/lispref/processes.texi (Network): Document :shell-command.

* lisp/net/network-stream.el (open-network-stream): Document
the :shell-command parameter (bug#20651).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/processes.texi (Network): Document :shell-command.

* lisp/net/network-stream.el (open-network-stream): Document
the :shell-command parameter (bug#20651).
</pre>
</div>
</content>
</entry>
<entry>
<title>Make eww buffers prettier in the buffer listing</title>
<updated>2017-01-26T17:32:48+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2017-01-26T17:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=950c0d8969bae1e763016adedc62345c79cfad8a'/>
<id>950c0d8969bae1e763016adedc62345c79cfad8a</id>
<content type='text'>
* lisp/net/eww.el (eww-render): Put the currently visited URL
into the buffer listing (bug#23738).
(eww-render): Ditto.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww-render): Put the currently visited URL
into the buffer listing (bug#23738).
(eww-render): Ditto.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid having eww unexpectedly open external browsers</title>
<updated>2017-01-24T22:39:05+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2017-01-24T22:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=456696a838dfef73364ca025a210d2198fd8390d'/>
<id>456696a838dfef73364ca025a210d2198fd8390d</id>
<content type='text'>
* lisp/net/eww.el (eww-render): Instead of opening unsupported
content types like audio/mpeg directly in an external browser
(which can be very confusing especially when something
redirects to a file like that), just display a simple
interstitial that people can choose to click on or not
(bug#22671).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww-render): Instead of opening unsupported
content types like audio/mpeg directly in an external browser
(which can be very confusing especially when something
redirects to a file like that), just display a simple
interstitial that people can choose to click on or not
(bug#22671).
</pre>
</div>
</content>
</entry>
<entry>
<title>When opening new eww buffers, use buffer names based on the host name</title>
<updated>2017-01-24T22:14:31+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2017-01-24T21:40:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fd42a19260841a2e3c39fd983c7601a3f517bf4b'/>
<id>fd42a19260841a2e3c39fd983c7601a3f517bf4b</id>
<content type='text'>
* lisp/net/eww.el (eww-browse-url): When opening in a new
window, use a buffer name based on the host name (bug#23738).
(eww--dwim-expand-url): Refactored out into its own function
for easier reuse.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww-browse-url): When opening in a new
window, use a buffer name based on the host name (bug#23738).
(eww--dwim-expand-url): Refactored out into its own function
for easier reuse.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rendering of some complex SVG images</title>
<updated>2017-01-24T21:21:45+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2017-01-24T21:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=267c98ae4849e87bcee49ebbb7adcf211c60cd47'/>
<id>267c98ae4849e87bcee49ebbb7adcf211c60cd47</id>
<content type='text'>
* lisp/net/shr.el (shr-parse-image-data): Don't transform
SVG-&gt;DOM-&gt;XML unless we're blocking images, as this is apt to
destroy the SVG (bug#24111).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/shr.el (shr-parse-image-data): Don't transform
SVG-&gt;DOM-&gt;XML unless we're blocking images, as this is apt to
destroy the SVG (bug#24111).
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify the last clarification</title>
<updated>2017-01-24T20:33:51+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2017-01-24T20:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3180deacf5562262f8f7b177d1f5f06b8e3ae8a8'/>
<id>3180deacf5562262f8f7b177d1f5f06b8e3ae8a8</id>
<content type='text'>
* lisp/net/shr.el (shr-width): Clarify the interaction with
`shr-use-fonts' (bug#24928).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/shr.el (shr-width): Clarify the interaction with
`shr-use-fonts' (bug#24928).
</pre>
</div>
</content>
</entry>
</feed>
