[nongnu] elpa/git-commit 2db1172: magit-imenu--index-function: Move away from root section first

2021-08-21 Thread ELPA Syncer
branch: elpa/git-commit commit 2db1172b1c95782a9497f388638c28f2e3136872 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-imenu--index-function: Move away from root section first --- lisp/magit-imenu.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/magit-imenu.el b/lisp/mag

[nongnu] elpa/magit updated (47075e2 -> 2db1172)

2021-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 47075e2 Add support for "git bundle" adds 2db1172 magit-imenu--index-function: Move away from root section first No new revisions were added by this update. Summary of changes: lisp/magit-imenu.el | 2 ++ 1 file changed, 2 i

[nongnu] elpa/magit-section updated (47075e2 -> 2db1172)

2021-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 47075e2 Add support for "git bundle" adds 2db1172 magit-imenu--index-function: Move away from root section first No new revisions were added by this update. Summary of changes: lisp/magit-imenu.el | 2 ++ 1 file chan

[nongnu] main 6f64249: * elpa-packages ("haskell-mode"): Remove package

2021-08-21 Thread Philip Kaludercic
branch: main commit 6f642491e2cd5007c06c3d1ca2c11315185459b8 Author: Philip Kaludercic Commit: Philip Kaludercic * elpa-packages ("haskell-mode"): Remove package --- elpa-packages | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/elpa-packages b/elpa-

[elpa] externals/marginalia c6ca58b: The Marginalia side of the fix for oantolin/embark#353

2021-08-21 Thread ELPA Syncer
branch: externals/marginalia commit c6ca58bea819c3b5e4b3295ad693c5cd0ae5db31 Author: Omar Antolín Commit: Omar Antolín The Marginalia side of the fix for oantolin/embark#353 package-delete shouldn't really report the same completion category as the other package commands because

[nongnu] elpa/highlight-parentheses c974c7e: Add a way to enable the mode also in the minibuffer

