[nongnu] elpa/oblivion-theme f0b180eeb5: Define colors for vundo & anzu

2023-04-14 Thread ELPA Syncer
branch: elpa/oblivion-theme commit f0b180eeb5ed19bacbce9d6a39e3123f4751f54b Author: Campbell Barton Commit: Campbell Barton Define colors for vundo & anzu --- changelog.rst | 7 +++ oblivion-theme.el | 9 + 2 files changed, 16 insertions(+) diff --git a/changelog.rst b/chan

[elpa] externals/company 9d55b02c8c: company-echo-show: Avoid altering echo area unnecessarily

2023-04-14 Thread ELPA Syncer
branch: externals/company commit 9d55b02c8c4ca823b31ea5c69efa9f8e5ce92c5b Author: Dmitry Gutov Commit: Dmitry Gutov company-echo-show: Avoid altering echo area unnecessarily Related: https://github.com/company-mode/company-mode/issues/588 https://github.com/company-mode

[elpa] externals/hyperbole updated (cb6378e8d1 -> ddd331c506)

2023-04-14 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from cb6378e8d1 Fix kimport:star-outline; finish hproperty support for ibuts new 9641488b5f Partial HY-NEWS updates new ddd331c506 Before 'hbdata:to-entry-ref' to capture all restriction changes Summary of changes:

[elpa] externals/hyperbole 9641488b5f 1/2: Partial HY-NEWS updates

2023-04-14 Thread ELPA Syncer
branch: externals/hyperbole commit 9641488b5fd721e2d8f081f493cc5f1fd3b50c2c Author: Robert Weiner Commit: Robert Weiner Partial HY-NEWS updates --- HY-NEWS| 53 + man/hyperbole.texi | 4 ++-- 2 files changed, 47 insertions(+),

[elpa] externals/hyperbole ddd331c506 2/2: Before 'hbdata:to-entry-ref' to capture all restriction changes

2023-04-14 Thread ELPA Syncer
branch: externals/hyperbole commit ddd331c5066bbd97c029e71cbbf8a793d58857d7 Author: Robert Weiner Commit: Robert Weiner Before 'hbdata:to-entry-ref' to capture all restriction changes Fixes a bug that could leave the in-buffer hbdata separator exposed. --- ChangeLog | 6 ++ hb

[elpa] externals/jinx 5d18d153fc: add tex-math face

2023-04-14 Thread ELPA Syncer
branch: externals/jinx commit 5d18d153fc93db87d98a22720208c80b261e6edf Author: Daniel Mendler Commit: Daniel Mendler add tex-math face --- jinx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinx.el b/jinx.el index 72e1f9f831..3320a2a680 100644 --- a/jinx.el +++ b/ji

[elpa] externals/rcirc-color cfe5774293 1/2: Remove 'help-echo' from /color output

2023-04-14 Thread Philip Kaludercic
branch: externals/rcirc-color commit cfe577429305b4652192e829a6873f7c100fa6ce Author: Philip Kaludercic Commit: Philip Kaludercic Remove 'help-echo' from /color output * rcirc-color.el (rcirc-do-color): Do not assume the structure of VALUE, which causes issues when 'rcirc-color'

[elpa] externals/rcirc-color 79449152cb 2/2: Bump version number in rcirc-color to 0.4.5

2023-04-14 Thread Philip Kaludercic
branch: externals/rcirc-color commit 79449152cb71ec4d719d4b1a95c1192fb9831ceb Author: Philip Kaludercic Commit: Philip Kaludercic Bump version number in rcirc-color to 0.4.5 --- rcirc-color.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcirc-color.el b/rcirc-color.e

[elpa] externals/rcirc-color updated (5c9208002d -> 79449152cb)

2023-04-14 Thread Philip Kaludercic
zge pushed a change to branch externals/rcirc-color. from 5c9208002d ; Prefer HTTPS to HTTP in URLs new cfe5774293 Remove 'help-echo' from /color output new 79449152cb Bump version number in rcirc-color to 0.4.5 Summary of changes: rcirc-color.el | 9 +++-- 1 file cha

