[elpa] externals/org-modern 89875c58c0: Disable timestamp formatting if org-display-custom-times is non-nil (Fix #29)

2022-03-23 Thread ELPA Syncer
branch: externals/org-modern commit 89875c58c0ce5eb4cc3747dbba7b98b435229029 Author: Daniel Mendler Commit: Daniel Mendler Disable timestamp formatting if org-display-custom-times is non-nil (Fix #29) --- org-modern.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org

[elpa] externals/embark 183ab2fa37 2/2: Merge pull request #476 from minad/ouch

2022-03-23 Thread ELPA Syncer
branch: externals/embark commit 183ab2fa379a14e4fb10ba9e2446274ac06ec0f3 Merge: 123ad4752c 889b56d147 Author: Omar Antolín Camarena Commit: GitHub Merge pull request #476 from minad/ouch Ouch! Use emacs-major-version! --- embark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[elpa] externals/embark 889b56d147 1/2: Ouch! Use emacs-major-version!

2022-03-23 Thread ELPA Syncer
branch: externals/embark commit 889b56d1471bd1c0f6ce9cba0e14ce1ab21835dc Author: Daniel Mendler Commit: Daniel Mendler Ouch! Use emacs-major-version! --- embark.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embark.el b/embark.el index 6584f3b18f..74011b2463 100644 -

[elpa] externals/embark-consult updated (123ad4752c -> 183ab2fa37)

2022-03-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 123ad4752c Merge pull request #475 from minad/minor-fixes2 adds 889b56d147 Ouch! Use emacs-major-version! adds 183ab2fa37 Merge pull request #476 from minad/ouch No new revisions were added by this update. Sum

[elpa] externals/ebdb c98512ebb6: Fix to previous divide name change, release 0.8.14

2022-03-23 Thread Eric Abrahamsen
branch: externals/ebdb commit c98512ebb6984701bbf090f1eabedb120c51e7bd Author: Eric Abrahamsen Commit: Eric Abrahamsen Fix to previous divide name change, release 0.8.14 Fixes #102 We need to move to proper parsing. * ebdb.el (ebdb-divide-name): There isn't always

[elpa] externals/phps-mode d6323a5548 2/8: Moved imenu and bookkeeping to main thread

2022-03-23 Thread Christian Johansson
branch: externals/phps-mode commit d6323a55482df8d814d6277145c2ef39d0a325d3 Author: Christian Johansson Commit: Christian Johansson Moved imenu and bookkeeping to main thread --- phps-mode-lex-analyzer.el | 69 ++- phps-mode-lexer.el| 3 +

[elpa] externals/phps-mode updated (246bcc6967 -> 3a09d15aa1)

2022-03-23 Thread Christian Johansson
cjohansson pushed a change to branch externals/phps-mode. from 246bcc6967 Updated version and date new d45658d99c Starting experimenting with using two threads for serial commands new d6323a5548 Moved imenu and bookkeeping to main thread new fd61209f54 Got serial mu

[elpa] externals/phps-mode 2e249e5c24 4/8: Moved bookkeeping and imenu generation to separate thread

2022-03-23 Thread Christian Johansson
branch: externals/phps-mode commit 2e249e5c24bba2e2266f5368bea10d9292263cbc Author: Christian Johansson Commit: Christian Johansson Moved bookkeeping and imenu generation to separate thread --- phps-mode-ast-bookkeeping.el | 6 +++--- phps-mode-ast-imenu.el | 9 + phps-mode-

[elpa] externals/phps-mode 3a09d15aa1 8/8: Updated version and changelog

2022-03-23 Thread Christian Johansson
branch: externals/phps-mode commit 3a09d15aa143b175235674f4cd45f92b0b0a6c36 Author: Christian Johansson Commit: Christian Johansson Updated version and changelog --- phps-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phps-mode.el b/phps-mode.el index 3e75fa

[elpa] externals/phps-mode 9498a7ae53 7/8: Updated TODOs

2022-03-23 Thread Christian Johansson
branch: externals/phps-mode commit 9498a7ae532847e54ffc0c0e18320986828c76f6 Author: Christian Johansson Commit: Christian Johansson Updated TODOs --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 57cc5ba73c..805f5f8299 100644 --- a/

[elpa] externals/phps-mode b13cf27bf0 5/8: Removed unused variables

2022-03-23 Thread Christian Johansson
branch: externals/phps-mode commit b13cf27bf07ffb482518909126d270700e1437e1 Author: Christian Johansson Commit: Christian Johansson Removed unused variables --- phps-mode-lex-analyzer.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/phps-mode-lex-analyzer.el b/phps-

[elpa] externals/phps-mode e0389c235f 6/8: Using separate error catching for imenu and bookkeeping generation

2022-03-23 Thread Christian Johansson
branch: externals/phps-mode commit e0389c235f78ab0e02162b1b222688c5da936616 Author: Christian Johansson Commit: Christian Johansson Using separate error catching for imenu and bookkeeping generation --- phps-mode-lex-analyzer.el | 62 ++- 1 file c

[elpa] externals/phps-mode fd61209f54 3/8: Got serial multi-threading working with 2 separate threads instead of 1

2022-03-23 Thread Christian Johansson
branch: externals/phps-mode commit fd61209f54907c058f529edd3686a74389aa52b9 Author: Christian Johansson Commit: Christian Johansson Got serial multi-threading working with 2 separate threads instead of 1 --- phps-mode-serial.el | 54 ++--- 1 f

[elpa] externals/phps-mode d45658d99c 1/8: Starting experimenting with using two threads for serial commands

2022-03-23 Thread Christian Johansson
branch: externals/phps-mode commit d45658d99c19aa6ebd3b0bb3ff0a0f9f5d36e1e5 Author: Christian Johansson Commit: Christian Johansson Starting experimenting with using two threads for serial commands --- phps-mode-lexer.el | 3 -- phps-mode-serial.el | 147 -

[elpa] externals/csv-mode 56ed871dc2: Fix skipping of empty fields when transposing rows with quotes

2022-03-23 Thread Filipp Gunbin
branch: externals/csv-mode commit 56ed871dc2feb9a12dce84a590ef9f049cc0405a Author: Filipp Gunbin Commit: Filipp Gunbin Fix skipping of empty fields when transposing rows with quotes * csv-mode.el (csv--collect-fields): Don't do csv-forward-field if on separator, otherwise empty

[elpa] externals/embark 5bad2fd6b5: Fix remaining checkdoc complaints (they were silly, but whatever)

2022-03-23 Thread ELPA Syncer
branch: externals/embark commit 5bad2fd6b56344b42a46a71bb5bd5def01610c70 Author: Omar Antolín Commit: Omar Antolín Fix remaining checkdoc complaints (they were silly, but whatever) --- embark.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/embark.el b/embark.

[elpa] externals/embark-consult updated (183ab2fa37 -> 5bad2fd6b5)

2022-03-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 183ab2fa37 Merge pull request #476 from minad/ouch adds 5bad2fd6b5 Fix remaining checkdoc complaints (they were silly, but whatever) No new revisions were added by this update. Summary of changes: embark.el | 9 +++

[elpa] externals/pulsar updated (40b1aa8c48 -> 1a1de8a15f)

2022-03-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/pulsar. from 40b1aa8c48 Document pulsar package installation new 5445236a47 Modify pulsar--pulse function to pulse only current window new 3f0745113b Merge branch 'main' into 'main' new 1a1de8a15f Add Aymeric Agon-Ramboss

[elpa] externals/pulsar 3f0745113b 2/3: Merge branch 'main' into 'main'

2022-03-23 Thread ELPA Syncer
branch: externals/pulsar commit 3f0745113b6b7de97dd3135528bb80f96977fe9f Merge: 40b1aa8c48 5445236a47 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Merge branch 'main' into 'main' Modify pulsar--pulse function to pulse only current window See merge request protesi

[elpa] externals/pulsar 1a1de8a15f 3/3: Add Aymeric Agon-Rambosson to the acknowledgements

2022-03-23 Thread ELPA Syncer
branch: externals/pulsar commit 1a1de8a15fed23cba9b7b9b469158f1a5a99ddb4 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add Aymeric Agon-Rambosson to the acknowledgements This pertains to commit 5445236 or else merge request 2:

[elpa] externals/pulsar 5445236a47 1/3: Modify pulsar--pulse function to pulse only current window

2022-03-23 Thread ELPA Syncer
branch: externals/pulsar commit 5445236a47da1609a387655168cde9a3800afd59 Author: Aymeric Agon-Rambosson Commit: Aymeric Agon-Rambosson Modify pulsar--pulse function to pulse only current window --- pulsar.el | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/p

[nongnu] elpa/apropospriate-theme 7bcabbbbef: add dirvish-hl-line

2022-03-23 Thread ELPA Syncer
branch: elpa/apropospriate-theme commit 7bcaef2cb1dd12917f248402565b557d8f60 Author: justin talbott Commit: justin talbott add dirvish-hl-line --- README.md| 1 + apropospriate.el | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f8cc871e54..16877

[elpa] externals/corfu c8e6607c90: README: Expand Tab-n-go section

2022-03-23 Thread ELPA Syncer
branch: externals/corfu commit c8e6607c90a89ff19062cd37afc17e8bbb86aba3 Author: Daniel Mendler Commit: Daniel Mendler README: Expand Tab-n-go section --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 55c647419b..c3be759714 100644 --- a/READM

[elpa] externals/org c5ea195c76: Merge branch 'bugfix'

2022-03-23 Thread ELPA Syncer
branch: externals/org commit c5ea195c76c62dc0cce3040a7d8763a1fc5dceba Merge: c9c0b9d004 667fa06646 Author: Nicolas Goaziou Commit: Nicolas Goaziou Merge branch 'bugfix' --- lisp/oc-biblatex.el | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lisp/oc-biblatex.el b/li

[elpa] externals/org updated (c9c0b9d004 -> c5ea195c76)

2022-03-23 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from c9c0b9d004 Merge branch 'bugfix' new 667fa06646 oc-biblatex: Remove \relax hack after multicite commands new c5ea195c76 Merge branch 'bugfix' Summary of changes: lisp/oc-biblatex.el | 7 +-- 1 file changed, 1 inse

[elpa] externals-release/org 667fa06646: oc-biblatex: Remove \relax hack after multicite commands

2022-03-23 Thread ELPA Syncer
branch: externals-release/org commit 667fa066460788c86b4786bf5d30b25e64fb18af Author: Nicolas Goaziou Commit: Nicolas Goaziou oc-biblatex: Remove \relax hack after multicite commands * lisp/oc-biblatex.el (org-cite-biblatex--multi-arguments): Do not try to be smart and add \rela

[nongnu] elpa/geiser bc0dde3104: Missing version tag, and version bumped

2022-03-23 Thread ELPA Syncer
branch: elpa/geiser commit bc0dde310492de733f9ec528d7aeddd57093d05e Author: jao Commit: jao Missing version tag, and version bumped --- elisp/geiser.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/geiser.el b/elisp/geiser.el index a36f50ac6b..7fad7d0167 100644 -

[nongnu] elpa/geiser-guile c641fcc50b: Version bump to geiser 0.23.2

2022-03-23 Thread ELPA Syncer
branch: elpa/geiser-guile commit c641fcc50b6b86ca95743122b5206cdcd475f96e Author: jao Commit: jao Version bump to geiser 0.23.2 Fixes issue #18. --- geiser-guile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geiser-guile.el b/geiser-guile.el index 3b4eb

[nongnu] elpa/geiser cbfab92584: Support for #{...}# extended symbol syntax

2022-03-23 Thread ELPA Syncer
branch: elpa/geiser commit cbfab92584072ba0e1c4119612a8438db61ecbf6 Author: jao Commit: jao Support for #{...}# extended symbol syntax Should fix issue #41, possibly the oldest still standing! My thanks and apologies to @ghost, wherever you are! --- elisp/geiser-syntax.el | 8

[nongnu] elpa/cider 41840db477: [Fixes #3170] Skip ensure of repl available on xref functions (#3171)

2022-03-23 Thread ELPA Syncer
branch: elpa/cider commit 41840db4776ecc1a966efe2d0fe842b40ddaf095 Author: Eric Dallo Commit: GitHub [Fixes #3170] Skip ensure of repl available on xref functions (#3171) --- CHANGELOG.md| 1 + cider-client.el | 9 ++--- cider-find.el | 2 +- 3 files changed, 8 insertions(+), 4 de

[nongnu] elpa/solarized-theme updated (f34a171ff0 -> 86e5f94ea0)

2022-03-23 Thread ELPA Syncer
elpasync pushed a change to branch elpa/solarized-theme. from f34a171ff0 Add theme for face `completions-common-part' new 649290f404 Add more helm-find-files faces new 86e5f94ea0 Add theme for tab-bar face Summary of changes: solarized-faces.el | 9 + 1 file chang

[nongnu] elpa/solarized-theme 86e5f94ea0 2/2: Add theme for tab-bar face

2022-03-23 Thread ELPA Syncer
branch: elpa/solarized-theme commit 86e5f94ea033c8b2a21084774063a493b62a4e81 Author: eggathuru <12476831+eggath...@users.noreply.github.com> Commit: Thomas Frössman Add theme for tab-bar face --- solarized-faces.el | 4 1 file changed, 4 insertions(+) diff --git a/solarized-faces.el b/

[nongnu] elpa/solarized-theme 649290f404 1/2: Add more helm-find-files faces

2022-03-23 Thread ELPA Syncer
branch: elpa/solarized-theme commit 649290f404d17f322e89e2dfec2b37f51a4a9267 Author: JunyuanChen <75352049+junyuanc...@users.noreply.github.com> Commit: Thomas Frössman Add more helm-find-files faces dotted directory, socket, pipe, suid, backup-file Colors taken from the default

[nongnu] elpa/cider 36277802a4: Add missing argument for previous commit

2022-03-23 Thread ELPA Syncer
branch: elpa/cider commit 36277802a47b0dbc9c1fd60f60908963c59c58d6 Author: vemv Commit: vemv Add missing argument for previous commit --- cider-find.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cider-find.el b/cider-find.el index 2ff0aa50fa..825250567c 100644 --- a