<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch scratch/joaot/make-completion-at-point-function</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>Untested make-completion-at-point-function capf entrypoint</title>
<updated>2019-11-20T00:00:11+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2019-11-20T00:00:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d2873706749ef68803e79bab6109a534f4c9d23a'/>
<id>d2873706749ef68803e79bab6109a534f4c9d23a</id>
<content type='text'>
* lisp/minibuffer.el (make-completion-at-point-function): New helper.
(completion-at-point-functions): Adjust docstring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/minibuffer.el (make-completion-at-point-function): New helper.
(completion-at-point-functions): Adjust docstring.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/icomplete.el (icomplete-fido-kill): Unbreak yes-or-no-p usage</title>
<updated>2019-11-19T23:55:54+00:00</updated>
<author>
<name>João Távora</name>
</author>
<published>2019-11-19T23:53:10+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=aa79f4e8c635537c50a50db211542c0f41443ae2'/>
<id>aa79f4e8c635537c50a50db211542c0f41443ae2</id>
<content type='text'>
Discussed in the context of bug#19064, bug#17272.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Discussed in the context of bug#19064, bug#17272.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure Rmail summary is updated after editing a message</title>
<updated>2019-11-19T15:59:02+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2019-11-19T15:59:02+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a76a1d0c0b5c63bbed4eeeb7aa87269621956559'/>
<id>a76a1d0c0b5c63bbed4eeeb7aa87269621956559</id>
<content type='text'>
* lisp/mail/rmailedit.el (rmail-cease-edit): If this mbox file
has a summary, update the summary after editing.  (Bug#38193)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/mail/rmailedit.el (rmail-cease-edit): If this mbox file
has a summary, update the summary after editing.  (Bug#38193)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix updating members of zip archives</title>
<updated>2019-11-19T15:48:55+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2019-11-19T15:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6f30642973975a317a9c94ceba737a4bafc89919'/>
<id>6f30642973975a317a9c94ceba737a4bafc89919</id>
<content type='text'>
* lisp/arc-mode.el (archive-zip-case-fiddle): Change the
default to nil except on MS-DOS.  Update the doc string to
make clear that a non-nil value also affects updating the
archive.  (Bug#38260)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/arc-mode.el (archive-zip-case-fiddle): Change the
default to nil except on MS-DOS.  Update the doc string to
make clear that a non-nil value also affects updating the
archive.  (Bug#38260)
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix NEWS entry for network-lookup-address-info</title>
<updated>2019-11-19T14:29:07+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2019-11-19T14:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bb1e7433cb6c9d96ff048a82be1ea6bdc06dba96'/>
<id>bb1e7433cb6c9d96ff048a82be1ea6bdc06dba96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remember the full GTK font description</title>
<updated>2019-11-19T12:36:07+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2019-11-18T09:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b6db2ed1ea5d29dbd31871972d702739e88d3818'/>
<id>b6db2ed1ea5d29dbd31871972d702739e88d3818</id>
<content type='text'>
Remember the full font description instead of just the family so that
size/style/weight settings are preserved.

* gtkutil.c (xg_get_font) [HAVE_GTK3]: Use the pango font
description to set/get the current font (Bug#28901).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remember the full font description instead of just the family so that
size/style/weight settings are preserved.

* gtkutil.c (xg_get_font) [HAVE_GTK3]: Use the pango font
description to set/get the current font (Bug#28901).
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't error when comparing IPv4 and IPv6 addresses</title>
<updated>2019-11-19T12:36:07+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2019-11-18T09:57:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cf0a76a43831105d74b54f0e50f77eb60460fbea'/>
<id>cf0a76a43831105d74b54f0e50f77eb60460fbea</id>
<content type='text'>
* lisp/net/nsm.el (nsm-network-same-subnet): Compare lengths of
local-ip and ip; different lengths can never match.
(nsm-should-check): Chop port off end of address.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/net/nsm.el (nsm-network-same-subnet): Compare lengths of
local-ip and ip; different lengths can never match.
(nsm-should-check): Chop port off end of address.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow eww to display exotic images like webp</title>
<updated>2019-11-19T10:47:25+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-11-19T10:47:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=067a42f8dd2ce19de3203605ee8c1c08aa192580'/>
<id>067a42f8dd2ce19de3203605ee8c1c08aa192580</id>
<content type='text'>
* lisp/image.el (image-type): Allow passing in the image type.
(create-image): Make conversion work with data in addition to files.

* lisp/image/image-converter.el (image-convert-p): Allow taking
working on data in addition to files (bug#38036).
(image-convert): Ditto.
(image-converter--convert): Extend signature to say whether we're
getting a file or data.
(image-converter--convert-magick): Convert data.
(image-converter--convert): Ditto.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/image.el (image-type): Allow passing in the image type.
(create-image): Make conversion work with data in addition to files.

* lisp/image/image-converter.el (image-convert-p): Allow taking
working on data in addition to files (bug#38036).
(image-convert): Ditto.
(image-converter--convert): Extend signature to say whether we're
getting a file or data.
(image-converter--convert-magick): Convert data.
(image-converter--convert): Ditto.
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip "(fn...)" from output of `describe-mode' (bug#38222)</title>
<updated>2019-11-19T10:18:48+00:00</updated>
<author>
<name>Juanma Barranquero</name>
</author>
<published>2019-11-19T10:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=49192e9510fe3c491b8c759a639bbe8bccf35856'/>
<id>49192e9510fe3c491b8c759a639bbe8bccf35856</id>
<content type='text'>
* lisp/help.el (help--doc-without-fn): New function.
(describe-mode): Use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/help.el (help--doc-without-fn): New function.
(describe-mode): Use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs</title>
<updated>2019-11-19T07:19:00+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2019-11-19T07:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a15431ffe23838025e7b20131c16bbeb80ce4090'/>
<id>a15431ffe23838025e7b20131c16bbeb80ce4090</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