[elpa] externals/vertico e4e18ea8fb: Improve readme (Fix #355)

2023-04-14 Thread ELPA Syncer
branch: externals/vertico commit e4e18ea8fb268e2f2fda1675c78306f056d152fc Author: Daniel Mendler Commit: Daniel Mendler Improve readme (Fix #355) --- README.org | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 2c54f009ba..f14f7ed9af

[elpa] externals/phps-mode ed309d165b 4/8: Moved lexer rules to separate file

2023-04-14 Thread Christian Johansson
branch: externals/phps-mode commit ed309d165beaa585d00cdd22704ef89cbb07f6e7 Author: Christian Johansson Commit: Christian Johansson Moved lexer rules to separate file --- phps-mode-lex-analyzer.el|6 +- phps-mode-lexer-generator.el | 1532 ++

[elpa] externals/phps-mode cbc9628482 3/8: Moved syntax-color data generation to separate file

2023-04-14 Thread Christian Johansson
branch: externals/phps-mode commit cbc9628482b583b248e7d0c3d56ddfd07d77bb49 Author: Christian Johansson Commit: Christian Johansson Moved syntax-color data generation to separate file --- phps-mode-syntax-color-generator.el | 174 phps-mode-syntax-color.

[elpa] externals/phps-mode b5a6f5986f 7/8: Added failing test and fix for bookkeeping namespaced trait function symbols

2023-04-14 Thread Christian Johansson
branch: externals/phps-mode commit b5a6f5986f22e9af8c560318aafbea35e8fd0d8c Author: Christian Johansson Commit: Christian Johansson Added failing test and fix for bookkeeping namespaced trait function symbols --- phps-mode-parser-sdt.el| 22 -- test/phps-mode-test-as

[elpa] externals/phps-mode cb882aa581 1/8: Improved maintainability of syntax-coloring rules

2023-04-14 Thread Christian Johansson
branch: externals/phps-mode commit cb882aa5812bc03c5dbff3eeaf4e9e5f814db8df Author: Christian Johansson Commit: Christian Johansson Improved maintainability of syntax-coloring rules --- phps-mode-syntax-color.el | 172 +- 1 file changed, 169 inser

[elpa] externals/phps-mode a1db16f24b 6/8: Passing tests after refactoring of lexer rules

2023-04-14 Thread Christian Johansson
branch: externals/phps-mode commit a1db16f24b9e0975cfc5a7928e254414644802c3 Author: Christian Johansson Commit: Christian Johansson Passing tests after refactoring of lexer rules --- phps-mode-lexer-generator.el | 409 ++- phps-mode-lexer.el

[elpa] externals/phps-mode b640c09214 5/8: Improved maintainability of lexer rules

2023-04-14 Thread Christian Johansson
branch: externals/phps-mode commit b640c09214dba32e34dee57d10b209420e663305 Author: Christian Johansson Commit: Christian Johansson Improved maintainability of lexer rules --- phps-mode-lexer-generator.el | 2020 -- phps-mode-lexer.el |5

[elpa] externals/phps-mode ea4178f999 2/8: Made lexer rules easier to maintain

2023-04-14 Thread Christian Johansson
branch: externals/phps-mode commit ea4178f999f366e5c3ce1d5b8a414ce53cf5842f Author: Christian Johansson Commit: Christian Johansson Made lexer rules easier to maintain --- phps-mode-lexer.el | 22 +- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/phps-mod

[elpa] externals/phps-mode 378f886bdb 8/8: Updated version and date for 0.4.46

2023-04-14 Thread Christian Johansson
branch: externals/phps-mode commit 378f886bdba484805e105e340e1880cc9ab7f3bc Author: Christian Johansson Commit: Christian Johansson Updated version and date for 0.4.46 --- phps-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phps-mode.el b/phps-mode.el index

[elpa] externals/phps-mode updated (afaf5336ec -> 378f886bdb)

2023-04-14 Thread Christian Johansson
cjohansson pushed a change to branch externals/phps-mode. from afaf5336ec Updated version and date for 0.4.45 new cb882aa581 Improved maintainability of syntax-coloring rules new ea4178f999 Made lexer rules easier to maintain new cbc9628482 Moved syntax-color data ge

[elpa] elpa-admin 7b3ff8937c: * elpa-admin.el: Avoid fetching from git.sr.ht

2023-04-14 Thread Stefan Monnier via
branch: elpa-admin commit 7b3ff8937cb8f9f927ec5bf7bf101623d8ca67d6 Author: Stefan Monnier Commit: Stefan Monnier * elpa-admin.el: Avoid fetching from git.sr.ht (elpaa--manual-sync-re): New var. (elpaa--manual-sync-p): New function. (elpaa--batch-fetch-and): Use it. --- elpa

[nongnu] scratch/macrostep updated (c20f621bf2 -> c4aac60959)

2023-04-14 Thread Stefan Monnier via
monnier pushed a change to branch scratch/macrostep. from c20f621bf2 Activate `lexical-binding` adds c7369e402c Release version 0.9.1 adds ab1685d858 Consistently use spaces for indentation adds f65548afb5 Capitalize library summary adds cdaa3a5e82 Resume develop

[nongnu] scratch/macrostep c4aac60959: * macrostep.el (macrostep-mode-map): Fix name to follow convention

2023-04-14 Thread Stefan Monnier via
branch: scratch/macrostep commit c4aac60959d6d2fcc385612ec6de49b0609518a7 Author: Stefan Monnier Commit: Stefan Monnier * macrostep.el (macrostep-mode-map): Fix name to follow convention --- macrostep.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/macroste

[nongnu] elpa/autothemer updated (d4bd4427f5 -> 6277b086ec)

2023-04-14 Thread ELPA Syncer
elpasync pushed a change to branch elpa/autothemer. from d4bd4427f5 Revert "Add my theme (#27)" new 8f72afc6db Fix actions / 0.2.18 new 6277b086ec Add 28.2 to CI Summary of changes: .github/workflows/test.yml | 3 +- README.md | 1 + autothemer.el

[nongnu] elpa/autothemer 6277b086ec 2/2: Add 28.2 to CI

2023-04-14 Thread ELPA Syncer
branch: elpa/autothemer commit 6277b086ec2d0a17f5722caf6a0ec5ca16cb5486 Author: Jason Milkins Commit: Jason Milkins Add 28.2 to CI --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e88f024c3..233

[nongnu] elpa/autothemer 8f72afc6db 1/2: Fix actions / 0.2.18

2023-04-14 Thread ELPA Syncer
branch: elpa/autothemer commit 8f72afc6dba5ad7cc3a201a084fd20571f945d2e Author: Jason Milkins Commit: Jason Milkins Fix actions / 0.2.18 --- .github/workflows/test.yml | 2 +- README.md | 1 + autothemer.el | 80 --

[elpa] externals/org 8f058060ce 1/2: * doc/org-manual.org: Clarify "++" explanation for habits

2023-04-14 Thread ELPA Syncer
branch: externals/org commit 8f058060ce794e37f93d39ba51cd6d9e4d3bb70c Author: Ihor Radchenko Commit: Ihor Radchenko * doc/org-manual.org: Clarify "++" explanation for habits (Tracking your habits): Do not create a confusion that one can use "++" to make a habit repeat on weekday

[elpa] externals/org 7c8623be96 2/2: fixup! * doc/org-manual.org: Clarify "++" explanation for habits

2023-04-14 Thread ELPA Syncer
branch: externals/org commit 7c8623be967c6858996c18cd317fe94911e8b1ba Author: Ihor Radchenko Commit: Ihor Radchenko fixup! * doc/org-manual.org: Clarify "++" explanation for habits --- doc/org-manual.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/org-manua

[elpa] externals/org updated (9607226610 -> 7c8623be96)

2023-04-14 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 9607226610 org-export--prune-tree: Ensure spaces when removing objects new 8f058060ce * doc/org-manual.org: Clarify "++" explanation for habits new 7c8623be96 fixup! * doc/org-manual.org: Clarify "++" explanation for h

[nongnu] elpa/autothemer 167cdcedb1 1/5: 0.2.15 Insert missing spec(s)

2023-04-14 Thread ELPA Syncer
branch: elpa/autothemer commit 167cdcedb1d7a554683c83506561eecd644a82cf Author: jasonm23 Commit: jasonm23 0.2.15 Insert missing spec(s) --- autothemer.el | 64 +++ tests/autothemer-tests.el | 2 +- 2 files changed, 49 insertions(+), 1

[nongnu] elpa/autothemer 3090c2605e 4/5: Revert "0.2.15 Insert missing spec(s)"

2023-04-14 Thread ELPA Syncer
branch: elpa/autothemer commit 3090c2605e2d0306008136fb8561035bc211e44d Author: Jason Milkins Commit: Jason Milkins Revert "0.2.15 Insert missing spec(s)" This reverts commit 167cdcedb1d7a554683c83506561eecd644a82cf. --- autothemer.el | 64 --

[nongnu] elpa/autothemer updated (f1489cc976 -> d4bd4427f5)

2023-04-14 Thread ELPA Syncer
elpasync pushed a change to branch elpa/autothemer. from f1489cc976 Add my theme (#27) new 167cdcedb1 0.2.15 Insert missing spec(s) new f7ea601387 Add function to find the autothemer source new 2f1914d574 Revert "Add function to find the autothemer source" new

[nongnu] elpa/autothemer d4bd4427f5 5/5: Revert "Add my theme (#27)"

2023-04-14 Thread ELPA Syncer
branch: elpa/autothemer commit d4bd4427f541b7a0803a9ef849cc935c0f86df17 Author: Jason Milkins Commit: Jason Milkins Revert "Add my theme (#27)" This reverts commit f1489cc976dd4f4ae825d33a5e63a301dfa904a3. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b

[nongnu] elpa/autothemer f7ea601387 2/5: Add function to find the autothemer source

2023-04-14 Thread ELPA Syncer
branch: elpa/autothemer commit f7ea6013874878d151a9436a14633f88d38348a4 Author: Jason Milkins Commit: Jason Milkins Add function to find the autothemer source We'll move the hardcoded templates into the source folder, and test that we can find them in the next version. --- auto

[nongnu] elpa/autothemer 2f1914d574 3/5: Revert "Add function to find the autothemer source"

2023-04-14 Thread ELPA Syncer
branch: elpa/autothemer commit 2f1914d574036c38704d65a9652b00d4f8a7bd9b Author: Jason Milkins Commit: Jason Milkins Revert "Add function to find the autothemer source" This reverts commit f7ea6013874878d151a9436a14633f88d38348a4. --- autothemer.el | 18 +

[elpa] externals/org 9607226610: org-export--prune-tree: Ensure spaces when removing objects

2023-04-14 Thread ELPA Syncer
branch: externals/org commit 960722661080698e363dd977453599a3ec89b046 Author: Ihor Radchenko Commit: Ihor Radchenko org-export--prune-tree: Ensure spaces when removing objects * lisp/ox.el (org-export--prune-tree): If the removed object has trailing spaces and previous object do

[elpa] externals/jinx 03721c0380: jinx--check-region: Move forward or backward to word boundary

2023-04-14 Thread ELPA Syncer
branch: externals/jinx commit 03721c03805f87126dcd54174ceeb3b1384e2e37 Author: Daniel Mendler Commit: Daniel Mendler jinx--check-region: Move forward or backward to word boundary --- jinx.el | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/jinx.el b/jinx.el ind

[nongnu] elpa/solarized-theme 023b0de812 1/2: Use extra-light instead of thin for line numbers

2023-04-14 Thread ELPA Syncer
branch: elpa/solarized-theme commit 023b0de812dfef606bcb1679b7e8a40b3afc90e3 Author: Tim Ruffing Commit: Thomas Frössman Use extra-light instead of thin for line numbers #305 was a great but thin is *too* thin for fonts which support many weights. This replaces thin by extra-lig

[nongnu] elpa/solarized-theme updated (94e7c342da -> 3fc985e8b3)

2023-04-14 Thread ELPA Syncer
elpasync pushed a change to branch elpa/solarized-theme. from 94e7c342da Add 'ansi-color-*' faces for Emacs 28.1 new 023b0de812 Use extra-light instead of thin for line numbers new 3fc985e8b3 update terraform faces for name changes in terraform-mode Summary of changes: so

[nongnu] elpa/solarized-theme 3fc985e8b3 2/2: update terraform faces for name changes in terraform-mode

2023-04-14 Thread ELPA Syncer
branch: elpa/solarized-theme commit 3fc985e8b31a975ef9b983c53f691cf48e1e0899 Author: Thomas Frössman Commit: Thomas Frössman update terraform faces for name changes in terraform-mode --- solarized-faces.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solarized-f

[nongnu] elpa/minibar updated (2f059a8f8a -> 22831489d3)

2023-04-14 Thread ELPA Syncer
elpasync pushed a change to branch elpa/minibar. from 2f059a8f8a Bump version to 0.2 new 4975e5012c Fix typo in face in temperature module new 22831489d3 Bump version to 0.3 Summary of changes: minibar.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[nongnu] elpa/minibar 4975e5012c 1/2: Fix typo in face in temperature module

2023-04-14 Thread ELPA Syncer
branch: elpa/minibar commit 4975e5012c8d0747173a4c21c245e7af56f90623 Author: Akib Azmain Turja Commit: Akib Azmain Turja Fix typo in face in temperature module --- minibar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minibar.el b/minibar.el index f8b205346b..7b

[nongnu] elpa/minibar 22831489d3 2/2: Bump version to 0.3

2023-04-14 Thread ELPA Syncer
branch: elpa/minibar commit 22831489d3bbc22aef315c0f003bf3756b8889fa Author: Akib Azmain Turja Commit: Akib Azmain Turja Bump version to 0.3 --- minibar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minibar.el b/minibar.el index 7b176d7696..160f24e375 100644 --- a/m

[nongnu] elpa/proof-general dac9b5d32e 1/2: ci/coq-tests: expect 060_coq-test-wholefile to fail for 8.17

2023-04-14 Thread ELPA Syncer
branch: elpa/proof-general commit dac9b5d32ec1404d35e3dd83070591806f8977b0 Author: Hendrik Tews Commit: hendriktews ci/coq-tests: expect 060_coq-test-wholefile to fail for 8.17 See also #698. --- ci/coq-tests.el | 2 ++ coq/coq-system.el | 12 2 files changed, 14 in

[nongnu] elpa/proof-general e7aad1df36 2/2: CI: update Coq/Emacs versions used in CI to latest versions

2023-04-14 Thread ELPA Syncer
branch: elpa/proof-general commit e7aad1df36375284c65b496a44d346b047c01773 Author: Hendrik Tews Commit: hendriktews CI: update Coq/Emacs versions used in CI to latest versions --- .github/workflows/test.yml | 162 + 1 file changed, 75 insertions(+

[nongnu] elpa/proof-general updated (911cf014b8 -> e7aad1df36)

2023-04-14 Thread ELPA Syncer
elpasync pushed a change to branch elpa/proof-general. from 911cf014b8 test-omit-proofs: skip for Coq 8.8 or older new dac9b5d32e ci/coq-tests: expect 060_coq-test-wholefile to fail for 8.17 new e7aad1df36 CI: update Coq/Emacs versions used in CI to latest versions Summa

[nongnu] elpa/cider 36a90c41c6: [Doc] Add a note about the REPL utils and similar CIDER commands

2023-04-14 Thread ELPA Syncer
branch: elpa/cider commit 36a90c41c617a5da9473200ccdb07e53eec7172b Author: Bozhidar Batsov Commit: Bozhidar Batsov [Doc] Add a note about the REPL utils and similar CIDER commands --- doc/modules/ROOT/pages/repl/basic_usage.adoc | 4 1 file changed, 4 insertions(+) diff --git a/doc/mo