[elpa] externals/a68-mode 12808af7a8 1/2: Expand SMIE grammar to clauses, formulae and units

2025-04-27 Thread ELPA Syncer
branch: externals/a68-mode commit 12808af7a8f4bcd0e108dc8d249637f75d314032 Author: Jose E. Marchesi Commit: Jose E. Marchesi Expand SMIE grammar to clauses, formulae and units --- a68-mode.el | 193 +--- 1 file changed, 147 insertions(

[elpa] externals/a68-mode updated (0135287d6c -> f86ee85b0c)

2025-04-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/a68-mode. from 0135287d6c Syntax and indentation support for pragmats new 12808af7a8 Expand SMIE grammar to clauses, formulae and units new f86ee85b0c Expand SMIE grammar: selections Summary of changes: a68-mode.el | 193 ++

[nongnu] elpa/vm 9cbccaa5e5 2/2: Merge branch 'main' into 'main'

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit 9cbccaa5e559241b384f52750181871f3f26976b Merge: 7df08867c2 d563c6e814 Author: Mark Diekhans Commit: Mark Diekhans Merge branch 'main' into 'main' Fixed regression in vm-submit-bug-report and improve bug submission documentation a bit See merge reques

[nongnu] elpa/vm d563c6e814 1/2: Fixed regression in vm-submit-bug-report and improve bug submission documentation a bit

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit d563c6e814be319a15ee35275fbfd818c125447f Author: Mark Diekhans Commit: Mark Diekhans Fixed regression in vm-submit-bug-report and improve bug submission documentation a bit --- README.md | 12 lisp/vm.el | 18 -- 2 files changed, 20 inse

[elpa] externals/phps-mode c0e03fef95 04/19: Updated language production comments

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit c0e03fef95adb53496a02eddcc50983f8a79d3ac Author: Christian Johansson Commit: Christian Johansson Updated language production comments --- phps-mode-parser-sdt.el | 1051 --- 1 file changed, 536 insertions(+), 515

[elpa] externals/phps-mode f43ca2938b 13/19: SDT to 355

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit f43ca2938b966de277f79be5a17eaa591b0c7b12 Author: Christian Johansson Commit: Christian Johansson SDT to 355 --- phps-mode-parser-sdt.el | 222 phps-mode-syntax-color-generator.el | 3 + 2 files changed, 12

[elpa] externals/phps-mode 72e05256f1 15/19: More Parser SDT to 444

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 72e05256f18abd3a34378aae42005269c86e4c81 Author: Christian Johansson Commit: Christian Johansson More Parser SDT to 444 --- phps-mode-parser-sdt.el | 262 +--- 1 file changed, 137 insertions(+), 125 deletions(-)

[elpa] externals/phps-mode 08589687eb 18/19: Implemented new unit tests for PHP 8.4

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 08589687eb02c25122ad3422562998b4bf0a613c Author: Christian Johansson Commit: Christian Johansson Implemented new unit tests for PHP 8.4 --- test/phps-mode-test-parser.el | 85 ++- 1 file changed, 83 insertions(+), 2

[elpa] externals/phps-mode ff5fbd617d 19/19: Updated modified date, version and documentation

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit ff5fbd617d8e67f14f8928fd21f4de56bead987a Author: Christian Johansson Commit: Christian Johansson Updated modified date, version and documentation --- README.md| 4 ++-- phps-mode.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git

[elpa] externals/phps-mode 458a6e97d1 16/19: Review all SDT rules first run

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 458a6e97d1fd5e91751987870961de892e1734ea Author: Christian Johansson Commit: Christian Johansson Review all SDT rules first run --- phps-mode-parser-sdt.el | 719 1 file changed, 356 insertions(+), 363 delet

[elpa] externals/phps-mode 789942bfc1 10/19: More work on PHP 8.4 SDT rules

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 789942bfc1244fc8d2f9939a3c8183bcc4d8351d Author: Christian Johansson Commit: Christian Johansson More work on PHP 8.4 SDT rules --- phps-mode-parser-sdt.el | 772 1 file changed, 387 insertions(+), 385 delet

[elpa] externals/phps-mode 9c3eec3425 01/19: Started on generation of PHP 8.4 grammar

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 9c3eec3425bade766581f777416a36edc0f07853 Author: Christian Johansson Commit: Christian Johansson Started on generation of PHP 8.4 grammar --- Makefile | 4 ++-- phps-mode-automation-parser-generator.el | 2 +- 2 files change

[elpa] externals/phps-mode updated (6a44501e58 -> ff5fbd617d)

2025-04-27 Thread Christian Johansson
cjohansson pushed a change to branch externals/phps-mode. from 6a44501e58 Updated Copyright years and version new 9c3eec3425 Started on generation of PHP 8.4 grammar new 9eedde785e Improved the resume data output to avoid OS to kill process new 648d390ad4 Updated pa

[elpa] externals/phps-mode c5b38cde25 07/19: Merge branch 'master' into feature/php-8.4

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit c5b38cde25422e4ddabd8345e58e6c82accd305a Merge: 9e24e2121d 03c89be14f Author: Christian Johansson Commit: Christian Johansson Merge branch 'master' into feature/php-8.4 --- .gitignore | 3 +++ admin/phps-mode-automation.el

[elpa] externals/phps-mode 884c66f1bc 09/19: Added lexer initial state to parser and also better error descriptions when SDT fails

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 884c66f1bcfd837aa2a02240fd39f0cfd68b5c7b Author: Christian Johansson Commit: Christian Johansson Added lexer initial state to parser and also better error descriptions when SDT fails --- phps-mode-parser.el | 64 +++

[elpa] externals/phps-mode 03c89be14f 06/19: Ignoring files

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 03c89be14f59a672ae54cd198eef3e5559691a3a Author: Christian Johansson Commit: Christian Johansson Ignoring files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 034d56c76d..f2ccac532d 100644 --- a/.gitigno

[elpa] externals/phps-mode 9e24e2121d 05/19: Started new lexer

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 9e24e2121ddcc54839ba178e2139eb4baf84360b Author: Christian Johansson Commit: Christian Johansson Started new lexer --- phps-mode-lexer-generator.el | 28 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/phps-mode-

[elpa] externals/phps-mode 648d390ad4 03/19: Updated parser to PHP 8.4

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 648d390ad40d12bdfc8d097064898a32deca1058 Author: Christian Johansson Commit: Christian Johansson Updated parser to PHP 8.4 --- phps-mode-parser.el | 66 +++-- 1 file changed, 13 insertions(+), 53 deletions(-)

[elpa] externals/phps-mode fb1fd26193 17/19: Passing all old unit tests

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit fb1fd2619306a4b055b7c210fd35f77a38a1441d Author: Christian Johansson Commit: Christian Johansson Passing all old unit tests --- phps-mode-parser-sdt.el | 88 +++-- 1 file changed, 71 insertions(+), 17 deletions(-

[elpa] externals/phps-mode 5d0764e69e 08/19: Finished reviewing lexer for PHP 8.4

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 5d0764e69e9036028c7ca5d24e406b0aaab0016e Author: Christian Johansson Commit: Christian Johansson Finished reviewing lexer for PHP 8.4 --- phps-mode-lexer-generator.el| 23 +-- phps-mode-syntax-color-generator.el | 1 + 2 files

[elpa] externals/phps-mode 511a1926ec 11/19: More parser sdt rules

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 511a1926ecef1827933065499b1a6f93e46718ef Author: Christian Johansson Commit: Christian Johansson More parser sdt rules --- phps-mode-parser-sdt.el | 92 - 1 file changed, 46 insertions(+), 46 deletions(-) di

[elpa] externals/phps-mode 9eedde785e 02/19: Improved the resume data output to avoid OS to kill process

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 9eedde785ee2671ee0b6d6a35d742339cd63c564 Author: Christian Johansson Commit: Christian Johansson Improved the resume data output to avoid OS to kill process --- admin/phps-mode-automation.el | 80 --- 1 file changed,

[elpa] externals/phps-mode 7522a1fa37 14/19: More SDT work

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit 7522a1fa37e26837a827ae0f0430744298ded1be Author: Christian Johansson Commit: Christian Johansson More SDT work --- phps-mode-parser-sdt.el | 79 ++--- 1 file changed, 49 insertions(+), 30 deletions(-) diff --git

[elpa] externals/phps-mode f1c1bf1658 12/19: Parser SDT to 303 of 605 rules

2025-04-27 Thread Christian Johansson
branch: externals/phps-mode commit f1c1bf1658c39c9a9e1f8a19e611c0fdc6a06c0b Author: Christian Johansson Commit: Christian Johansson Parser SDT to 303 of 605 rules --- phps-mode-parser-sdt.el | 92 - 1 file changed, 46 insertions(+), 46 deletio

[elpa] externals/marginalia 0308ea0439: elpaignore .elpaignore

2025-04-27 Thread ELPA Syncer
branch: externals/marginalia commit 0308ea04390c86152b5e6f1cee19a41a15e9775b Author: Daniel Mendler Commit: Daniel Mendler elpaignore .elpaignore --- .elpaignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.elpaignore b/.elpaignore index c9805fa766..aa9d275b8a 100644 --- a/.elpaigno

[nongnu] elpa/dirvish e8ec5765da 2/2: refactor(core): remove redundant `revert-buffer` during selecting

2025-04-27 Thread ELPA Syncer
branch: elpa/dirvish commit e8ec5765da1284be88b0cbf190362205a31fb19a Author: Alex Lu Commit: Alex Lu refactor(core): remove redundant `revert-buffer` during selecting This is redundant now as we are keeping track of `dired-buffers`, Dired takes care of the buffer refreshing. --

[nongnu] elpa/editorconfig d2beb3ec2e: fix: Warning missing lexical-binding cookie (#370)

2025-04-27 Thread ELPA Syncer
branch: elpa/editorconfig commit d2beb3ec2e7f84505818594124a7202d5d6d0185 Author: Jen-Chieh Shen Commit: GitHub fix: Warning missing lexical-binding cookie (#370) --- Eask | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Eask b/Eask index aa38436820..7ec8503387 100644 --- a/Eask +++ b/

[nongnu] elpa/clojure-ts-mode 91b243141a: Small README tweaks

2025-04-27 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 91b243141a1828b9ee3a3b9e9125b57a90240a06 Author: Bozhidar Batsov Commit: Bozhidar Batsov Small README tweaks --- README.md | 36 ++-- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md ind

[nongnu] elpa/dirvish b17fdcb239 1/2: fix(core): ensure preview initialization

2025-04-27 Thread ELPA Syncer
branch: elpa/dirvish commit b17fdcb23947f2512d80b693da3d74f93f24f0ff Author: Alex Lu Commit: Alex Lu fix(core): ensure preview initialization --- dirvish.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dirvish.el b/dirvish.el index 7f5f905bcb..8a00695d9f 100644 --- a/dirvish.el +++ b

[nongnu] elpa/dirvish updated (cd235f87ec -> e8ec5765da)

2025-04-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/dirvish. from cd235f87ec chore: update changelog new b17fdcb239 fix(core): ensure preview initialization new e8ec5765da refactor(core): remove redundant `revert-buffer` during selecting Summary of changes: dirvish.el | 7 +-- 1

[nongnu] elpa/aidermacs 9eef7a26e5: Bump to v1.3

2025-04-27 Thread ELPA Syncer
branch: elpa/aidermacs commit 9eef7a26e50669b5fea16ede7bbf9a11848dba4d Author: Mingde (Matthew) Zeng Commit: Mingde (Matthew) Zeng Bump to v1.3 Signed-off-by: Mingde (Matthew) Zeng --- CHANGELOG.md| 35 +++ aidermacs-backend-comint.e

[nongnu] elpa/vm 7df08867c2 2/2: Merge branch 'main' into 'main'

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit 7df08867c2a2992263ebcf779e026bdbce349d01 Merge: 6ada98940a a627df13ed Author: Mark Diekhans Commit: Mark Diekhans Merge branch 'main' into 'main' Handle cases where vm-version variable is nil. vm-version funcion will return "unknown" See merge reques

[nongnu] elpa/vm a627df13ed 1/2: Handle cases where vm-version variable is nil. vm-version funcion will return "unknown"

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit a627df13ed7cf7d4284ef55d662b36ff8b22735d Author: Mark Diekhans Commit: Mark Diekhans Handle cases where vm-version variable is nil. vm-version funcion will return "unknown" --- lisp/vm-vars.el| 2 +- lisp/vm-version.el | 8 2 files changed, 5 insertions(

[elpa] externals/hyperbole 0619ec03a8 3/4: hywiki-add-bookmark - Fix to add bookmark properly

2025-04-27 Thread ELPA Syncer
branch: externals/hyperbole commit 0619ec03a898a6561b881008cf5aa3533487c755 Author: bw Commit: bw hywiki-add-bookmark - Fix to add bookmark properly hywiki-word-at - With :range arg, ensure existing HyWikiWord at point is highlighted properly. hywiki-tests--save-referen

[elpa] externals/hyperbole 06608abdf9 1/4: hpath:file-position-to-line-and-column: Fix shorten path default-dir

2025-04-27 Thread ELPA Syncer
branch: externals/hyperbole commit 06608abdf9d069a14579f950bf909f15506fc5f8 Author: bw Commit: bw hpath:file-position-to-line-and-column: Fix shorten path default-dir hbut.el (ibut:insert-text): Remove duplicate 'actypes::link-to-file' clause. --- ChangeLog | 7 +++ hbut.e

[elpa] externals/hyperbole updated (540c4a3d74 -> 430afa38fd)

2025-04-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from 540c4a3d74 add hypb smerge (#716) new 06608abdf9 hpath:file-position-to-line-and-column: Fix shorten path default-dir new 384b76d906 Merge branch 'master' into rsw new 0619ec03a8 hywiki-add-bookmark - Fix

[nongnu] elpa/haskell-ts-mode c0282099bf: Moving readme from org to markdown

2025-04-27 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit c0282099bffa8e3584baeed4327aadb1fd934018 Author: Pranshu Sharma Commit: Pranshu Sharma Moving readme from org to markdown We don't need that org functionality, plus it will make it easier for devleoprs and less buggy for users to mirror it on

[elpa] externals/hyperbole 430afa38fd 4/4: Merge pull request #718 from rswgnu/rsw

2025-04-27 Thread ELPA Syncer
branch: externals/hyperbole commit 430afa38fd7d14c19700b4bc788a227984bea80c Merge: 540c4a3d74 0619ec03a8 Author: Robert Weiner Commit: GitHub Merge pull request #718 from rswgnu/rsw hywiki-add-bookmark - Fix to add bookmark properly @rswgnu --- ChangeLog| 37 +++

[elpa] externals-release/org 79781bac69: Update version number for the 9.7.29 release

2025-04-27 Thread ELPA Syncer
branch: externals-release/org commit 79781bac69896150fd617e5fde65905fa4822b72 Author: Ihor Radchenko Commit: Ihor Radchenko Update version number for the 9.7.29 release --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 084e02

[elpa] externals/org 829b3556d7: Improve support for weekday-less timestamps

2025-04-27 Thread ELPA Syncer
branch: externals/org commit 829b3556d725d6417c27504589a4431d6e4ef4ac Author: Jens Schmidt Commit: Ihor Radchenko Improve support for weekday-less timestamps * lisp/org.el (org-ts-regexp1, org-timestamp-formats): Doc fixes. (org-timestamp-change): Test for presence of optional g

[elpa] externals/hyperbole 384b76d906 2/4: Merge branch 'master' into rsw

2025-04-27 Thread ELPA Syncer
branch: externals/hyperbole commit 384b76d90689673b5c156d5d4ca8c470cd568273 Merge: 06608abdf9 540c4a3d74 Author: bw Commit: bw Merge branch 'master' into rsw --- ChangeLog | 77 ++ hibtypes.el| 23 +++- hsy

[elpa] externals/doc-view-follow 0393bfc9cd 2/2: * doc-view-follow.el: Bump version to 0.3.2

2025-04-27 Thread ELPA Syncer
branch: externals/doc-view-follow commit 0393bfc9cdbec698201c9c69c247b201558f8511 Author: Paul Nelson Commit: Paul Nelson * doc-view-follow.el: Bump version to 0.3.2 --- doc-view-follow.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-view-follow.el b/doc-view-foll

[elpa] externals/hyperbole updated (430afa38fd -> 1b449389ab)

2025-04-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from 430afa38fd Merge pull request #718 from rswgnu/rsw new 936198bb71 Add texi docs for smerge and smart magit ibtype (#717) new f66c215da1 Use or (#719) new d9f0782392 hyrolo.el - disable hywiki-mode; hypb:in-

[elpa] externals/hyperbole 936198bb71 1/4: Add texi docs for smerge and smart magit ibtype (#717)

2025-04-27 Thread ELPA Syncer
branch: externals/hyperbole commit 936198bb718ebd443c0fca717280355df5df56c5 Author: Mats Lidell Commit: GitHub Add texi docs for smerge and smart magit ibtype (#717) --- ChangeLog | 5 + hibtypes.el| 12 +++- hui-mouse.el | 8 +--- man/hyperbole.texi

[elpa] externals/hyperbole f66c215da1 2/4: Use or (#719)

2025-04-27 Thread ELPA Syncer
branch: externals/hyperbole commit f66c215da1447c7437467621195e6bda22ed623d Author: Mats Lidell Commit: GitHub Use or (#719) --- ChangeLog | 4 hibtypes.el | 18 +++--- hywiki.el | 6 ++ 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/

[elpa] externals/hyperbole 1b449389ab 4/4: Merge pull request #720 from rswgnu/rsw

2025-04-27 Thread ELPA Syncer
branch: externals/hyperbole commit 1b449389ab9099bc2cde75f2071e851c1c97bd0b Merge: f66c215da1 d9f0782392 Author: Robert Weiner Commit: GitHub Merge pull request #720 from rswgnu/rsw hyrolo.el - disable hywiki-mode; hypb:in-string-p - save match data --- ChangeLog| 8 +++

[elpa] externals/hyperbole d9f0782392 3/4: hyrolo.el - disable hywiki-mode; hypb:in-string-p - save match data

2025-04-27 Thread ELPA Syncer
branch: externals/hyperbole commit d9f07823920620cf748286f30a6e6bea830e27b4 Author: bw Commit: bw hyrolo.el - disable hywiki-mode; hypb:in-string-p - save match data --- ChangeLog| 8 hypb.el | 9 + hyrolo.el| 4 +++- hywiki.el

[elpa] externals/doc-view-follow 692b5f436f 1/2: Fix compatibility issue with follow-mode-prefix-key

2025-04-27 Thread ELPA Syncer
branch: externals/doc-view-follow commit 692b5f436feebb74e1e69c96f9931d6a9eb8aace Author: Paul Nelson Commit: Paul Nelson Fix compatibility issue with follow-mode-prefix-key * doc-view-follow.el (doc-view-follow-mode-prefix-key) (doc-view-follow--update-prefix-key): Use follow-m

[elpa] externals/doc-view-follow updated (78f18efb3d -> 0393bfc9cd)

2025-04-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/doc-view-follow. from 78f18efb3d Bump version to 0.3.1 new 692b5f436f Fix compatibility issue with follow-mode-prefix-key new 0393bfc9cd * doc-view-follow.el: Bump version to 0.3.2 Summary of changes: doc-view-follow.el | 34 ++

[elpa] externals/org fefc6711b3 2/2: org-src-font-lock-fontify-block: Gracefully recover from fontification failure

2025-04-27 Thread ELPA Syncer
branch: externals/org commit fefc6711b30e20b067432483977161f91b66e12a Author: Ihor Radchenko Commit: Ihor Radchenko org-src-font-lock-fontify-block: Gracefully recover from fontification failure * lisp/org-src.el (org-src-font-lock-fontify-block): When native fontification fail

[elpa] externals/org-modern 032201b591: org-modern-hide-stars: Do not hide stars when org-indent-mode is enabled

2025-04-27 Thread ELPA Syncer
branch: externals/org-modern commit 032201b5916297f20e254e78993676d8bb41066d Author: Daniel Mendler Commit: Daniel Mendler org-modern-hide-stars: Do not hide stars when org-indent-mode is enabled --- CHANGELOG.org | 3 ++- org-modern.el | 29 ++--- 2 files changed,

[elpa] externals/org 231a81f4b6 1/2: org-fontify-meta-lines-and-block: Do not use `condition-case-unless-debug'

2025-04-27 Thread ELPA Syncer
branch: externals/org commit 231a81f4b66722385ea491f07423c5fe6c0b825a Author: Ihor Radchenko Commit: Ihor Radchenko org-fontify-meta-lines-and-block: Do not use `condition-case-unless-debug' * lisp/org.el (org-fontify-meta-lines-and-blocks): Revert previous change from `conditio

[elpa] externals/org updated (829b3556d7 -> fefc6711b3)

2025-04-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 829b3556d7 Improve support for weekday-less timestamps new 231a81f4b6 org-fontify-meta-lines-and-block: Do not use `condition-case-unless-debug' new fefc6711b3 org-src-font-lock-fontify-block: Gracefully recover from f

[nongnu] elpa/helm d8f260235b: Change default value of helm-M-x-exclude-unusable-commands-in-mode

2025-04-27 Thread ELPA Syncer
branch: elpa/helm commit d8f260235bad16a496c0f54cb22edd24c75944c3 Author: Thierry Volpiatto Commit: Thierry Volpiatto Change default value of helm-M-x-exclude-unusable-commands-in-mode It is now enabled by default. --- helm-command.el | 2 +- 1 file changed, 1 insertion(+), 1 delet

[nongnu] elpa/vm 6ada98940a 8/8: Merge branch 'main' into 'main'

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit 6ada98940a73108744e7bbfc8831eda7eb5ec64a Merge: 1e96a3c67b b845c4b1d4 Author: Mark Diekhans Commit: Mark Diekhans Merge branch 'main' into 'main' switch to storing version and commit in a generate .el instead of text files... Closes #312 See

[nongnu] elpa/vm 11eac8b74f 1/8: a bit of reorg for developer doc and tools

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit 11eac8b74f8af3793743286e82b5c200dd708e17 Author: Mark Diekhans Commit: Mark Diekhans a bit of reorg for developer doc and tools --- .gitignore| 3 +-- {design => dev-docs/design}/elp-stuff-folder-data.txt | 0 {design => d

[nongnu] elpa/vm c0243a1903 5/8: switch to storing version and commit in a generate .el instead of text files to parse. Includes untest code to get version from package manager if installed as a packa

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit c0243a1903a48ab85d2ad2c3a9e0c3ec0f350485 Author: Mark Diekhans Commit: Mark Diekhans switch to storing version and commit in a generate .el instead of text files to parse. Includes untest code to get version from package manager if installed as a package --- .gitig

[nongnu] elpa/vm updated (1e96a3c67b -> 6ada98940a)

2025-04-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/vm. from 1e96a3c67b Merge branch 'main' into 'main' new 11eac8b74f a bit of reorg for developer doc and tools new e4f13c0d36 convert autoload find program to python3 new 82a005ce9d Merge branch vm:main into main new 880

[nongnu] elpa/vm e4f13c0d36 2/8: convert autoload find program to python3

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit e4f13c0d36ae209eea0cf02ca11b234b4ee2d017 Author: Mark Diekhans Commit: Mark Diekhans convert autoload find program to python3 --- dev-tools/autoloads.py | 155 - 1 file changed, 75 insertions(+), 80 deletions(-) diff --

[nongnu] elpa/vm 8803391d81 4/8: remove old shell script to get bzr version

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit 8803391d81a00b40e8050cdb4717811045632f2f Author: Mark Diekhans Commit: Mark Diekhans remove old shell script to get bzr version --- getversion.sh | 26 -- 1 file changed, 26 deletions(-) diff --git a/getversion.sh b/getversion.sh deleted file

[nongnu] elpa/vm 913ae6ed4b 6/8: fixed regression in install

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit 913ae6ed4b4f026e77f1772d36e18e2deb4924cb Author: Mark Diekhans Commit: Mark Diekhans fixed regression in install --- lisp/Makefile.in | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 1c3e0cc4ec.

[nongnu] elpa/vm 82a005ce9d 3/8: Merge branch vm:main into main

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit 82a005ce9d158d767d0ccc5f16900a03e53d506a Merge: e4f13c0d36 1e96a3c67b Author: Mark Diekhans Commit: Mark Diekhans Merge branch vm:main into main

[nongnu] elpa/vm b845c4b1d4 7/8: use a message rather than an warn if version or commit is not avaliable

2025-04-27 Thread ELPA Syncer
branch: elpa/vm commit b845c4b1d40d6c358e2337e62fbf4cef1b3af2ad Author: Mark Diekhans Commit: Mark Diekhans use a message rather than an warn if version or commit is not avaliable --- lisp/vm-version.el | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

[elpa] externals/a68-mode f86ee85b0c 2/2: Expand SMIE grammar: selections

2025-04-27 Thread ELPA Syncer
branch: externals/a68-mode commit f86ee85b0cd2d19b0f72b069cf1012970f73831c Author: Jose E. Marchesi Commit: Jose E. Marchesi Expand SMIE grammar: selections --- a68-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a68-mode.el b/a68-mode.el index 570ba00fe6..be

[elpa] externals/a68-mode 6550773410: Fix logic in a68-at-post-unit

2025-04-27 Thread ELPA Syncer
branch: externals/a68-mode commit 655077341012552fa400f6e82349eb736773e39d Author: Jose E. Marchesi Commit: Jose E. Marchesi Fix logic in a68-at-post-unit --- a68-mode.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/a68-mode.el b/a68-mode.el index befb22d96c..

[elpa] externals/diff-hl bf92de54a7 2/7: [ci skip] Fix name

2025-04-27 Thread ELPA Syncer
branch: externals/diff-hl commit bf92de54a7a0deda56c9555866d506084b353cca Author: Dmitry Gutov Commit: Dmitry Gutov [ci skip] Fix name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6

[elpa] externals/diff-hl 22710e8c07 1/7: Add GH action to run the tests

2025-04-27 Thread ELPA Syncer
branch: externals/diff-hl commit 22710e8c0765cfb016cde49a68e43087dcc5b424 Author: Dmitry Gutov Commit: Dmitry Gutov Add GH action to run the tests --- .github/workflows/ci.yml | 39 +++ 1 file changed, 39 insertions(+) diff --git a/.github/workflows/ci.y

[elpa] externals/diff-hl 424d3b7cef 5/7: Skip a test in Emacs 26

2025-04-27 Thread ELPA Syncer
branch: externals/diff-hl commit 424d3b7cef3f92566f5058b467c5db786b74babe Author: Dmitry Gutov Commit: Dmitry Gutov Skip a test in Emacs 26 --- test/diff-hl-test.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/diff-hl-test.el b/test/diff-hl-test.el index 5aada2727a..231f6d4a5a 1

[elpa] externals/diff-hl a45d2650f7 4/7: Fix Emacs < 28 compat

2025-04-27 Thread ELPA Syncer
branch: externals/diff-hl commit a45d2650f7e8faf899edd7d0ef0a0f8abb13250c Author: Dmitry Gutov Commit: Dmitry Gutov Fix Emacs < 28 compat --- diff-hl.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/diff-hl.el b/diff-hl.el index 99c79718d7..0f73c5883b 100644 --- a/

[elpa] externals/diff-hl 6cc23ae06a 6/7: Use skip-unless

2025-04-27 Thread ELPA Syncer
branch: externals/diff-hl commit 6cc23ae06aee6cb96698c047d96eb9a09efd82c1 Author: Dmitry Gutov Commit: Dmitry Gutov Use skip-unless --- test/diff-hl-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/diff-hl-test.el b/test/diff-hl-test.el index 231f6d4a5a..f6ca

[elpa] externals/diff-hl ed47dc1812 7/7: Add CI bade

2025-04-27 Thread ELPA Syncer
branch: externals/diff-hl commit ed47dc181224c0c6225886b191cd071dc6d29f73 Author: Dmitry Gutov Commit: Dmitry Gutov Add CI bade --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b9d87157..5d090f9266 100644 --- a/README.md +++ b/R

[elpa] externals/diff-hl updated (7440baa9b1 -> ed47dc1812)

2025-04-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/diff-hl. from 7440baa9b1 diff-hl-stage-current-hunk: Force reference revision to last commit new 22710e8c07 Add GH action to run the tests new bf92de54a7 [ci skip] Fix name new 6a9eca24c1 Make sure to exit 2 when tests fa

[elpa] externals/diff-hl 6a9eca24c1 3/7: Make sure to exit 2 when tests fail

2025-04-27 Thread ELPA Syncer
branch: externals/diff-hl commit 6a9eca24c1d0d0a8042002e6372e928216057947 Author: Dmitry Gutov Commit: Dmitry Gutov Make sure to exit 2 when tests fail --- Makefile | 2 +- test/diff-hl-test.el | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Mak