~ubuntu-elisp/emacs/+git/master:feature/simple-16-theme

Last commit made on 2020-09-15
Get this branch:
git clone -b feature/simple-16-theme https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
feature/simple-16-theme
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

706a14a... by Ergus

Add simple theme with 16 colors only.

ffe8931... by Ergus

Merge branch 'feature/uniquify-as-function' into master

32220b5... by Ergus

Document use of uniquify-buffer-name-style as a function.

7000396... by Ergus

Enable uniquify-buffer-name-style to be a function.

* lisp/uniquify.el (uniquify-buffer-name-style) : Add "Other" custom
option
(uniquify-get-proposed-name) : Add condition for when
uniquify-buffer-name-style is a function.

c5d53ac... by Lars Ingebrigtsen <email address hidden>

Fix mailclient-send-it after recent browse-url rewrite

* lisp/mail/mailclient.el (mailclient-send-it): Make this function
work again after the browse-url machinery was changed to use
browse-url-default-handlers instead.

27bda2e... by Lars Ingebrigtsen <email address hidden>

Fix regression in non-querying about mail addresses in "emacs -Q"

* lisp/mail/emacsbug.el (report-emacs-bug-hook): Don't query about
the mail address if using an external mailer (bug#43386).

d727d3d... by =?utf-8?q?Daniel_Mart=C3=ADn?= <email address hidden>

Check that the buffer in diff-buffer-with-file is visiting a file

* lisp/vc/diff.el (diff-buffer-with-file): Signal a specific error
when the buffer passed to diff-buffer-with-file is not visiting a
file (bug#43401).

e408f2f... by Stefan Monnier

* test/lisp/emacs-lisp/find-func-tests.el: New file (for bug#43393)

* lisp/emacs-lisp/ert-x.el (ert-simulate-keys): New macro.

* test/lisp/international/mule-tests.el
(mule-cmds--test-universal-coding-system-argument): Use it and enable
the test also in batch mode.

15d2f6a... by Kevin Ryde <email address hidden>

Tweak the `C-x v =' command when done from a diff buffer

* lisp/vc/vc.el (vc-diff): Offer to save the relevant buffer(s)
when doing `C-x v =' from a diff buffer (bug#5773).

312da48... by Pip Cet <email address hidden>

Don't retry reading after receiving EINVAL

* src/process.c (wait_reading_process_output): Don't retry reading
from an fd after an unknown error (bug#6074).