~ubuntu-elisp/emacs/+git/master:scratch/joaot/make-completion-at-point-function

Last commit made on 2019-11-20
Get this branch:
git clone -b scratch/joaot/make-completion-at-point-function https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
scratch/joaot/make-completion-at-point-function
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

d287370... by =?utf-8?b?Sm/Do28gVMOhdm9yYQ==?= <email address hidden>

Untested make-completion-at-point-function capf entrypoint

* lisp/minibuffer.el (make-completion-at-point-function): New helper.
(completion-at-point-functions): Adjust docstring.

aa79f4e... by =?utf-8?b?Sm/Do28gVMOhdm9yYQ==?= <email address hidden>

* lisp/icomplete.el (icomplete-fido-kill): Unbreak yes-or-no-p usage

Discussed in the context of bug#19064, bug#17272.

a76a1d0... by Eli Zaretskii

Ensure Rmail summary is updated after editing a message

* lisp/mail/rmailedit.el (rmail-cease-edit): If this mbox file
has a summary, update the summary after editing. (Bug#38193)

6f30642... by Eli Zaretskii

Fix updating members of zip archives

* 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)

bb1e743... by Robert Pluim <email address hidden>

; Fix NEWS entry for network-lookup-address-info

b6db2ed... by Robert Pluim <email address hidden>

Remember the full GTK font description

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).

cf0a76a... by Robert Pluim <email address hidden>

Don't error when comparing IPv4 and IPv6 addresses

* 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.

067a42f... by Lars Ingebrigtsen <email address hidden>

Allow eww to display exotic images like webp

* 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.

49192e9... by Juanma Barranquero

Strip "(fn...)" from output of `describe-mode' (bug#38222)

* lisp/help.el (help--doc-without-fn): New function.
(describe-mode): Use it.

a15431f... by Michael Albinus

Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs