[elpa] master 3442ac1: * externals-list: Add modus-themes

2020-03-09 Thread Stefan Monnier
branch: master commit 3442ac19bd0dd6f2ca8e5fdb9abf943a3e86b190 Author: Stefan Monnier Commit: Stefan Monnier * externals-list: Add modus-themes --- externals-list | 2 ++ 1 file changed, 2 insertions(+) diff --git a/externals-list b/externals-list index ef5d611..e27921e 100644 ---

[elpa] externals/modus-vivendi-theme 3da1f9b 2/2: Remove other file from branch

2020-03-09 Thread Stefan Monnier
branch: externals/modus-vivendi-theme commit 3da1f9beb8c59dc5dd7e8e66d647bb3f2a389b2d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove other file from branch --- modus-operandi-theme.el | 2255 --- 1 file changed, 2255 deletions(-)

[elpa] externals/modus-vivendi-theme 2e1640d 1/2: Include ELPA in README. Adapt accordingly.

2020-03-09 Thread Stefan Monnier
branch: externals/modus-vivendi-theme commit 2e1640d586ffcc7b6c15bed01755639309dfbc8a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Include ELPA in README. Adapt accordingly. --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org

[elpa] branch externals/modus-vivendi-theme created (now 3da1f9b)

2020-03-09 Thread Stefan Monnier
monnier pushed a change to branch externals/modus-vivendi-theme. at 3da1f9b Remove other file from branch This branch includes the following new commits: new 2e1640d Include ELPA in README. Adapt accordingly. new 3da1f9b Remove other file from branch

[elpa] branch externals/modus-operandi-theme created (now 616300d)

2020-03-09 Thread Stefan Monnier
monnier pushed a change to branch externals/modus-operandi-theme. at 616300d Remove other file from branch This branch includes the following new commits: new d116870 Initial commit of Modus Themes (prototype) new d5a9b59 Minor theme refinements new

[elpa] master 6c631e0: * packages/auto-overlays/: Activate lexical-binding.

2020-03-09 Thread Stefan Monnier
branch: master commit 6c631e0a914366e28bd48dacd48c1d78cfd1144d Author: Stefan Monnier Commit: Stefan Monnier * packages/auto-overlays/: Activate lexical-binding. * packages/auto-overlays/auto-overlays.el: Don't require `cl`. Prefer `defsubst` over `defmacro` when possible.

[elpa] externals/xr 15b867d 2/3: Fix test in Emacs 26 (bug #3)

2020-03-09 Thread Mattias Engdeg�rd
branch: externals/xr commit 15b867d343a54102833743e0021ed5795a7d9631 Author: Mattias Engdegård Commit: Mattias Engdegård Fix test in Emacs 26 (bug #3) The 'base' category was (or will be) introduced in Emacs 27; make sure the tests don't actually use it in regexp matching.

[elpa] externals/xr updated (7842512 -> 434b300)

2020-03-09 Thread Mattias Engdeg�rd
mattiase pushed a change to branch externals/xr. from 7842512 Increment version to 1.17 new 5394d8c Simplify condition new 15b867d Fix test in Emacs 26 (bug #3) new 434b300 Increment version to 1.18 Summary of changes: xr-test.el | 2 +- xr.el | 7

[elpa] externals/xr 434b300 3/3: Increment version to 1.18

2020-03-09 Thread Mattias Engdeg�rd
branch: externals/xr commit 434b3000b0224875893f4feb411c1f65644f8c38 Author: Mattias Engdegård Commit: Mattias Engdegård Increment version to 1.18 --- xr.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xr.el b/xr.el index c8bd6d2..5e7a11f 100644 --- a/xr.el +++

[elpa] externals/xr 5394d8c 1/3: Simplify condition

2020-03-09 Thread Mattias Engdeg�rd
branch: externals/xr commit 5394d8c22bc37e332043a29f32614a1b496b4524 Author: Mattias Engdegård Commit: Mattias Engdegård Simplify condition --- xr.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xr.el b/xr.el index 772605e..c8bd6d2 100644 --- a/xr.el +++ b/xr.el @@

[elpa] master 00a3cdf: * packages/shen-mode/shen-mode.el: Don't require `cl`

2020-03-09 Thread Stefan Monnier
branch: master commit 00a3cdf451cd353d717e98124c8827618f6c1d92 Author: Stefan Monnier Commit: Stefan Monnier * packages/shen-mode/shen-mode.el: Don't require `cl` --- packages/shen-mode/shen-mode.el | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git