[elpa] externals/matlab-mode 3aae154a23: metest.el: disable metest-fill-paragraph on windows

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit 3aae154a238ac06d178a4ef55817b343253cf2c8 Author: John Ciolfi Commit: GitHub metest.el: disable metest-fill-paragraph on windows This test fails on Windows when using Emacs 30.1. Disabling for now. See https://github.com/mathworks/Emacs-MATLAB-M

[nongnu] elpa/aidermacs 29ba1b8183: Fix temp buffer exec path

2025-05-22 Thread ELPA Syncer
branch: elpa/aidermacs commit 29ba1b8183a1f8e6de0c6601a56358a9d2c3a704 Author: Cássio Ávila Commit: Matthew Zeng Fix temp buffer exec path In a temp buffer, the current `exec-path` is not inherited. This causes problems with packages like [envrc](https://github.com/purcell/e

[nongnu] elpa/racket-mode 7f2813da48 2/2: CI: Emacs "most recent release" 29.1 => 30.1

2025-05-22 Thread ELPA Syncer
branch: elpa/racket-mode commit 7f2813da48baf980f1ae188f651dafa98ba951cd Author: Greg Hendershott Commit: Greg Hendershott CI: Emacs "most recent release" 29.1 => 30.1 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/

[nongnu] elpa/racket-mode d2f67d0571 1/2: Run tests weekly

2025-05-22 Thread ELPA Syncer
branch: elpa/racket-mode commit d2f67d05714fe1aebc19976b7efe10b45b169bc1 Author: Greg Hendershott Commit: Greg Hendershott Run tests weekly --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/te

[nongnu] elpa/racket-mode updated (7b4b77cd4e -> 7f2813da48)

2025-05-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/racket-mode. from 7b4b77cd4e Update doc string prose for racket-mode and racket-hash-lang-mode new d2f67d0571 Run tests weekly new 7f2813da48 CI: Emacs "most recent release" 29.1 => 30.1 Summary of changes: .github/workflows/test.y

[elpa] externals/matlab-mode 9d571d0b83 4/6: ChangeLog.org: concise release overview

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit 9d571d0b8319df88ff30344f3ab63b8d8918cf86 Author: John Ciolfi Commit: John Ciolfi ChangeLog.org: concise release overview Created ChangeLog.org that contains a concise summary of changes in each release. Removed older stale ChangeLog and NEWS

[elpa] externals/matlab-mode 5428ad383b 1/6: matlab.el: fix incorrect font in classdef property comments

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit 5428ad383b72eda1846647c4fc605b05d0e21517 Author: John Ciolfi Commit: John Ciolfi matlab.el: fix incorrect font in classdef property comments In matlab-font-lock-anchor-variable-match function, skip over comments thus ensuring comments retain

[elpa] externals/matlab-mode 8e7adce285 5/6: doc/remote-matlab-shell.org: remove '#' lines

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit 8e7adce2855dac790208f3b294bbc52fbdc8cb99 Author: John Ciolfi Commit: John Ciolfi doc/remote-matlab-shell.org: remove '#' lines This improves github rendering of org files. --- doc/remote-matlab-shell.org | 4 ++-- 1 file changed, 2 insertions(+)

[elpa] externals/matlab-mode 5b8f9f4aeb 6/6: Add defconst matlab-version, remove matlab-mode-version

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit 5b8f9f4aebb0a88f8768ee5b0d62e3c3a85a97b2 Author: John Ciolfi Commit: John Ciolfi Add defconst matlab-version, remove matlab-mode-version The matlab-mode-version function was needed prior to having the code source controlled, so I removed it.

[elpa] externals/matlab-mode 8af027320f 2/6: Move docs on contributions to ./contributing

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit 8af027320fac0b2117cd3e1c3f7f31a9d38d4847 Author: John Ciolfi Commit: John Ciolfi Move docs on contributions to ./contributing --- CONTRIBUTING.org => contributing/CONTRIBUTING.org | 2 +- DEBUGGING.org => contributing/DEBUGGING.org | 2 +- 2 files

[elpa] externals/matlab-mode 6603a62f38 3/6: .elpaignore: add doc and contributing directories

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit 6603a62f38f468988015d2fdbdc00bdee7638d8f Author: John Ciolfi Commit: John Ciolfi .elpaignore: add doc and contributing directories --- .elpaignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.elpaignore b/.elpaignore index 6c821be907..80ed4ac53

[elpa] externals/company 1924eabfa7 2/2: Merge pull request #1515 from yugaego/ci

2025-05-22 Thread ELPA Syncer
branch: externals/company commit 1924eabfa7438974da0500e85fff5fb32c27282c Merge: 41f07c7d40 7e46670dd5 Author: Dmitry Gutov Commit: GitHub Merge pull request #1515 from yugaego/ci CI: run tests on Emacs 30.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 del

[elpa] externals/company 7e46670dd5 1/2: CI: run tests on Emacs 30.1

2025-05-22 Thread ELPA Syncer
branch: externals/company commit 7e46670dd523e74f51deb459180cc3743a284f23 Author: YugaEgo Commit: YugaEgo CI: run tests on Emacs 30.1 --- .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 cc

[elpa] externals/matlab-mode updated (3aae154a23 -> 5b8f9f4aeb)

2025-05-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/matlab-mode. from 3aae154a23 metest.el: disable metest-fill-paragraph on windows new 5428ad383b matlab.el: fix incorrect font in classdef property comments new 8af027320f Move docs on contributions to ./contributing new 6

[elpa] externals/denote-sequence 81358e6967: Acknowledge Alex Carney for the feedback that led to 'denote-sequence-rename-as-parent'

2025-05-22 Thread ELPA Syncer
branch: externals/denote-sequence commit 81358e6967f8ed12725a528b904a06d624869398 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Alex Carney for the feedback that led to 'denote-sequence-rename-as-parent' This was done in issue 4:

[nongnu] elpa/cider 23a7e4f6b0 1/4: Mention the release notes in the readme

2025-05-22 Thread ELPA Syncer
branch: elpa/cider commit 23a7e4f6b09c6fe51a2b1b628a8f14a2b1520252 Author: Bozhidar Batsov Commit: Bozhidar Batsov Mention the release notes in the readme --- README.md | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29dcad8c7d..5ba8b7dacf

[nongnu] elpa/cider 231f8e7901 3/4: Streamline the installation docs

2025-05-22 Thread ELPA Syncer
branch: elpa/cider commit 231f8e79016d271a9fa1e9a4ac8197f86f5ee114 Author: Bozhidar Batsov Commit: Bozhidar Batsov Streamline the installation docs --- doc/modules/ROOT/pages/basics/installation.adoc | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/doc/m

[nongnu] elpa/cider 8b446069b9 4/4: [Docs] Suggest the use of package-vc-install for downgrading CIDER

2025-05-22 Thread ELPA Syncer
branch: elpa/cider commit 8b446069b91bede0ca3cdd4e3349bce385b5f44c Author: Bozhidar Batsov Commit: Bozhidar Batsov [Docs] Suggest the use of package-vc-install for downgrading CIDER --- doc/modules/ROOT/pages/faq.adoc | 22 -- 1 file changed, 20 insertions(+), 2 deletion

[nongnu] elpa/cider updated (f83d768418 -> 8b446069b9)

2025-05-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/cider. from f83d768418 [completion] Protect call to check-parens with save-mark-and-excursion (#3818) new 23a7e4f6b0 Mention the release notes in the readme new ac86c55597 Remove wrapper around package-get-version new 231f8e79

[nongnu] elpa/gptel f9a4af7022 2/5: gptel-rewrite: Add preset picker to menu

2025-05-22 Thread ELPA Syncer
branch: elpa/gptel commit f9a4af702265f9855829a9a0e3266db10a569df6 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-rewrite: Add preset picker to menu * gptel-rewrite.el (gptel-rewrite): Add preset picker to menu. * gptel-transient.el (gptel--format-preset-stri

[elpa] externals/doric-themes 858412fd69: Bump version to trigger GNU ELPA package build

2025-05-22 Thread ELPA Syncer
branch: externals/doric-themes commit 858412fd694cb769fb427e3323d2e1344ff10d98 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Bump version to trigger GNU ELPA package build --- doric-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-themes.el b/dor

[nongnu] elpa/gptel b068edb808 4/5: gptel-openai: Prevent null tool-calls from causing error (#830)

2025-05-22 Thread ELPA Syncer
branch: elpa/gptel commit b068edb808bb17df90900038949e33da5638b15c Author: Ragnar Dahlén Commit: GitHub gptel-openai: Prevent null tool-calls from causing error (#830) * gptel-openai.el (gptel--parse-response): Ensure that tool-calls are processed only if they are not null. Thi

[nongnu] elpa/gptel 59ed891293 3/5: gptel: Handle rewrite-directive when applying preset

2025-05-22 Thread ELPA Syncer
branch: elpa/gptel commit 59ed891293f3d276551dbab9359f25dcb6561cd2 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Handle rewrite-directive when applying preset * gptel.el (gptel--apply-preset): Handle `gptel--rewrite-directive' when applying a preset. While it i

[nongnu] elpa/gptel ff4ca734a7 1/5: gptel: Fix typo in generated preset code

2025-05-22 Thread ELPA Syncer
branch: elpa/gptel commit ff4ca734a7cbcd0705ee53b90917c7c060a1a23f Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Fix typo in generated preset code * gptel.el (gptel--save-preset): Fix typo in generated elisp code for a saved preset. --- gptel.el | 2 +- 1 file

[nongnu] elpa/gptel 02fa8250a3 5/5: gptel-openai: Send tool parameters when args is nil (#818)

2025-05-22 Thread ELPA Syncer
branch: elpa/gptel commit 02fa8250a3274c52d8dab91b525d193328b156e1 Author: longlene Commit: GitHub gptel-openai: Send tool parameters when args is nil (#818) gptel.el (gptel--parse-tools): Send `;parameters' with a `:null` value when a tool takes no arguments. Previously OpenAI

[nongnu] elpa/gptel updated (c03e4f3a47 -> 02fa8250a3)

2025-05-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gptel. from c03e4f3a47 gptel-org: Fix duplicate call to strip-elements new ff4ca734a7 gptel: Fix typo in generated preset code new f9a4af7022 gptel-rewrite: Add preset picker to menu new 59ed891293 gptel: Handle rewrite-directi

[nongnu] elpa/cider ac86c55597 2/4: Remove wrapper around package-get-version

2025-05-22 Thread ELPA Syncer
branch: elpa/cider commit ac86c55597ba2449c9f753a6fce4f096f0c92ec3 Author: Bozhidar Batsov Commit: Bozhidar Batsov Remove wrapper around package-get-version It's no longer needed now that we target Emacs 27. --- cider-util.el| 10 +- test/cider-util-tests.el |

[nongnu] elpa/aidermacs 708b7bd6a3 1/3: Add back aidermacs vs aider vs aider.el section

2025-05-22 Thread ELPA Syncer
branch: elpa/aidermacs commit 708b7bd6a369ab618470766fd8de767fba7c694c Author: Mingde (Matthew) Zeng Commit: Mingde (Matthew) Zeng Add back aidermacs vs aider vs aider.el section Since people were wondering... Closes #105 and addresses tninja/aider.el#152 --- README.md | 6

[nongnu] elpa/gptel 93c98514d0: gptel-gh: add claude-sonnet/opus-4 (#860)

2025-05-22 Thread ELPA Syncer
branch: elpa/gptel commit 93c98514d0daf3d10a116e03a96042a8e263f5d3 Author: kiennq Commit: GitHub gptel-gh: add claude-sonnet/opus-4 (#860) gptel-gh.el (gptel--gh-models): Add Sonnet-4 and Opus-4. --- gptel-gh.el | 16 1 file changed, 16 insertions(+) diff --git a/

[elpa] externals/minuet b77fe73ace: feat: make end point for gemini and claude configurable.

2025-05-22 Thread ELPA Syncer
branch: externals/minuet commit b77fe73ace89e7bb9d7fd662c57dee9acffa0709 Author: Milan Glacier Commit: Milan Glacier feat: make end point for gemini and claude configurable. --- minuet.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/minuet.el b/minuet.el index

[nongnu] elpa/aidermacs 878d55f644 2/3: Bump to 1.4

2025-05-22 Thread ELPA Syncer
branch: elpa/aidermacs commit 878d55f644bf6e4b86ca77944fd37e74400371c4 Author: Mingde (Matthew) Zeng Commit: Mingde (Matthew) Zeng Bump to 1.4 --- aidermacs-backend-comint.el | 2 +- aidermacs-backend-vterm.el | 2 +- aidermacs-backends.el | 2 +- aidermacs-models.el | 2 +-

[nongnu] elpa/aidermacs 727498e375 3/3: Update RELEASE

2025-05-22 Thread ELPA Syncer
branch: elpa/aidermacs commit 727498e375e8320723f8adb3814163ce22e23c34 Author: Mingde (Matthew) Zeng Commit: Mingde (Matthew) Zeng Update RELEASE --- CHANGELOG.md => RELEASE.md | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/REL

[nongnu] elpa/aidermacs updated (29ba1b8183 -> 727498e375)

2025-05-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/aidermacs. from 29ba1b8183 Fix temp buffer exec path new 708b7bd6a3 Add back aidermacs vs aider vs aider.el section new 878d55f644 Bump to 1.4 new 727498e375 Update RELEASE Summary of changes: README.md | 6

[elpa] externals/llm 5a9f792f16: Add Claude 4 family of models (#196)

2025-05-22 Thread ELPA Syncer
branch: externals/llm commit 5a9f792f1647107f9408af4e804d3ad7e9f285ff Author: Andrew Hyatt Commit: GitHub Add Claude 4 family of models (#196) --- NEWS.org | 2 ++ llm-claude.el | 2 +- llm-models.el | 10 ++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS

[elpa] externals/matlab-mode 62705b7cb1 1/4: matlab.el: code cleanup for classdef property comments

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit 62705b7cb1b0759779d48f29d63dad9a6041db23 Author: John Ciolfi Commit: John Ciolfi matlab.el: code cleanup for classdef property comments Incorporate suggestions from Stefan Monnier --- matlab.el | 57 --

[elpa] externals/matlab-mode f4a7969fc6 4/4: CONTRIBUTING.org: add info on updating NEWS.org and other guidelines

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit f4a7969fc61bd290a4e17340bf6b71ae2e9efd5b Author: John Ciolfi Commit: John Ciolfi CONTRIBUTING.org: add info on updating NEWS.org and other guidelines --- contributing/CONTRIBUTING.org | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-)

[elpa] externals/matlab-mode updated (5b8f9f4aeb -> f4a7969fc6)

2025-05-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/matlab-mode. from 5b8f9f4aeb Add defconst matlab-version, remove matlab-mode-version new 62705b7cb1 matlab.el: code cleanup for classdef property comments new 93e8b69442 Renamed ChangeLog.org to NEWS.org for ELPA new abcc9

[elpa] externals/matlab-mode abcc97076c 3/4: matlab-mode.el: use (package-get-version) for matlab-version

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit abcc97076c58aca3caa863581cc4cee645e2c351 Author: John Ciolfi Commit: John Ciolfi matlab-mode.el: use (package-get-version) for matlab-version Thanks to suggestion from Stefan Monnier --- matlab-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 d

[elpa] externals/el-job updated (2cab7bc61b -> a88e9d3672)

2025-05-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/el-job. from 2cab7bc61b Cleaner workaround for buffer-env new d07ed2da8a Style (easier to read) new a400514e3c As Stefan said, that's a dolist new a88e9d3672 Polish Summary of changes: el-job.el | 15 --- 1

[elpa] externals/el-job a88e9d3672 3/3: Polish

2025-05-22 Thread ELPA Syncer
branch: externals/el-job commit a88e9d36728649082151475ade774ba2ae5b46a0 Author: Martin Edström Commit: Martin Edström Polish --- el-job.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/el-job.el b/el-job.el index c191014ac9..d1b6dd9f0e 100644 --- a/el-job.el +++ b/

[elpa] externals/el-job d07ed2da8a 1/3: Style (easier to read)

2025-05-22 Thread ELPA Syncer
branch: externals/el-job commit d07ed2da8a533b5e41a0c95dc00985cd6b9fb670 Author: Martin Edström Commit: Martin Edström Style (easier to read) --- el-job.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/el-job.el b/el-job.el index 02226d9085..5d6006a7a8 100644 -

[elpa] externals/el-job a400514e3c 2/3: As Stefan said, that's a dolist

2025-05-22 Thread ELPA Syncer
branch: externals/el-job commit a400514e3c4907e0b997185d06ea8b4ecf5b0145 Author: Martin Edström Commit: Martin Edström As Stefan said, that's a dolist --- el-job.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/el-job.el b/el-job.el index 5d6006a7a8..c191014ac9 10064

[elpa] externals/matlab-mode 93e8b69442 2/4: Renamed ChangeLog.org to NEWS.org for ELPA

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit 93e8b6944288223627dfafa2decc4d39d4c077ef Author: John Ciolfi Commit: John Ciolfi Renamed ChangeLog.org to NEWS.org for ELPA Per suggestion from Stefan Monnier. --- ChangeLog.org => NEWS.org | 0 1 file changed, 0 insertions(+), 0 deletions(-) d

[nongnu] elpa/gptel a40e219fad: gptel-anthropic: Add Sonnet-4 and Opus-4 models

2025-05-22 Thread ELPA Syncer
branch: elpa/gptel commit a40e219fad21e4214da840b0852a73b6fc174d93 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-anthropic: Add Sonnet-4 and Opus-4 models * gptel-anthropic.el (gptel--anthropic-models): Add claude-sonnet-4-20250514 and claude-opus-4-20250514. Th

[nongnu] elpa/sly 63131ef965 3/3: Unbreak broken sticker test

2025-05-22 Thread ELPA Syncer
branch: elpa/sly commit 63131ef965d8ff3a6b79cc7aff8e8f5fc1a82aec Author: João Távora Commit: João Távora Unbreak broken sticker test * test/sly-stickers-tests.el (sly-stickers--topmost-sticker): Beware of non-sticker buttons. (sly-stickers--base-face): sticker is always an o

[nongnu] elpa/sly ff008ce176 1/3: Fix #681: Fix try-completion call

2025-05-22 Thread ELPA Syncer
branch: elpa/sly commit ff008ce176a0a2af769e9d83987921ac750dfade Author: João Távora Commit: João Távora Fix #681: Fix try-completion call Can't just return the value of try-completion when using anything but the prefix style because that will just fail even though there are

[nongnu] elpa/sly f13ceb762c 2/3: Unbreak for Emacs 26

2025-05-22 Thread ELPA Syncer
branch: elpa/sly commit f13ceb762c306c77d5e87366713a2a1689bb5113 Author: João Távora Commit: João Távora Unbreak for Emacs 26 We need to require subr-x upfront because string-join isn't autoloaded. * lib/sly-completion.el (subr-x): require it. --- lib/sly-completion.el

[nongnu] elpa/sly updated (ce17a568ef -> 63131ef965)

2025-05-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sly. from ce17a568ef Close #678: Fix erroring behaviour in sly-sexp-at-point new ff008ce176 Fix #681: Fix try-completion call new f13ceb762c Unbreak for Emacs 26 new 63131ef965 Unbreak broken sticker test Summary of changes:

[elpa] externals/matlab-mode e9ab4fb8b0: Add doc/matlab-language-server-lsp-mode.org

2025-05-22 Thread ELPA Syncer
branch: externals/matlab-mode commit e9ab4fb8b0fedc0e769f4c7e0d86bd26a08567f8 Author: John Ciolfi Commit: John Ciolfi Add doc/matlab-language-server-lsp-mode.org https://github.com/mathworks/MATLAB-language-server, matlabls, is used for code navigation, code completion, go to d

[elpa] externals/el-job 850391b0e1: Satisfy linters

2025-05-22 Thread ELPA Syncer
branch: externals/el-job commit 850391b0e1ea7cebb222f318ba4e9f1f5a5284a5 Author: Martin Edström Commit: Martin Edström Satisfy linters --- .github/workflows/test.yml | 1 - el-job-test.el | 2 +- el-job.el | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-)