2021-08-21 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit c974c7e3d0fc37df272a8a3dab1a4787467b8b91 Author: Tassilo Horn Commit: Tassilo Horn Add a way to enable the mode also in the minibuffer --- highlight-parentheses.el | 102 +-- 1 file changed, 64 insertions(

[nongnu] elpa/clojure-mode updated (a4c9b25 -> e1dc7ca)

2021-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/clojure-mode. from a4c9b25 Shuffle around the README badges new 46d22bb Mark put-clojure-indent safe for use in .dir-locals.el, etc. new ed88e6d Add missing thingatpt require new 1f857aa rm clojure-mode-autoloads.el du

[nongnu] elpa/clojure-mode 8bcc657 5/8: Move clojure--let-regexp before first use

2021-08-21 Thread ELPA Syncer
branch: elpa/clojure-mode commit 8bcc6574beb0fc781a1a11d95094af283fe84a17 Author: Rob Browning Commit: Bozhidar Batsov Move clojure--let-regexp before first use Otherwise test-bytecomp fails with: In toplevel form: clojure-mode.el:493:25:Error: reference to free var

[nongnu] elpa/clojure-mode ed88e6d 2/8: Add missing thingatpt require

2021-08-21 Thread ELPA Syncer
branch: elpa/clojure-mode commit ed88e6d0ae568ff3c07a4959178b4dd211d6390d Author: Rob Browning Commit: Bozhidar Batsov Add missing thingatpt require --- clojure-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/clojure-mode.el b/clojure-mode.el index db31008..2c32212 100644 --- a/

[nongnu] elpa/clojure-mode 1f857aa 3/8: rm clojure-mode-autoloads.el during "make clean"

2021-08-21 Thread ELPA Syncer
branch: elpa/clojure-mode commit 1f857aa7b45419cecc6ccdbfbc8ec3b3fcda0c17 Author: Rob Browning Commit: Bozhidar Batsov rm clojure-mode-autoloads.el during "make clean" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 446c3ea..ff2f784

[nongnu] elpa/clojure-mode cb7433e 4/8: make %.elc-test: rename $ to $

2021-08-21 Thread ELPA Syncer
branch: elpa/clojure-mode commit cb7433e5411452861856ccfcef6fded3b701b03f Author: Rob Browning Commit: Bozhidar Batsov make %.elc-test: rename $ to $< --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff2f784..2750396 100644 --- a/Mak

[nongnu] elpa/clojure-mode 858d6b6 6/8: Move clojure-cached-ns before first use

2021-08-21 Thread ELPA Syncer
branch: elpa/clojure-mode commit 858d6b624cb8e644da956110f9af3d80162d065d Author: Rob Browning Commit: Bozhidar Batsov Move clojure-cached-ns before first use Otherwise test-bytecomp fails like this: In toplevel form: clojure-mode.el:1860:23:Error: assignment to fre

[nongnu] elpa/clojure-mode 46d22bb 1/8: Mark put-clojure-indent safe for use in .dir-locals.el, etc.

2021-08-21 Thread ELPA Syncer
branch: elpa/clojure-mode commit 46d22bb22aca8d6133d5bd7510d26149dd8a10a0 Author: Rob Browning Commit: Bozhidar Batsov Mark put-clojure-indent safe for use in .dir-locals.el, etc. Add a put-clojure-indent form validator and attach it as a safe-local-eval-function property so tha

[nongnu] elpa/clojure-mode e1dc7ca 8/8: clojure-align-separator: shorten docstring to satisfy test-bytecomp

2021-08-21 Thread ELPA Syncer
branch: elpa/clojure-mode commit e1dc7caee76d117a366f8b8b1c2da7e6400636a8 Author: Rob Browning Commit: Bozhidar Batsov clojure-align-separator: shorten docstring to satisfy test-bytecomp In toplevel form: clojure-mode.el:1135:1: Error: custom-declare-variable `clojure-align-sep

[nongnu] elpa/clojure-mode 53478db 7/8: Fix make-obsolete call for clojure-no-space-after-tag

2021-08-21 Thread ELPA Syncer
branch: elpa/clojure-mode commit 53478dbf7faa533093a51e6dfe53593e529c5390 Author: Rob Browning Commit: Bozhidar Batsov Fix make-obsolete call for clojure-no-space-after-tag Otherwise test-bytecomp fails like this: In toplevel form: clojure-mode.el:3015:1:Error: the

[nongnu] elpa/highlight-parentheses abb7afb: Release version 2.1.0

2021-08-21 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit abb7afb481820e883afd55ed8ee9708a6c36f8ff Author: Tassilo Horn Commit: Tassilo Horn Release version 2.1.0 --- README.md| 37 + highlight-parentheses.el | 2 +- 2 files changed, 34 insertions(+), 5

[nongnu] elpa/highlight-parentheses 98178e7: Add NonGNU ELPA badge

2021-08-21 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 98178e79a92515fcacd278fb486702dedde0bed3 Author: Tassilo Horn Commit: Tassilo Horn Add NonGNU ELPA badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18c5952..2a56cc9 100644 --- a/README.md +++ b/RE

[nongnu] elpa/git-commit c327824 2/2: magit-wip-log-get-tips: Fix retrieval of previous tips

2021-08-21 Thread ELPA Syncer
branch: elpa/git-commit commit c327824b0e739a6d445e00aa4b77965614335540 Author: Kyle Meyer Commit: Kyle Meyer magit-wip-log-get-tips: Fix retrieval of previous tips magit-wip-update-wipref switched the reflog message from "restart autosaving ..." to "start autosaving ..." in 40c

[nongnu] elpa/git-commit 8c84b51 1/2: magit-diff-expansion-threshold: Fix doc-string typo

2021-08-21 Thread ELPA Syncer
branch: elpa/git-commit commit 8c84b512ac8c91eab690067e2c8bd5b782f92b42 Author: Kyle Meyer Commit: Kyle Meyer magit-diff-expansion-threshold: Fix doc-string typo --- lisp/magit-diff.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/magit-diff.el b/lisp/magi

[nongnu] elpa/git-commit updated (2db1172 -> c327824)

2021-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 2db1172 magit-imenu--index-function: Move away from root section first new 8c84b51 magit-diff-expansion-threshold: Fix doc-string typo new c327824 magit-wip-log-get-tips: Fix retrieval of previous tips Summary

[nongnu] elpa/magit-section updated (2db1172 -> c327824)

2021-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 2db1172 magit-imenu--index-function: Move away from root section first adds 8c84b51 magit-diff-expansion-threshold: Fix doc-string typo adds c327824 magit-wip-log-get-tips: Fix retrieval of previous tips No ne

[nongnu] elpa/magit updated (2db1172 -> c327824)

2021-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 2db1172 magit-imenu--index-function: Move away from root section first adds 8c84b51 magit-diff-expansion-threshold: Fix doc-string typo adds c327824 magit-wip-log-get-tips: Fix retrieval of previous tips No new revisi

[nongnu] elpa/git-commit 8811d42: magit-process-kill-on-abort: Evaluate kbd during macro expansion

2021-08-21 Thread ELPA Syncer
branch: elpa/git-commit commit 8811d42eab06964f3169b9c15cf1cc1314b8703c Author: Kyle Meyer Commit: Kyle Meyer magit-process-kill-on-abort: Evaluate kbd during macro expansion 413a98f7 (Use kbd function more when defining key bindings, 2021-08-13) replaced a "\C-g" in the magit-p

[nongnu] elpa/magit-section updated (c327824 -> 8811d42)

2021-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from c327824 magit-wip-log-get-tips: Fix retrieval of previous tips adds 8811d42 magit-process-kill-on-abort: Evaluate kbd during macro expansion No new revisions were added by this update. Summary of changes: lisp/magit-

[nongnu] elpa/magit updated (c327824 -> 8811d42)

2021-08-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from c327824 magit-wip-log-get-tips: Fix retrieval of previous tips adds 8811d42 magit-process-kill-on-abort: Evaluate kbd during macro expansion No new revisions were added by this update. Summary of changes: lisp/magit-process.