[elpa] externals/transient eda434d21f 3/4: transient--load-command-if-autoload: New helper function

2025-03-07 Thread Jonas Bernoulli via
branch: externals/transient commit eda434d21feed40ea26dd4b7655cc1559d4905ed Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--load-command-if-autoload: New helper function --- lisp/transient.el | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lisp/t

[nongnu] elpa/org-journal df608c1138 1/2: Allow any alpha character in date format

2025-03-07 Thread ELPA Syncer
branch: elpa/org-journal commit df608c1138a1dd7abc3ad8a04d6da76e49a82b29 Author: Patrick M. Niedzielski Commit: GitHub Allow any alpha character in date format Some locales have day names with accents, such as Esperanto. When using org-journal in such a locale and customizing

[elpa] externals/consult updated (332c172999 -> 8ea14ed546)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from 332c172999 Update changelog new 64650f10a9 consult-completion-in-region: Improve handling of single candidates (Fix #1193) new 8ea14ed546 Update changelog Summary of changes: CHANGELOG.org | 1 + consult.el

[elpa] externals/cape c854d98373 2/2: Update changelog

2025-03-07 Thread ELPA Syncer
branch: externals/cape commit c854d98373fb6eec3e1ed5a2611c0089aa565e1b Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 7 +++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 0446ede109..79a0cbdc63 100644 --- a/CHANGELO

[elpa] externals/llm de66dbade2: Fix instances of plist-put not in a setq (#167)

2025-03-07 Thread ELPA Syncer
branch: externals/llm commit de66dbade203a5e8631a85c13fd205885497923d Author: Andrew Hyatt Commit: GitHub Fix instances of plist-put not in a setq (#167) --- llm-claude.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/llm-claude.el b/llm-claude.el index d4d

[elpa] externals/debbugs 89fe82ac28 2/3: Improve keep-subject handling

2025-03-07 Thread Michael Albinus via
branch: externals/debbugs commit 89fe82ac283685f8f8a478accb5f35a1f6c5f304 Author: Michael Albinus Commit: Michael Albinus Improve keep-subject handling * debbugs-gnu.el (message-simplify-subject, gnus-article-copy) (gnus-summary-buffer): Declare. (debbugs-gnu-keep-subject):

[elpa] externals/bicep-ts-mode 9d0eb44122 1/2: Make fontification less shouty, and more precise

2025-03-07 Thread ELPA Syncer
branch: externals/bicep-ts-mode commit 9d0eb44122773725c18ee416642fb6cc16d45047 Author: Jostein Kjønigsen Commit: Jostein Kjønigsen Make fontification less shouty, and more precise - do NOT highlight all object-properties as variable-name-face (it makes the entire file variabl

[elpa] externals/bicep-ts-mode updated (e02c304ac7 -> ad56def223)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/bicep-ts-mode. from e02c304ac7 Add fontification of the 'if' keyword new 9d0eb44122 Make fontification less shouty, and more precise new ad56def223 Going opiniated: Make type-strings highlighted as types! Summary of changes: bi

[elpa] externals/bicep-ts-mode ad56def223 2/2: Going opiniated: Make type-strings highlighted as types!

2025-03-07 Thread ELPA Syncer
branch: externals/bicep-ts-mode commit ad56def223555686a83d5002ce33e0d7a32b172a Author: Jostein Kjønigsen Commit: Jostein Kjønigsen Going opiniated: Make type-strings highlighted as types! --- bicep-ts-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bicep-ts-mode.el b/bicep-t

[nongnu] elpa/llama 4c49e410b1: Use advice on all-completions

2025-03-07 Thread ELPA Syncer
branch: elpa/llama commit 4c49e410b1c7050674bcfdabba1006fe375b32d5 Author: Daniel Mendler Commit: Jonas Bernoulli Use advice on all-completions Right now the completing-read advice does not cover other places where the empty symbol appears, e.g., `completion-at-point'. Therefor

[elpa] externals/bicep-ts-mode 1aee55a6db 7/7: Make ternary-expressions work too (by not precondition IF for binary expressions)

2025-03-07 Thread ELPA Syncer
branch: externals/bicep-ts-mode commit 1aee55a6db5f263325ba4ee1a606346d011331b7 Author: Jostein Kjønigsen Commit: Jostein Kjønigsen Make ternary-expressions work too (by not precondition IF for binary expressions) --- bicep-ts-mode.el | 9 +++-- 1 file changed, 3 insertions(+), 6 delet

[elpa] externals/bicep-ts-mode 174caffc3b 3/7: Embrace the (new?) font-lock-variable-use-face

2025-03-07 Thread ELPA Syncer
branch: externals/bicep-ts-mode commit 174caffc3b3d3fbc9f1c28d3b6a96049be850950 Author: Jostein Kjønigsen Commit: Jostein Kjønigsen Embrace the (new?) font-lock-variable-use-face --- bicep-ts-mode.el | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/bicep-

[elpa] externals/bicep-ts-mode c2e3055cdd 6/7: Even more rules.

2025-03-07 Thread ELPA Syncer
branch: externals/bicep-ts-mode commit c2e3055cdd14848812e74cca8868b1128a0b730e Author: Jostein Kjønigsen Commit: Jostein Kjønigsen Even more rules. --- bicep-ts-mode.el | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bicep-ts-mode.el b/bicep-ts-mode.el index 9e8

[elpa] externals/bicep-ts-mode 0d33d1dfae 4/7: Support escape-sequences too.

2025-03-07 Thread ELPA Syncer
branch: externals/bicep-ts-mode commit 0d33d1dfae51e915454438c7ba634b4d8a3221d1 Author: Jostein Kjønigsen Commit: Jostein Kjønigsen Support escape-sequences too. --- bicep-ts-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bicep-ts-mode.el b/bicep-ts-mode.el in

[elpa] externals/bicep-ts-mode 35137d9212 1/7: Highlight nested function-calls too!

2025-03-07 Thread ELPA Syncer
branch: externals/bicep-ts-mode commit 35137d9212532e554a4a262a3f84b76056d641f2 Author: Jostein Kjønigsen Commit: Jostein Kjønigsen Highlight nested function-calls too! --- bicep-ts-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bicep-ts-mode.el b/bicep-ts-mode.el index 12636

[elpa] externals/bicep-ts-mode 39f364f807 2/7: Correctly use function-call-face instead of function-name-face.

2025-03-07 Thread ELPA Syncer
branch: externals/bicep-ts-mode commit 39f364f8077453f0dbc56e0b5bb9a6c6b7f9e95a Author: Jostein Kjønigsen Commit: Jostein Kjønigsen Correctly use function-call-face instead of function-name-face. --- bicep-ts-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bi

[elpa] externals/bicep-ts-mode e2cf82d147 5/7: Support variable-highlighting in more types of if-statements.

2025-03-07 Thread ELPA Syncer
branch: externals/bicep-ts-mode commit e2cf82d14757c3f58a3e0e622c2919c1e4bb1a46 Author: Jostein Kjønigsen Commit: Jostein Kjønigsen Support variable-highlighting in more types of if-statements. --- bicep-ts-mode.el | 4 1 file changed, 4 insertions(+) diff --git a/bicep-ts-mode.el b/b

[elpa] externals/bicep-ts-mode updated (ad56def223 -> 1aee55a6db)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/bicep-ts-mode. from ad56def223 Going opiniated: Make type-strings highlighted as types! new 35137d9212 Highlight nested function-calls too! new 39f364f807 Correctly use function-call-face instead of function-name-face. new

[nongnu] elpa/dirvish updated (77b15ee18e -> 34640ec047)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/dirvish. from 77b15ee18e feat(core): add `dirvish-mode-line-bar-image-width` option (#252) new 16f9651054 refactor: use md5 for thumbnail file names new d0569dd886 chore: bump to 2.2.0 🎉 new 34640ec047 chore: update CHANGELOG

[nongnu] elpa/clojure-ts-mode e0703fff14 3/3: Add a "Caveats" section the to the README

2025-03-07 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit e0703fff14de7cdf923093b727b80c465d2c1343 Author: Bozhidar Batsov Commit: Bozhidar Batsov Add a "Caveats" section the to the README --- README.md | 14 ++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d583059fa8..03

[nongnu] elpa/dirvish 34640ec047 3/3: chore: update CHANGELOG for 2.2.0

2025-03-07 Thread ELPA Syncer
branch: elpa/dirvish commit 34640ec0470f196246aa1c9f78b53e6e2d544376 Author: Alex Lu Commit: Alex Lu chore: update CHANGELOG for 2.2.0 --- docs/CHANGELOG.org | 31 +++ 1 file changed, 31 insertions(+) diff --git a/docs/CHANGELOG.org b/docs/CHANGELOG.org index d2

[nongnu] elpa/dirvish d0569dd886 2/3: chore: bump to 2.2.0 🎉

2025-03-07 Thread ELPA Syncer
branch: elpa/dirvish commit d0569dd886e544617eceac4a80dbea1f257a0f17 Author: Alex Lu Commit: Alex Lu chore: bump to 2.2.0 🎉 --- dirvish-extras.el | 2 +- dirvish-tramp.el | 2 +- dirvish-widgets.el | 2 +- dirvish.el

[nongnu] elpa/clojure-ts-mode 592f708d5d 2/3: Extend the font-locking documentation

2025-03-07 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 592f708d5d30d69b0a25d8a6625d1ae0d05c0cba Author: Bozhidar Batsov Commit: Bozhidar Batsov Extend the font-locking documentation --- README.md | 8 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c4fe2eee95..d583059fa8 100

[nongnu] elpa/dirvish 16f9651054 1/3: refactor: use md5 for thumbnail file names

2025-03-07 Thread ELPA Syncer
branch: elpa/dirvish commit 16f9651054f1e3b1ae4a1f0010dbed60fb3bb0a4 Author: Alex Lu Commit: Alex Lu refactor: use md5 for thumbnail file names --- dirvish-widgets.el | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/dirvish-w

[nongnu] elpa/dirvish 77b15ee18e 3/3: feat(core): add `dirvish-mode-line-bar-image-width` option (#252)

2025-03-07 Thread ELPA Syncer
branch: elpa/dirvish commit 77b15ee18ed2eb4d3454bb9c779b75a296c42911 Author: Alex Lu Commit: Alex Lu feat(core): add `dirvish-mode-line-bar-image-width` option (#252) Closes #252 --- dirvish.el | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/dirv

[nongnu] elpa/dirvish c28654d29c 2/3: feat: support font preview

2025-03-07 Thread ELPA Syncer
branch: elpa/dirvish commit c28654d29c4091a8fae1f41572c95480250e07c4 Author: Alex Lu Commit: Alex Lu feat: support font preview --- dirvish-widgets.el | 57 dirvish.el | 7 +-- docs/CUSTOMIZING.org | 11 +- 3 file

[elpa] externals/cus-abbrev ce1479cf73: ; Ignore some more files

2025-03-07 Thread ELPA Syncer
branch: externals/cus-abbrev commit ce1479cf73412646b340d2a0078b3fcb36e2050d Author: Mauro Aranda Commit: Mauro Aranda ; Ignore some more files --- .elpaignore | 4 +++- .gitignore | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.elpaignore b/.elpaignore index d90b9b

[nongnu] elpa/dirvish updated (b17faded2d -> 77b15ee18e)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/dirvish. from b17faded2d refactor(peek): handle 'library not found' exception explicitly new 04a501732f feat(history): sort history entries with access time (#265) new c28654d29c feat: support font preview new 77b15ee18e feat

[nongnu] elpa/package-lint 6170c1e5b7: Bump version to 0.25

2025-03-07 Thread ELPA Syncer
branch: elpa/package-lint commit 6170c1e5b79f9b9f606ab17ab4d9ffb9bce3ebde Author: Steve Purcell Commit: Steve Purcell Bump version to 0.25 --- package-lint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lint.el b/package-lint.el index fae42b9947..980a9e7e0b 1

[nongnu] elpa/dirvish 04a501732f 1/3: feat(history): sort history entries with access time (#265)

2025-03-07 Thread ELPA Syncer
branch: elpa/dirvish commit 04a501732fdd32e1fc9424865006b70e330af539 Author: Alex Lu Commit: Alex Lu feat(history): sort history entries with access time (#265) --- dirvish.el | 46 +++-- docs/CUSTOMIZING.org | 32 +++

[nongnu] elpa/clojure-ts-mode 9bca1c360a 3/4: Expand the README a bit

2025-03-07 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 9bca1c360a113031dbc57fb9038e5773bce31eb8 Author: Bozhidar Batsov Commit: Bozhidar Batsov Expand the README a bit --- README.md | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1302da3564..72

[nongnu] elpa/clojure-ts-mode 1fa9ced658 4/4: Improve the installation instructions

2025-03-07 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 1fa9ced658acbd8b715787983b7aaaf44d165ee0 Author: Bozhidar Batsov Commit: Bozhidar Batsov Improve the installation instructions --- README.md | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/README.md b/READM

[nongnu] elpa/clojure-ts-mode updated (9662b6caa8 -> 1fa9ced658)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/clojure-ts-mode. from 9662b6caa8 Release 0.2.3 new 187e51253d [Fix #29] Remove the manual grammar installation instructions new 72b0a606f5 Move the configuration instructions after the installation ones new 9bca1c360a Expand

[nongnu] elpa/gptel 1a3b393a4b 10/14: gptel-anthropic: Parse tool results from buffer

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit 1a3b393a4b676c89e7d675c7d1b395c73d238755 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-anthropic: Parse tool results from buffer * gptel-anthropic.el (gptel--anthropic-format-tool-id, gptel--anthropic-unformat-tool-id, gptel-curl--parse-

[nongnu] elpa/gptel e96ca2aa46 07/14: gptel-openai: Parse tool results from buffer

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit e96ca2aa46978e8165c110f0264d5113ac64154b Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Karthik Chikmagalur gptel-openai: Parse tool results from buffer * gptel-openai.el: (gptel-curl--parse-stream, gptel--parse-response, gptel--

[nongnu] elpa/gptel 08014b5667 02/14: gptel: Separate tool confirmation and result insertion

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit 08014b56671b58f8ed0d6b7a0eedb830406750c2 Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Karthik Chikmagalur gptel: Separate tool confirmation and result insertion * gptel.el (gptel--insert-response, gptel--display-tool-calls, gpt

[nongnu] elpa/gptel updated (2bcf06d7d4 -> 2a6f714d30)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gptel. from 2bcf06d7d4 gptel: rename gptel--get-bounds new 98d4360592 gptel: Switch to pcase in insert callbacks new 08014b5667 gptel: Separate tool confirmation and result insertion new cb420b6928 gptel: Breaking change to gpt

[nongnu] elpa/gptel 00f39ea179 08/14: gptel: Ignore blank/whitespace messages

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit 00f39ea179630cd9a15430d0edc2d584a139ed31 Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Karthik Chikmagalur gptel: Ignore blank/whitespace messages - Support across APIs for blank messages in the messages array varies. Uniformly

[nongnu] elpa/gptel 13757388ca 09/14: gptel-gemini: Parse tool results from buffer

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit 13757388ca1f41bf5556201f96ab18b97ad63872 Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Karthik Chikmagalur gptel-gemini: Parse tool results from buffer * gptel-gemini.el (gptel--parse-buffer): Create tool call and result message

[nongnu] elpa/gptel aded7787d6 04/14: gptel: Make tool call records in buffer recoverable

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit aded7787d623f663623493382bfa97d1040a3bc8 Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Karthik Chikmagalur gptel: Make tool call records in buffer recoverable Include tool calls and results as explicitly recoverable messages wit

[nongnu] elpa/gptel 1d0b3d112b 11/14: gptel-ollama: Parse tool results from buffer

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit 1d0b3d112bd74ecd9f0789b5ce2526d0e9992fb6 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-ollama: Parse tool results from buffer * gptel-ollama.el (gptel--parse-buffer): - Create tool call and result messages from each recorded call

[nongnu] elpa/gptel e53076f43e 12/14: test: Update submodule

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit e53076f43e9a8865e951383037b5f1ba520f9470 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur test: Update submodule * test: Add tests for new features, including tool result parsing from buffers. --- test | 2 +- 1 file changed, 1 insertion(+), 1 d

[nongnu] elpa/gptel 8e0de5dd25 13/14: gptel: overhaul bounds, support more text property types

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit 8e0de5dd25b85122e35da9e2e3a7d09e2e46ece8 Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Karthik Chikmagalur gptel: overhaul bounds, support more text property types Store the chat buffer's gptel bounds in an alist for compactness.

[nongnu] elpa/gptel 2a6f714d30 14/14: README: Fix typo (#676)

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit 2a6f714d307c403684e81a1c4c0e521d7c4d12d8 Author: Markus Hauck Commit: GitHub README: Fix typo (#676) --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index f0b518df5e..2e5c3a6908 100644 --- a/README.org +++

[nongnu] elpa/gptel 56623b9889 06/14: gptel-org: Tool result handling for Org

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit 56623b9889e5b8849ea648110fd5fe0d6db726ac Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Karthik Chikmagalur gptel-org: Tool result handling for Org * gptel-org.el: (gptel-org--create-prompt, gptel--org-strip-tool-headers, gptel--

[nongnu] elpa/gptel cb420b6928 03/14: gptel: Breaking change to gptel-request API

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit cb420b69287c0df69672ea916e318685b4a312ce Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Karthik Chikmagalur gptel: Breaking change to gptel-request API * gptel.el (gptel-request, gptel--handle-tool-use, gptel--insert-response): C

[nongnu] elpa/gptel d222ed823a 05/14: gptel-org: Always create prompt in a temp buffer

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit d222ed823afe2648a37fef4368e4414b90205b72 Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Karthik Chikmagalur gptel-org: Always create prompt in a temp buffer * gptel-org.el (gptel-org--create-prompt): Clone the chat buffer for bot

[nongnu] elpa/clojure-ts-mode 187e51253d 1/4: [Fix #29] Remove the manual grammar installation instructions

2025-03-07 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 187e51253d6b5af375805d034fae7fbb1994a0b7 Author: Bozhidar Batsov Commit: Bozhidar Batsov [Fix #29] Remove the manual grammar installation instructions Very few people will have to do this, so it doesn't really make sense to go into so much det

[nongnu] elpa/gptel 98d4360592 01/14: gptel: Switch to pcase in insert callbacks

2025-03-07 Thread ELPA Syncer
branch: elpa/gptel commit 98d4360592bb7c9cc392d5fcda7dc6c23b26572f Author: Psionik K <73710933+psioni...@users.noreply.github.com> Commit: Karthik Chikmagalur gptel: Switch to pcase in insert callbacks Structural, non-behavioral. * gptel.el (gptel--insert-response): Switch t

[elpa] externals/debbugs 4fde9fbcbd 3/3: Release debbugs 0.44

2025-03-07 Thread Michael Albinus via
branch: externals/debbugs commit 4fde9fbcbd872b8c30f2e95c8c6513ae7578bdea Author: Michael Albinus Commit: Michael Albinus Release debbugs 0.44 * Makefile (TESTS): List of *-tests.el files. (SELECTOR): New variable. (check): Depend on $(TESTS). (%-tests): New target, runn

[elpa] externals/debbugs updated (0f5c925024 -> 4fde9fbcbd)

2025-03-07 Thread Michael Albinus via
albinus pushed a change to branch externals/debbugs. from 0f5c925024 * dir: Adapt entries to new name. (Bug#76530) new 4d62aac48b Add comment in *.texi new 89fe82ac28 Improve keep-subject handling new 4fde9fbcbd Release debbugs 0.44 Summary of changes: Makefile

[elpa] externals/debbugs 4d62aac48b 1/3: Add comment in *.texi

2025-03-07 Thread Michael Albinus via
branch: externals/debbugs commit 4d62aac48b34bcb625d05e01b76e3354d194a6c0 Author: Michael Albinus Commit: Michael Albinus Add comment in *.texi --- debbugs-ug.texi | 1 + debbugs.texi| 1 + 2 files changed, 2 insertions(+) diff --git a/debbugs-ug.texi b/debbugs-ug.texi index ef2f20b081

[elpa] externals/json-mode 09775d0d18: ; Fix byte-compilation warnings

2025-03-07 Thread Stefan Kangas
branch: externals/json-mode commit 09775d0d18062742a1a87a9c862fd54115032d2a Author: Stefan Kangas Commit: Stefan Kangas ; Fix byte-compilation warnings --- json-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json-mode.el b/json-mode.el index a7a78a058c..d939

[nongnu] elpa/dirvish bfb3826a8a 2/2: fix(side): mismatched variables

2025-03-07 Thread ELPA Syncer
branch: elpa/dirvish commit bfb3826a8abc724e8bae430f847bb46ec31a71ef Author: Alex Lu Commit: Alex Lu fix(side): mismatched variables --- dirvish.el | 12 extensions/dirvish-side.el | 3 --- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/dirvish.

[nongnu] elpa/clojure-ts-mode updated (1fa9ced658 -> e0703fff14)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/clojure-ts-mode. from 1fa9ced658 Improve the installation instructions new 88fc10f247 Convert a note to an admonition new 592f708d5d Extend the font-locking documentation new e0703fff14 Add a "Caveats" section the to the README

[nongnu] elpa/dirvish 29b9f811c0 2/2: BREAKING: use 7-zip for archive preview

2025-03-07 Thread ELPA Syncer
branch: elpa/dirvish commit 29b9f811c06b68a5daabdd24cdfb6c9f2b2d412d Author: Alex Lu Commit: Alex Lu BREAKING: use 7-zip for archive preview --- README.org | 42 -- dirvish-widgets.el | 22 +--- dirvish.el | 9 --

[elpa] externals/compat f0f35b6a43: compat.texi: Use correct path for subr-x.el

2025-03-07 Thread ELPA Syncer
branch: externals/compat commit f0f35b6a432398487d286e4fc058edb3fc2344ee Author: Daniel Mendler Commit: Daniel Mendler compat.texi: Use correct path for subr-x.el --- compat.texi | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compat.texi b/compat.texi index f06a

[nongnu] elpa/llama 580ad210e0: all-completions advice: Check for equality with global obarray and empty str as optimization

2025-03-07 Thread ELPA Syncer
branch: elpa/llama commit 580ad210e01cb54511aa399614e26feceeb17aaa Author: Daniel Mendler Commit: Daniel Mendler all-completions advice: Check for equality with global obarray and empty str as optimization --- llama.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/l

[elpa] externals/consult updated (ce38dd0377 -> 332c172999)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from ce38dd0377 consult-completion-in-region: Auto-detect completion UI. new 3aa436bd2c consult-yank-pop, consult-history: Respect display properties during preview new 332c172999 Update changelog Summary of changes:

[elpa] externals/consult 3aa436bd2c 1/2: consult-yank-pop, consult-history: Respect display properties during preview

2025-03-07 Thread ELPA Syncer
branch: externals/consult commit 3aa436bd2c9c058f0537fe83d5cb5f9d558b0222 Author: Daniel Mendler Commit: Daniel Mendler consult-yank-pop, consult-history: Respect display properties during preview Avoid leaking passwords stored in the kill-ring during preview. The password in t

[nongnu] elpa/clojure-ts-mode 51ee8a4673: [#62] Define list thing to improve navigation in Emacs 31

2025-03-07 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit 51ee8a46737798dbe99613624024958ebe2ce296 Author: Roman Rudakov Commit: Bozhidar Batsov [#62] Define list thing to improve navigation in Emacs 31 If list thing is defined, Emacs 31 will set a few options automatically to improve navigation by l

[elpa] externals/consult 332c172999 2/2: Update changelog

2025-03-07 Thread ELPA Syncer
branch: externals/consult commit 332c17299913af7d6eb14c6d2a1d0f91f048b07c Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 0e082ec430..5df7902406 100644 --- a/CHANGELOG.

[elpa] externals/cus-abbrev 796a1da64f: Don't ignore package files in .elpaignore

2025-03-07 Thread ELPA Syncer
branch: externals/cus-abbrev commit 796a1da64feb649281e6d065c4e5b90cb5b0d22c Author: Mauro Aranda Commit: Mauro Aranda Don't ignore package files in .elpaignore Last commit was just a confusion. The package files should be ignored only in Git. https://lists.gnu.org/arc

[elpa] externals/consult 64650f10a9 1/2: consult-completion-in-region: Improve handling of single candidates (Fix #1193)

2025-03-07 Thread ELPA Syncer
branch: externals/consult commit 64650f10a97334559a74ec7c2b6bf41071577431 Author: Daniel Mendler Commit: Daniel Mendler consult-completion-in-region: Improve handling of single candidates (Fix #1193) --- consult.el | 114 - 1 file

[elpa] externals/cape 5c198df876 1/2: cape-company-to-capf: Handle updated 'prefix return value convention (Fix #146)

2025-03-07 Thread ELPA Syncer
branch: externals/cape commit 5c198df8767cf9bbc4c4272142ae36c0b7681888 Author: Daniel Mendler Commit: Daniel Mendler cape-company-to-capf: Handle updated 'prefix return value convention (Fix #146) --- cape.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/c

[elpa] externals/cape updated (50fdb70807 -> c854d98373)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch externals/cape. from 50fdb70807 cape-file: Use substitute-in-file-name when checking for existing directory new 5c198df876 cape-company-to-capf: Handle updated 'prefix return value convention (Fix #146) new c854d98373 Update changelog S

[elpa] externals/consult 8ea14ed546 2/2: Update changelog

2025-03-07 Thread ELPA Syncer
branch: externals/consult commit 8ea14ed54647c29dfa48af03c6466b4fe0119756 Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 5df7902406..63b27a4658 100644 --- a/CHANGELOG.or

[nongnu] elpa/dirvish updated (34640ec047 -> bfb3826a8a)

2025-03-07 Thread ELPA Syncer
elpasync pushed a change to branch elpa/dirvish. from 34640ec047 chore: update CHANGELOG for 2.2.0 new 7c808c3139 fix(subtree): incorrect vc backend new bfb3826a8a fix(side): mismatched variables Summary of changes: dirvish.el| 12 extensi

[nongnu] elpa/dirvish 7c808c3139 1/2: fix(subtree): incorrect vc backend

2025-03-07 Thread ELPA Syncer
branch: elpa/dirvish commit 7c808c3139e84c9829cfbf0a87f0043bdab7b8e9 Author: Alex Lu Commit: Alex Lu fix(subtree): incorrect vc backend --- extensions/dirvish-subtree.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/dirvish-subtree.el b/extensions/dirvish-su

[nongnu] elpa/xah-fly-keys be07d739cc: minor tweak for emacs version 30

2025-03-07 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit be07d739cc9f95de3508a1fd0eaa4c5b0da363f8 Author: Xah Lee Commit: Xah Lee minor tweak for emacs version 30 --- xah-fly-keys.el | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/xah-fly-keys.el b/xah-fly-keys.el index 3050120c