~ubuntu-elisp/emacs/+git/master:scratch/erc-oldies

Last commit made on 2020-09-10
Get this branch:
git clone -b scratch/erc-oldies https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
scratch/erc-oldies
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

dcab4d0... by Amin Bandali

Import erc-bbdb.el, erc-chess.el, erc-nicklist.el, and erc-speak.el

* lisp/erc/erc-bbdb.el, lisp/erc/erc-chess.el,
lisp/erc/erc-nicklist.el, lisp/erc/erc-speak.el: Import these files
from commit 9497cc92bf1feb63c24425c46b1e033265c2cea9 of
https://git.savannah.gnu.org/cgit/erc.git, the old ERC repository
outside the GNU Emacs source tree. These FSF-copyrighted files were
part of ERC before erc.git was (for the most part) folded into
emacs.git, but they were left out largely due to depending on packages
outside Emacs. It is worth noting that their dependencies are all
free software, and bbdb and chess are actually available on GNU ELPA.

931b9f5... by Amin Bandali

Set `generated-autoload-file' in erc-status-sidebar.el

* lisp/erc/erc-status-sidebar.el: Set `generated-autoload-file' to
ERC's dedicated "erc-loaddefs.el", since we don't need this file's
autoloaded functions to be available before ERC itself is loaded.

d08568e... by "Basil L. Contovounesios" <email address hidden>

; Silence byte-compilation warning in last change

* lisp/tab-line.el (tab-line-switch-cycling): Move definition before
first use.

60cb56e... by "Basil L. Contovounesios" <email address hidden>

; Fix typo in last change

5d43609... by Kiso Katsuyuki <email address hidden>

Introduce a new variable tab-line-switch-cycling

If it is set t, enable cycling tab switch. Default is nil.

Copyright-paperwork-exempt: yes

c3f986a... by Kiso Katsuyuki <email address hidden>

Suppress errors of tab-line-switch functions

Traget errors occurs when tab-line-switch-to-prev-tab or
tab-line-switch-to-next-tab is invoked in a buffer which is not in
tabs

Copyright-paperwork-exempt: yes

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

Fix up fix for bug#19032

* lisp/icomplete.el (icomplete-ret): Call
minibuffer-icomplete-and-exit, not minibuffer-exit.

ceb5d17... by Stefan Kangas

Minor clean ups and doc fixes in find-dired

* lisp/find-dired.el (find-ls-option, find-dired): Doc fixes.
(find-dired, kill-find): Minor clean ups.

fab4438... by Stefan Kangas

Make flyspell-prog-text-faces into defcustom

* lisp/textmodes/flyspell.el (flyspell-prog-text-faces):
Make into defcustom. (Bug#32136)

66509f2... by Naoya Yamashita <email address hidden>

Add gv-define-expander for plist-get

It is necessary to make plist-get as a generalized variable, and this
definition allows user to use setf and other useful functions on
plist-get.

* lisp/emacs-lisp/gv.el: Add gv-define-expander for plist-get

* lisp/emacs-lisp/gv-tests.el: Add new tests for plist-get