<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/net/eww.el, branch scratch/handler-bind</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>Optionally turn on visual-line-mode + outline support</title>
<updated>2023-11-25T10:56:16+00:00</updated>
<author>
<name>Rahguzar</name>
</author>
<published>2023-10-24T21:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d0d9d7f5fa3b306ac66a3b529e337eb3623a475b'/>
<id>d0d9d7f5fa3b306ac66a3b529e337eb3623a475b</id>
<content type='text'>
* lisp/net/eww.el (eww-render): Turn on 'visual-line-mode'
in absence of filling.
(eww-mode): Set 'outline-regexp' and 'outline-level'.
(Bug#66676)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww-render): Turn on 'visual-line-mode'
in absence of filling.
(eww-mode): Set 'outline-regexp' and 'outline-level'.
(Bug#66676)
</pre>
</div>
</content>
</entry>
<entry>
<title>; Update eww-suggest-uris :version.</title>
<updated>2023-11-04T10:48:01+00:00</updated>
<author>
<name>Visuwesh</name>
</author>
<published>2023-11-04T02:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=2ba3ce27ebb4cfd478b56b05fae77ca545ee8b27'/>
<id>2ba3ce27ebb4cfd478b56b05fae77ca545ee8b27</id>
<content type='text'>
* lisp/net/eww.el (eww-suggest-uris): Bump it to 30.1 since it was
changed.  (Bug#66926)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww-suggest-uris): Bump it to 30.1 since it was
changed.  (Bug#66926)
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude current buffer from eww-switch-to-buffer</title>
<updated>2023-10-01T16:51:18+00:00</updated>
<author>
<name>James Thomas</name>
</author>
<published>2023-09-16T00:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5d9dbf17cf6123ad24d8f9193818ac64606e3a45'/>
<id>5d9dbf17cf6123ad24d8f9193818ac64606e3a45</id>
<content type='text'>
* lisp/net/eww.el (eww-switch-to-buffer): Exclude current buffer from
the completion list to avoid an extra cycling keystroke.  (Bug#65914)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww-switch-to-buffer): Exclude current buffer from
the completion list to avoid an extra cycling keystroke.  (Bug#65914)
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid errors in EWW when EWW is killed</title>
<updated>2023-09-08T12:11:10+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-09-08T12:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7572620da292d5e4ab5ca9a24cd9b4b853f035eb'/>
<id>7572620da292d5e4ab5ca9a24cd9b4b853f035eb</id>
<content type='text'>
* lisp/net/eww.el (eww-render): Don't signal errors if the page
being rendered was closed.  (Bug#65678)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww-render): Don't signal errors if the page
being rendered was closed.  (Bug#65678)
</pre>
</div>
</content>
</entry>
<entry>
<title>; * lisp/net/eww.el (eww-open-in-new-buffer): Fix change for bug#65346.</title>
<updated>2023-08-27T16:39:22+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-08-27T16:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=332df9a043c19cb9455621ac80b14e3d5c28057a'/>
<id>332df9a043c19cb9455621ac80b14e3d5c28057a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix documentation of last change</title>
<updated>2023-08-20T08:48:03+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-08-20T08:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=321f6bd5722921175ac3dc8859daca74dbe3de6a'/>
<id>321f6bd5722921175ac3dc8859daca74dbe3de6a</id>
<content type='text'>
* lisp/net/eww.el (eww--open-url-in-new-buffer)
(eww-open-in-new-buffer):
* etc/NEWS:
* doc/misc/eww.texi (Basics): Improve the documentation of this
new feature.  (Bug#65346)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww--open-url-in-new-buffer)
(eww-open-in-new-buffer):
* etc/NEWS:
* doc/misc/eww.texi (Basics): Improve the documentation of this
new feature.  (Bug#65346)
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow fetching URL at point without switching to it</title>
<updated>2023-08-20T08:46:36+00:00</updated>
<author>
<name>Lin Sun</name>
</author>
<published>2023-08-16T01:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bef68b7bbe3d1f1a27c292161cd7e5c7c95cc6eb'/>
<id>bef68b7bbe3d1f1a27c292161cd7e5c7c95cc6eb</id>
<content type='text'>
* lisp/net/eww.el (eww-open-in-new-buffer):  Stay on current
buffer when invoked with prefix argument.  (Bug#65346)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww-open-in-new-buffer):  Stay on current
buffer when invoked with prefix argument.  (Bug#65346)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into feature/android</title>
<updated>2023-06-25T00:16:34+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2023-06-25T00:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7b5d32fa871b0ef5c0860612b9c1ac9382c62672'/>
<id>7b5d32fa871b0ef5c0860612b9c1ac9382c62672</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix documentation of last change</title>
<updated>2023-06-24T11:58:44+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2023-06-24T11:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5b7e999e24f6cd446961ac441f69af021528623b'/>
<id>5b7e999e24f6cd446961ac441f69af021528623b</id>
<content type='text'>
* lisp/net/eww.el (eww-copy-alternate-url): Doc fix.
* etc/NEWS:
* doc/misc/eww.texi (Basics): Minor wording and punctuation fixes.
(Bug#64126)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/eww.el (eww-copy-alternate-url): Doc fix.
* etc/NEWS:
* doc/misc/eww.texi (Basics): Minor wording and punctuation fixes.
(Bug#64126)
</pre>
</div>
</content>
</entry>
<entry>
<title>New command 'eww-copy-alternate-url'</title>
<updated>2023-06-24T11:52:23+00:00</updated>
<author>
<name>Eshel Yaron</name>
</author>
<published>2023-06-17T10:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dfba4347c71d70b8357979ff0fb4bb070b0ed60c'/>
<id>dfba4347c71d70b8357979ff0fb4bb070b0ed60c</id>
<content type='text'>
This adds a new command to EWW that copies an alternate link to the
currently visited page into the kill ring.  This is useful for
subscribing to website feeds, etc.

* lisp/net/eww.el (eww--alternate-urls, eww-read-alternate-url):
 New functions.
(eww-copy-alternate-url): New command.
(eww-mode-map): Bind it to 'A'.

* doc/misc/eww.texi (Basics): Document it.

* etc/NEWS: Announce it.
(Bug#64126)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new command to EWW that copies an alternate link to the
currently visited page into the kill ring.  This is useful for
subscribing to website feeds, etc.

* lisp/net/eww.el (eww--alternate-urls, eww-read-alternate-url):
 New functions.
(eww-copy-alternate-url): New command.
(eww-mode-map): Bind it to 'A'.

* doc/misc/eww.texi (Basics): Document it.

* etc/NEWS: Announce it.
(Bug#64126)
</pre>
</div>
</content>
</entry>
</feed>
