<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/lisp/xwidget.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>Merge from origin/emacs-25</title>
<updated>2017-01-01T09:10:47+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-01-01T09:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9'/>
<id>bcf244ef9be0fe61f4b9a48d3412b2c8a9f1edb9</id>
<content type='text'>
2e2a806 Fix copyright years by hand
5badc81 Update copyright year to 2017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2e2a806 Fix copyright years by hand
5badc81 Update copyright year to 2017
</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>xwidget: Map "previous-line" and "next-line" to scroll</title>
<updated>2016-10-26T06:07:13+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
</author>
<published>2016-10-26T06:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ca479f9e75c62c07178b75df5f64aa7b81a32618'/>
<id>ca479f9e75c62c07178b75df5f64aa7b81a32618</id>
<content type='text'>
* lisp/xwidget.el: Map "previous-line" and "next-line" to scrolling
procedures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/xwidget.el: Map "previous-line" and "next-line" to scrolling
procedures.
</pre>
</div>
</content>
</entry>
<entry>
<title>xwidget: Bind "beginning-of-buffer" and "end-of-buffer"</title>
<updated>2016-10-26T06:07:13+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
</author>
<published>2016-10-26T06:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=01c2fba677728a7dd7e89ed92aff044831f4ca27'/>
<id>01c2fba677728a7dd7e89ed92aff044831f4ca27</id>
<content type='text'>
* lisp/xwidget.el: Rebind "beginning-of-buffer" and "end-of-buffer" to
"xwidget-webkit-scroll-top" and "xwidget-webkit-scroll-bottom",
respectively.
(xwidget-webkit-scroll-top,
xwidget-webkit-scroll-bottom): New procedures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/xwidget.el: Rebind "beginning-of-buffer" and "end-of-buffer" to
"xwidget-webkit-scroll-top" and "xwidget-webkit-scroll-bottom",
respectively.
(xwidget-webkit-scroll-top,
xwidget-webkit-scroll-bottom): New procedures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement zoom for WebKit widget.</title>
<updated>2016-10-26T06:07:13+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
</author>
<published>2016-10-26T06:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=e443eab6bf2b7b6e2f6a9ab06b1c5618b19ae653'/>
<id>e443eab6bf2b7b6e2f6a9ab06b1c5618b19ae653</id>
<content type='text'>
* src/xwidget.c (xwidget-webkit-zoom): New procedure.
* lisp/xwidget.el: Bind "+" and "-" to zoom in and out, respectively.
(xwidget-webkit-zoom): Declare procedure.
(xwidget-webkit-zoom-in, xwidget-webkit-zoom-out): New procedures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xwidget.c (xwidget-webkit-zoom): New procedure.
* lisp/xwidget.el: Bind "+" and "-" to zoom in and out, respectively.
(xwidget-webkit-zoom): Declare procedure.
(xwidget-webkit-zoom-in, xwidget-webkit-zoom-out): New procedures.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dynamically resize WebKit widget.</title>
<updated>2016-10-26T06:07:13+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
</author>
<published>2016-10-26T06:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a9785bd5c2e27e949040342e441c1a65a5b650d0'/>
<id>a9785bd5c2e27e949040342e441c1a65a5b650d0</id>
<content type='text'>
* lisp/xwidget.el (xwidget-webkit-auto-adjust-size,
xwidget-webkit-adjust-size-in-frame): New procedures.
(xwidget-webkit-new-session): Remove hint to resize widget with `a'.
(xwidget-webkit-adjust-size-dispatch): Resize current webkit widget.
(xwidget-webkit-adjust-size-to-window): Make non-interactive,
add widget and window as arguments.
(xwidget-webkit-callback): Use xwidget-webkit-adjust-size-to-window.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/xwidget.el (xwidget-webkit-auto-adjust-size,
xwidget-webkit-adjust-size-in-frame): New procedures.
(xwidget-webkit-new-session): Remove hint to resize widget with `a'.
(xwidget-webkit-adjust-size-dispatch): Resize current webkit widget.
(xwidget-webkit-adjust-size-to-window): Make non-interactive,
add widget and window as arguments.
(xwidget-webkit-callback): Use xwidget-webkit-adjust-size-to-window.
</pre>
</div>
</content>
</entry>
<entry>
<title>Let initial WebKit view fill window</title>
<updated>2016-10-26T06:07:13+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
</author>
<published>2016-10-26T06:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=c483fa6ef212365c6e8fd77118d80e8f3df86ca0'/>
<id>c483fa6ef212365c6e8fd77118d80e8f3df86ca0</id>
<content type='text'>
* lisp/xwidget.el (xwidget-webkit-new-session): Change default size of
WebKit widget to window size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/xwidget.el (xwidget-webkit-new-session): Change default size of
WebKit widget to window size.
</pre>
</div>
</content>
</entry>
<entry>
<title>xwidget: Remove title hack.</title>
<updated>2016-10-26T06:07:13+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
</author>
<published>2016-10-26T06:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=67e03311a0b9091fe98a2cca86c6a6a933fc6e05'/>
<id>67e03311a0b9091fe98a2cca86c6a6a933fc6e05</id>
<content type='text'>
* src/xwidget.c (xwidget-webkit-get-title): Remove procedure.
* lisp/xwidget.el (xwidget-webkit-get-title,
xwidget-webkit-execute-script-rv): Remove procedures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/xwidget.c (xwidget-webkit-get-title): Remove procedure.
* lisp/xwidget.el (xwidget-webkit-get-title,
xwidget-webkit-execute-script-rv): Remove procedures.
</pre>
</div>
</content>
</entry>
<entry>
<title>xwidget: Get URL asynchronously.</title>
<updated>2016-10-26T06:07:13+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
</author>
<published>2016-10-26T06:00:35+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8809002052c1154d38ce392198525945da674777'/>
<id>8809002052c1154d38ce392198525945da674777</id>
<content type='text'>
* lisp/xwidget.el (xwidget-webkit-current-url): Kill URL in callback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/xwidget.el (xwidget-webkit-current-url): Kill URL in callback.
</pre>
</div>
</content>
</entry>
</feed>
