[elpa] externals/dape updated (d1a96de51c -> 3c9a068df1)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/dape. from d1a96de51c Add "attach to already running Node process" js config (#80) new 2bce298d31 Add "Hits" to breakpoint info buffer new 3c9a068df1 Add hit logic comment Summary of changes: dape.el | 126

[elpa] externals/dape 3c9a068df1 2/2: Add hit logic comment

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit 3c9a068df125ae3bd3a492bb3d2d2cf357fd3673 Author: Daniel Pettersson Commit: Daniel Pettersson Add hit logic comment --- dape.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dape.el b/dape.el index 9e64da27ff..99db81eba9 100644 --- a/dape.el +++ b/dape.e

[elpa] externals/dape 2bce298d31 1/2: Add "Hits" to breakpoint info buffer

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit 2bce298d3135705aa5fd03bab191f567d4e2b5f8 Author: Daniel Pettersson Commit: Daniel Pettersson Add "Hits" to breakpoint info buffer * Shorted types in dape-info-breakpoints-mode revert-buffer * If hits are sent in stopped event add to breakpoint overl

[elpa] externals/devdocs ede749ddab: Fix bug introduced in d9e295a8

2024-03-25 Thread ELPA Syncer
branch: externals/devdocs commit ede749ddab2a5a74a6ff927d7ad13cf2bf92ea76 Author: Augusto Stoffel Commit: Augusto Stoffel Fix bug introduced in d9e295a8 --- devdocs.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/devdocs.el b/devdocs.el index 42c9fa86ff..

[elpa] externals/org updated (6652ee7be9 -> 16f7021c75)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 6652ee7be9 Merge branch 'bugfix' new 656531edbe org-html-style-default: Fix XHTML validation failing new 16f7021c75 Merge branch 'bugfix' Summary of changes: lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 d

[elpa] externals/org 16f7021c75: Merge branch 'bugfix'

2024-03-25 Thread ELPA Syncer
branch: externals/org commit 16f7021c7578973b7ecd6b98041812fd1536cc9b Merge: 6652ee7be9 656531edbe Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el b/lisp/ox-html.el in

[elpa] externals-release/org 656531edbe: org-html-style-default: Fix XHTML validation failing

2024-03-25 Thread ELPA Syncer
branch: externals-release/org commit 656531edbe1b0f3a64c72c49e5e032514331f158 Author: Ihor Radchenko Commit: Ihor Radchenko org-html-style-default: Fix XHTML validation failing * lisp/ox-html.el (org-html-style-default): Provide mandatory attribute type for style tag. R

[nongnu] elpa/evil-surround da05c60b06 3/3: Fix tests

2024-03-25 Thread ELPA Syncer
branch: elpa/evil-surround commit da05c60b0621cf33161bb4335153f75ff5c29d91 Author: Tom Dalziel Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Fix tests --- test/evil-surround-test.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/evil-surround-t

[nongnu] elpa/evil-surround f686037a1a 1/3: treewide: add "lexical-binding" directive

2024-03-25 Thread ELPA Syncer
branch: elpa/evil-surround commit f686037a1a694bbfb379e61cc654cabc826e5771 Author: Konstantin Kharlamov Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> treewide: add "lexical-binding" directive Fixes a bunch of warnings like: test/elpa.el:1:1: Warning: file ha

[nongnu] elpa/evil-surround 14dc693ed9 2/3: evil-surround.el: replace looking-at with looking-at-p

2024-03-25 Thread ELPA Syncer
branch: elpa/evil-surround commit 14dc693ed971053feb9596d4bc1b1de0b0006584 Author: Konstantin Kharlamov Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> evil-surround.el: replace looking-at with looking-at-p We don't use the match-data in the function, so let's call th

[nongnu] elpa/evil-surround updated (c7116cdc77 -> da05c60b06)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/evil-surround. from c7116cdc77 Fix some grammar quirks in readme.org new f686037a1a treewide: add "lexical-binding" directive new 14dc693ed9 evil-surround.el: replace looking-at with looking-at-p new da05c60b06 Fix tests Summ

[elpa] externals/denote db5acd3317 1/4: Fix regression to make denote-link not fail in Org capture buffers

2024-03-25 Thread ELPA Syncer
branch: externals/denote commit db5acd33172996cb8781a71b077f4c0b9bff7386 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix regression to make denote-link not fail in Org capture buffers Thanks to Sven Seebeck for reporting this bug in issue 298:

[elpa] externals/denote 76687bb708 3/4: Bump version number to trigger GNU ELPA package rebuild

2024-03-25 Thread ELPA Syncer
branch: externals/denote commit 76687bb70889ad79bf7a9e923f56939b9f2b903a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Bump version number to trigger GNU ELPA package rebuild --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el in

[elpa] externals/denote 2f5df0fb40 2/4: Make denote-filetype-heuristics not fail with nil file argument

2024-03-25 Thread ELPA Syncer
branch: externals/denote commit 2f5df0fb4005b0f7b2f24b1f1ad29a6804c4a0ef Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-filetype-heuristics not fail with nil file argument --- denote.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/denote.el

[elpa] externals/denote e79411f71a 4/4: Reword the doc string of denote--file-type-org-capture-p

2024-03-25 Thread ELPA Syncer
branch: externals/denote commit e79411f71af6876dbecf8562b067227e0e8aed98 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reword the doc string of denote--file-type-org-capture-p --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el i

[elpa] externals/denote updated (93887bea48 -> e79411f71a)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 93887bea48 Update to Denote version 2.3.0 new db5acd3317 Fix regression to make denote-link not fail in Org capture buffers new 2f5df0fb40 Make denote-filetype-heuristics not fail with nil file argument new

[elpa] externals/org updated (16f7021c75 -> 9450468e5c)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 16f7021c75 Merge branch 'bugfix' new d7f7b63a77 lisp/org.el (untrusted-content): Fix for Emacs <29.3 new 9450468e5c Merge branch 'bugfix' Summary of changes: lisp/org.el | 4 +++- 1 file changed, 3 insertions(+), 1 de

[elpa] externals/org 9450468e5c: Merge branch 'bugfix'

2024-03-25 Thread ELPA Syncer
branch: externals/org commit 9450468e5c8069cd38b855214d47fbb79de7f52d Merge: 16f7021c75 d7f7b63a77 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index a789d

[elpa] externals-release/org d7f7b63a77: lisp/org.el (untrusted-content): Fix for Emacs <29.3

2024-03-25 Thread ELPA Syncer
branch: externals-release/org commit d7f7b63a77ac7858c92fb856c0d7af877ef20f0f Author: Ihor Radchenko Commit: Ihor Radchenko lisp/org.el (untrusted-content): Fix for Emacs <29.3 * lisp/org.el (untrusted-content): Define the variable ourselves when not defined by Emacs. --- lisp/

[nongnu] elpa/helm efa261629e: Avoid checking if EXPR is a member of a guard in helm-acase

2024-03-25 Thread ELPA Syncer
branch: elpa/helm commit efa261629eba727ff01e7932a43d4dd7009ccf53 Author: Thierry Volpiatto Commit: Thierry Volpiatto Avoid checking if EXPR is a member of a guard in helm-acase when a guard fails. --- helm-lib.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --

[nongnu] elpa/helm-core updated (8068f5301c -> efa261629e)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 8068f5301c Use new helm-re-search-forward to fix #2652 adds efa261629e Avoid checking if EXPR is a member of a guard in helm-acase No new revisions were added by this update. Summary of changes: helm-lib.el | 6 +++--- 1 fil

[nongnu] elpa/package-lint updated (fce93b7edf -> 46dcb1f3d9)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/package-lint. from fce93b7edf Merge pull request #264 from purcell/dependabot/github_actions/cachix/install-nix-action-26 new ea6a395432 Fix symbol dumps for Emacs 29.2 new 176286ca1e Add symbol diffs for Emacs 29.3 new 2bbca7

[nongnu] elpa/package-lint 871bedaa1d 4/5: Regenerate stdlib-changes

2024-03-25 Thread ELPA Syncer
branch: elpa/package-lint commit 871bedaa1d72e90155b2ae478fbb8e18cc3bfc1b Author: purcell Commit: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Regenerate stdlib-changes --- data/stdlib-changes | 14 -- 1 file changed, 12 insertions(+), 2 deletions(

[nongnu] elpa/package-lint 46dcb1f3d9 5/5: Merge pull request #267 from purcell/emacs-29-3

2024-03-25 Thread ELPA Syncer
branch: elpa/package-lint commit 46dcb1f3d9411ba8f382eb7dc9fb96f9398c1865 Merge: fce93b7edf 871bedaa1d Author: Steve Purcell Commit: GitHub Merge pull request #267 from purcell/emacs-29-3 Emacs 29.3 --- .github/workflows/test.yml | 2 ++ data/stdlib-changes| 14 +++

[nongnu] elpa/package-lint 2bbca70aca 3/5: Add CI targets for Emacs 29.2 and 29.3

2024-03-25 Thread ELPA Syncer
branch: elpa/package-lint commit 2bbca70aca0c9640e982c770852571a8027b0b75 Author: Steve Purcell Commit: Steve Purcell Add CI targets for Emacs 29.2 and 29.3 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/te

[nongnu] elpa/package-lint ea6a395432 1/5: Fix symbol dumps for Emacs 29.2

2024-03-25 Thread ELPA Syncer
branch: elpa/package-lint commit ea6a395432a95af5304e2267dc2f28929321b65e Author: Steve Purcell Commit: Steve Purcell Fix symbol dumps for Emacs 29.2 --- tools/sym-dump-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sym-dump-all b/tools/sym-dump-all index 38c1

[nongnu] elpa/package-lint 176286ca1e 2/5: Add symbol diffs for Emacs 29.3

2024-03-25 Thread ELPA Syncer
branch: elpa/package-lint commit 176286ca1ef993f189e509ef6be36c4acf05337f Author: Steve Purcell Commit: Steve Purcell Add symbol diffs for Emacs 29.3 --- tools/sym-dump-all | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/sym-dump-all b/tools/sym-dump-all index

[elpa] externals/dape 26fb777f07 1/5: Fix incorrect doc string for dape-test--with-files

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit 26fb777f078bf04d31f0b618e14c6049edb333b9 Author: Daniel Pettersson Commit: Daniel Pettersson Fix incorrect doc string for dape-test--with-files --- dape-tests.el | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/dape-tests.el b/da

[elpa] externals/dape e8c81070f6 5/5: Refactor test to use `dape-test--should-stopped'

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit e8c81070f617d38fd012cfad0cbcdcf7347d9758 Author: Daniel Pettersson Commit: Daniel Pettersson Refactor test to use `dape-test--should-stopped' --- dape-tests.el | 85 +-- 1 file changed, 42 insertions(+), 4

[elpa] externals/dape 9d64c950b2 4/5: Add test for breakpoint hits

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit 9d64c950b2d27afca984766bf4ac8c64f6231226 Author: Daniel Pettersson Commit: Daniel Pettersson Add test for breakpoint hits --- dape-tests.el | 42 ++ 1 file changed, 42 insertions(+) diff --git a/dape-tests.el b/dape-test

[elpa] externals/dape a8828b22b6 2/5: Fix bug in source buffer tests

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit a8828b22b6d5e66c479e8e923421f3d3b687b74d Author: Daniel Pettersson Commit: Daniel Pettersson Fix bug in source buffer tests --- dape-tests.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dape-tests.el b/dape-tests.el index 7570332b2c

[elpa] externals/dape updated (3c9a068df1 -> e8c81070f6)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/dape. from 3c9a068df1 Add hit logic comment new 26fb777f07 Fix incorrect doc string for dape-test--with-files new a8828b22b6 Fix bug in source buffer tests new b80468b4dc Add provide to dape-tests new 9d64c950b2 Ad

[elpa] externals/dape b80468b4dc 3/5: Add provide to dape-tests

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit b80468b4dc536778c0e7fbad1166f105073e9ee0 Author: Daniel Pettersson Commit: Daniel Pettersson Add provide to dape-tests --- dape-tests.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dape-tests.el b/dape-tests.el index 745fbc8712..6db20ecac9 100644 ---

[elpa] externals/dape b2d4e58f91 1/2: Rework uninitialized breakpoint hits

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit b2d4e58f91393bccc67fd0e3fb5787ea6098e06c Author: Daniel Pettersson Commit: Daniel Pettersson Rework uninitialized breakpoint hits Reset to nil instead of 0 to remove the need to check if verified, if value is numberp the breakpoint has been touched

[elpa] externals/dape updated (e8c81070f6 -> d0146af08b)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/dape. from e8c81070f6 Refactor test to use `dape-test--should-stopped' new b2d4e58f91 Rework uninitialized breakpoint hits new d0146af08b Fix breakpoint hits test Summary of changes: dape-tests.el | 9 + dape.el

[elpa] externals/dape d0146af08b 2/2: Fix breakpoint hits test

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit d0146af08bd1d6d80f80fd154c3e8e7a9c725cb6 Author: Daniel Pettersson Commit: Daniel Pettersson Fix breakpoint hits test --- dape-tests.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dape-tests.el b/dape-tests.el index 71b446971d..

[nongnu] elpa/cider f24060eb8b 2/3: Fix lint warnings

2024-03-25 Thread ELPA Syncer
branch: elpa/cider commit f24060eb8be8084d318337873df1f9b5c3dd58e3 Author: yuhan0 Commit: Bozhidar Batsov Fix lint warnings --- cider-debug.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cider-debug.el b/cider-debug.el index 9918531d75..5b9a69b38b 100644

[nongnu] elpa/cider c07ace5544 1/3: Display debug-on-exception messages

2024-03-25 Thread ELPA Syncer
branch: elpa/cider commit c07ace554458cd8f2522dff9164cb7b298bee6fe Author: yuhan0 Commit: Bozhidar Batsov Display debug-on-exception messages --- cider-debug.el | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/cider-debug.el b/cider-debug.el index f06a8

[nongnu] elpa/cider updated (1401e26e2d -> bf26bc658d)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from 1401e26e2d Fix typo: `seletor` -> `selector` new c07ace5544 Display debug-on-exception messages new f24060eb8b Fix lint warnings new bf26bc658d Update changelog Summary of changes: CHANGELOG.md | 1 + cider-de

[nongnu] elpa/cider bf26bc658d 3/3: Update changelog

2024-03-25 Thread ELPA Syncer
branch: elpa/cider commit bf26bc658dde4e9fcd5a72bab0e95f588ef0a30a Author: yuhan0 Commit: Bozhidar Batsov Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17f69c16e..470e425d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.

[elpa] main 6b764f071e: elpa-packages (listen): Add `:release-branch`

2024-03-25 Thread Stefan Monnier via
branch: main commit 6b764f071ea7a4c9ab044a7b1c72f3107b884393 Author: Stefan Monnier Commit: Stefan Monnier elpa-packages (listen): Add `:release-branch` --- elpa-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elpa-packages b/elpa-packages index 65b50cd4f1..fd069a1961 100644 --

[elpa] externals/dape updated (d0146af08b -> 930a039021)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/dape. from d0146af08b Fix breakpoint hits test new f27faeb169 Make sure that compile starts a new process new 930a039021 Filter out dape command repl completions if not valid input Summary of changes: dape.el | 37

[elpa] externals/dape f27faeb169 1/2: Make sure that compile starts a new process

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit f27faeb169146f5c9db38e40826bf719f492df96 Author: Daniel Pettersson Commit: Daniel Pettersson Make sure that compile starts a new process Add hook after compile to make sure that no compile buffer is running. --- dape.el | 15 --- 1 file cha

[elpa] externals/dape 930a039021 2/2: Filter out dape command repl completions if not valid input

2024-03-25 Thread ELPA Syncer
branch: externals/dape commit 930a03902156eeb468f4b864b7d5cd7e5015280d Author: Daniel Pettersson Commit: Daniel Pettersson Filter out dape command repl completions if not valid input Add `dape-repl-commands' only if completion starts at `bolp' as `dape-repl-commands' is only val

[elpa] externals/org-remark b49ef0a0a0: bump to 1.2.2 for fix program error #78

2024-03-25 Thread ELPA Syncer
branch: externals/org-remark commit b49ef0a0a0bd61c912567bcdcc201d4afe110a75 Author: Noboru Ota Commit: Noboru Ota bump to 1.2.2 for fix program error #78 --- NEWS | 4 org-remark.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8bc

[nongnu] elpa/macrostep edcab80c7f: Add News section for ELPA

2024-03-25 Thread ELPA Syncer
branch: elpa/macrostep commit edcab80c7f93baa9a6b5198a7fa47d03ece49114 Author: Jeremy Bryant Commit: Jeremy Bryant Add News section for ELPA * macrostep.el: Replace header by News section for ELPA. --- macrostep.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[nongnu] elpa/smartparens updated (ddc6233ea6 -> 38afe79b2f)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/smartparens. from ddc6233ea6 fix(syntax): use syntax-after instead char-syntax to determine buffer syntax new 6c21901955 docs: bump minimum Emacs version new 755b62faf3 fix(delsel): do not run sp-delete-pair with active region

[nongnu] elpa/smartparens 755b62faf3 2/4: fix(delsel): do not run sp-delete-pair with active region

2024-03-25 Thread ELPA Syncer
branch: elpa/smartparens commit 755b62faf36d00bf05cffe95eadd1691f6203046 Author: Matus Goljer Commit: Matus Goljer fix(delsel): do not run sp-delete-pair with active region Fixes #703. --- smartparens.el | 1 + test/smartparens-delete-pair-test.el | 9

[nongnu] elpa/smartparens 6c21901955 1/4: docs: bump minimum Emacs version

2024-03-25 Thread ELPA Syncer
branch: elpa/smartparens commit 6c21901955a03b6731857d25283c5a1378e19500 Author: Matus Goljer Commit: Matus Goljer docs: bump minimum Emacs version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 784b565869..3ed43502e5 100644 ---

[nongnu] elpa/smartparens 38afe79b2f 4/4: test(command): add commands sp-clone-sexp

2024-03-25 Thread ELPA Syncer
branch: elpa/smartparens commit 38afe79b2fb7138cd30fca271229007469567758 Author: Matus Goljer Commit: Matus Goljer test(command): add commands sp-clone-sexp Fixes #938. --- test/smartparens-commands-test.el | 25 + 1 file changed, 25 insertions(+) diff --gi

[nongnu] elpa/smartparens 37dfec5097 3/4: docs: update docstring

2024-03-25 Thread ELPA Syncer
branch: elpa/smartparens commit 37dfec50978609049ac402bf6514f9abc7b10b29 Author: Matus Goljer Commit: Matus Goljer docs: update docstring --- smartparens.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartparens.el b/smartparens.el index 13146b2c29..cd72006162 10064

[nongnu] elpa/zig-mode 284c743cfe 1/3: add zig-re-type

2024-03-25 Thread ELPA Syncer
branch: elpa/zig-mode commit 284c743cfe5e79a691a4319179ddf5f167db4670 Author: mega-dean Commit: mega-dean add zig-re-type --- test/zig-tests.el | 20 zig-mode.el | 3 ++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/test/zig-tests.el b/test/zig-

[nongnu] elpa/zig-mode updated (b6f5375efe -> 5be43db4db)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch elpa/zig-mode. from b6f5375efe Merge pull request #101 from purcell/misc-fixes new 284c743cfe add zig-re-type new 1870363d2f update test file path in run_tests.sh new 5be43db4db Merge pull request #102 from mega-dean/highlight-name

[nongnu] elpa/zig-mode 1870363d2f 2/3: update test file path in run_tests.sh

2024-03-25 Thread ELPA Syncer
branch: elpa/zig-mode commit 1870363d2fdcf884b38d8a7f741ebe289b0f82fd Author: mega-dean Commit: mega-dean update test file path in run_tests.sh --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index d2db694413..4187b25f19 10075

[nongnu] elpa/zig-mode 5be43db4db 3/3: Merge pull request #102 from mega-dean/highlight-namespaced-types

2024-03-25 Thread ELPA Syncer
branch: elpa/zig-mode commit 5be43db4db8e4af98bb70e47b1a9d3b2428d4f35 Merge: b6f5375efe 1870363d2f Author: Joachim Schmidt Commit: GitHub Merge pull request #102 from mega-dean/highlight-namespaced-types add `.` to `zig-re-identifier` to highlight namespaced types --- run_tests.sh

[elpa] externals/cape updated (a397a0c92d -> 3b1ade4b28)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/cape. from a397a0c92d Guard string-match-p with case-fold-search=nil (Fix #116) new 9d55129dba cape-capf-super: Support different prefix lengths new 3b1ade4b28 cape-capf-super: Add support for the :with keyword Summary of change

[elpa] externals/cape 9d55129dba 1/2: cape-capf-super: Support different prefix lengths

2024-03-25 Thread ELPA Syncer
branch: externals/cape commit 9d55129dba2aac69d9486408afc3d2ba0f153f6a Author: Daniel Mendler Commit: Daniel Mendler cape-capf-super: Support different prefix lengths Do not bail out if Capfs return different prefix lengths. This change improves compatibility with the Company m

[elpa] externals/cape 3b1ade4b28 2/2: cape-capf-super: Add support for the :with keyword

2024-03-25 Thread ELPA Syncer
branch: externals/cape commit 3b1ade4b2833856ee969478e4fea6846a893cdfa Author: Daniel Mendler Commit: Daniel Mendler cape-capf-super: Add support for the :with keyword This change improves compatibility with Company, which also supports :with in its multi-backend configuration.

[elpa] externals/corfu 7cdc49da97 2/6: corfu--recompute: Preserve selected candidate on further input

2024-03-25 Thread ELPA Syncer
branch: externals/corfu commit 7cdc49da9760b06f3cd4487cf25dd90f87a6b6db Author: Daniel Mendler Commit: Daniel Mendler corfu--recompute: Preserve selected candidate on further input --- corfu.el | 32 ++-- 1 file changed, 18 insertions(+), 14 deletions(-) diff --

[elpa] externals/denote 8fbd0b6d1b 2/2: Merge pull request #300 from jeanphilippegg/fix-linking-commands

2024-03-25 Thread ELPA Syncer
branch: externals/denote commit 8fbd0b6d1b2867304e91afc7affb8e82f81af3fc Merge: e79411f71a 7356faac8e Author: Protesilaos Stavrou Commit: GitHub Merge pull request #300 from jeanphilippegg/fix-linking-commands Fix error message for all linking commands in Org capture buffers --- de

[elpa] externals/corfu b08a0a846d 5/6: Update changelog

2024-03-25 Thread ELPA Syncer
branch: externals/corfu commit b08a0a846de2e5323209f547487a4ee40f8206a1 Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 8 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 569aa215fc..9f46dea24d 100644 --- a/CHANGE

[elpa] externals/corfu 1007b920cc 4/6: Bind corfu-expand to M-RET

2024-03-25 Thread ELPA Syncer
branch: externals/corfu commit 1007b920ccda6cc0e315eb0664b8e4dea213a721 Author: Daniel Mendler Commit: Daniel Mendler Bind corfu-expand to M-RET --- README.org | 1 + corfu.el | 1 + 2 files changed, 2 insertions(+) diff --git a/README.org b/README.org index 8a94d1bf28..f66a46a94d 100644

[elpa] externals/denote 7356faac8e 1/2: Fix error message for all linking commands in Org capture buffers

2024-03-25 Thread ELPA Syncer
branch: externals/denote commit 7356faac8ebbad5149c2a84253b7ca6a10209e05 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Fix error message for all linking commands in Org capture buffers --- denote.el | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-

[elpa] externals/corfu 0fb64f960b 6/6: Minor comment reformatting

2024-03-25 Thread ELPA Syncer
branch: externals/corfu commit 0fb64f960b9d8b292a91202239e52ab6eed0b12e Author: Daniel Mendler Commit: Daniel Mendler Minor comment reformatting --- corfu.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/corfu.el b/corfu.el index e73b03224a..dadfe59721 100644

[elpa] externals/corfu updated (46c5ec84e0 -> 0fb64f960b)

2024-03-25 Thread ELPA Syncer
elpasync pushed a change to branch externals/corfu. from 46c5ec84e0 README: Update configuration new 7dc4fb2e41 Minor cleanup new 7cdc49da97 corfu--recompute: Preserve selected candidate on further input new f30b15b7c5 Extract corfu-expand from corfu-complete

[elpa] externals/corfu 7dc4fb2e41 1/6: Minor cleanup

2024-03-25 Thread ELPA Syncer
branch: externals/corfu commit 7dc4fb2e4138fdd74b6d566e4e196c0f120751f9 Author: Daniel Mendler Commit: Daniel Mendler Minor cleanup --- corfu.el | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/corfu.el b/corfu.el index 9b10da2a61..97f47fe02e 1006

[elpa] externals/corfu f30b15b7c5 3/6: Extract corfu-expand from corfu-complete

2024-03-25 Thread ELPA Syncer
branch: externals/corfu commit f30b15b7c579ac10d47c8dc5970890542db8ed05 Author: Daniel Mendler Commit: Daniel Mendler Extract corfu-expand from corfu-complete --- corfu.el | 82 +--- 1 file changed, 47 insertions(+), 35 deletions(-