[elpa] new-version e7231a2245: Set version to 0.18.1

2024-11-18 Thread Andrew Hyatt
branch: new-version commit e7231a22451867529afc4749b5b77e21c29b87bf Author: Andrew Hyatt Commit: Andrew Hyatt Set version to 0.18.1 --- llm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm.el b/llm.el index 642632aed9..8484beec43 100644 --- a/llm.el +++ b/llm.el @@

[elpa] branch new-version deleted (was e7231a2245)

2024-11-18 Thread Andrew Hyatt
ahyatt pushed a change to branch new-version. was e7231a2245 Set version to 0.18.1 This change permanently discards the following revisions: discards e7231a2245 Set version to 0.18.1

[nongnu] elpa/xah-fly-keys 6ef7d2cc36: xah-fly-use-control-key is now nil by default. 2 people asked for it. i think a lot people want this. experimental. we'll see.

2024-11-18 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 6ef7d2cc36a3f1a69edda0b431d20d1752b53e95 Author: Xah Lee Commit: Xah Lee xah-fly-use-control-key is now nil by default. 2 people asked for it. i think a lot people want this. experimental. we'll see. --- xah-fly-keys.el | 7 --- 1 file changed, 4 insert

[nongnu] elpa/apropospriate-theme 56c8c1b575: add completion-preview-exact face

2024-11-18 Thread ELPA Syncer
branch: elpa/apropospriate-theme commit 56c8c1b575106e72bcab2227fd73cf34f7f3df79 Author: justin talbott Commit: justin talbott add completion-preview-exact face --- README.md | 1 + apropospriate-theme.el | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.

[elpa] externals/realgud-lldb deacd070e8 2/2: Merge pull request #12 from Azkae/patch-1

2024-11-18 Thread ELPA Syncer
branch: externals/realgud-lldb commit deacd070e8ab8830f4d577fee37136ad89183d13 Merge: 0ce28d7aa9 ccd9805a74 Author: R. Bernstein Commit: GitHub Merge pull request #12 from Azkae/patch-1 Fix frame-format carriage return --- lldb/lldb.el | 2 +- 1 file changed, 1 insertion(+), 1 dele

[elpa] externals/realgud-lldb ccd9805a74 1/2: Fix frame-format carriage return

2024-11-18 Thread ELPA Syncer
branch: externals/realgud-lldb commit ccd9805a74ecf1bcf7199273d3d39f8092aeac98 Author: Romain Ouabdelkader Commit: GitHub Fix frame-format carriage return --- lldb/lldb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/lldb.el b/lldb/lldb.el index 30a7ea555b..e1c70

[elpa] externals/llm updated (c31309d1bf -> 90c2451d0c)

2024-11-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/llm. from c31309d1bf Fix for ollama name and capabilities for embedding only models (#106) new 6a513ea01d Fix extra argument in llm-batch-embeddings-async (#107) new 90c2451d0c Set version to 0.18.1 (#108) Summary of changes:

[elpa] externals/hyperbole 7ccfb435ff 4/4: Merge pull request #609 from rswgnu/rsw

2024-11-18 Thread ELPA Syncer
branch: externals/hyperbole commit 7ccfb435ff649346e0ec62d6fdad4568113f1731 Merge: d9f7c7fb7a 598abd3ae7 Author: Robert Weiner Commit: GitHub Merge pull request #609 from rswgnu/rsw HyWiki - fix a number of edge cases with HyWiki highlighting --- ChangeLog | 21 ++

[elpa] externals/llm 90c2451d0c 2/2: Set version to 0.18.1 (#108)

2024-11-18 Thread ELPA Syncer
branch: externals/llm commit 90c2451d0c0d1b9598e67b2c1a3516a8496f130f Author: Andrew Hyatt Commit: GitHub Set version to 0.18.1 (#108) --- llm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm.el b/llm.el index 642632aed9..8484beec43 100644 --- a/llm.el +++ b/llm.el

[nongnu] elpa/bash-completion updated (0f4f7ab456 -> e6e82ae787)

2024-11-18 Thread ELPA Syncer
elpasync pushed a change to branch elpa/bash-completion. from 0f4f7ab456 Merge pull request #73 from tarsiiformes/cosmetics new f3a85184ef Fix strange issue with scripts using < <(cmd). new 74f343f5a5 Add Eldev, as an upcoming replacement for cask. new 483643e70a Add

[nongnu] elpa/bash-completion e75de2a86a 6/7: Switch from Cask to Eldev to build and run tests.

2024-11-18 Thread ELPA Syncer
branch: elpa/bash-completion commit e75de2a86a58844d8693660694c32e5b5328325a Author: Stephane Zermatten Commit: Stephane Zermatten Switch from Cask to Eldev to build and run tests. This change documents using Eldev instead of Cask to run the tests and remove Cask and its associa

[nongnu] elpa/bash-completion 74f343f5a5 2/7: Add Eldev, as an upcoming replacement for cask.

2024-11-18 Thread ELPA Syncer
branch: elpa/bash-completion commit 74f343f5a5d25869c42f671b2e60092926a4e76f Author: Stephane Zermatten Commit: Stephane Zermatten Add Eldev, as an upcoming replacement for cask. Still keep cask for now. --- .gitignore | 2 ++ Eldev | 28 2 files

[nongnu] elpa/bash-completion 483643e70a 3/7: Add option eldev test --bash=.

2024-11-18 Thread ELPA Syncer
branch: elpa/bash-completion commit 483643e70a0f4120e6a2c4d27ad8838282df6e00 Author: Stephane Zermatten Commit: Stephane Zermatten Add option eldev test --bash=. This new option allows setting the bash executable that's used in the tests. This is the equivalent of writing

[nongnu] elpa/bash-completion f3a85184ef 1/7: Fix strange issue with scripts using < <(cmd).

2024-11-18 Thread ELPA Syncer
branch: elpa/bash-completion commit f3a85184ef9cc925bedcdbd62f66dd63a658f181 Author: Stephane Zermatten Commit: Stephane Zermatten Fix strange issue with scripts using < <(cmd). Before this change, bash-completion.el would check the version of Bash and if the version was recent

[nongnu] elpa/bash-completion a9bd52d352 4/7: Using eldev instead of cask on the test workflow.

2024-11-18 Thread ELPA Syncer
branch: elpa/bash-completion commit a9bd52d3525ab7a17f056a8ab0534f53be492174 Author: Stephane Zermatten Commit: Stephane Zermatten Using eldev instead of cask on the test workflow. --- .github/workflows/test.yml | 65 +++--- 1 file changed, 33 inserti

[nongnu] elpa/bash-completion e6e82ae787 7/7: Add Eldev to .elpaignore.

2024-11-18 Thread ELPA Syncer
branch: elpa/bash-completion commit e6e82ae78727e3bc67bf71c645b0c807b2d141ac Author: Stephane Zermatten Commit: Stephane Zermatten Add Eldev to .elpaignore. --- .elpaignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.elpaignore b/.elpaignore index 54eba3a61f..5506

[nongnu] elpa/bash-completion a7b305c688 5/7: Fix test.yml.

2024-11-18 Thread ELPA Syncer
branch: elpa/bash-completion commit a7b305c68823b3fb99ad44334798b5bdb6357aa6 Author: Stephane Zermatten Commit: Stephane Zermatten Fix test.yml. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/

[elpa] externals/hyperbole updated (d9f7c7fb7a -> 7ccfb435ff)

2024-11-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from d9f7c7fb7a Run Emacs as a make target for use with docker (#608) new a7aefb122b HyWiki - fix a number of edge cases with HyWiki highlighting new 7f0ac697a9 Merge branch 'master' into rsw new 598abd3ae7 hyw

[nongnu] elpa/slime 929753a0df: Fix ECL.

2024-11-18 Thread ELPA Syncer
branch: elpa/slime commit 929753a0dfb04832e3e358e5c83a90086111aedf Author: Stas Boukarev Commit: Stas Boukarev Fix ECL. Fixes #849 --- swank.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swank.lisp b/swank.lisp index 7cc332231a..ec34ab9c29 100644 --- a/sw

[elpa] externals/ellama updated (882b0b241c -> e8f64969d6)

2024-11-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from 882b0b241c Bump version new b467c26913 Add coding-provider and update documentation new bd3d01d86f Merge pull request #174 from zibebe/main new e8f64969d6 Bump version Summary of changes: NEWS.org | 2 ++

[elpa] externals/ellama bd3d01d86f 2/3: Merge pull request #174 from zibebe/main

2024-11-18 Thread ELPA Syncer
branch: externals/ellama commit bd3d01d86f7a219e3ff0b1c6250dcda36e2e6357 Merge: 882b0b241c b467c26913 Author: Sergey Kostyaev Commit: GitHub Merge pull request #174 from zibebe/main Add coding-provider and update documentation --- README.org | 7 +++ ellama.el | 15 ++

[elpa] externals/ellama b467c26913 1/3: Add coding-provider and update documentation

2024-11-18 Thread ELPA Syncer
branch: externals/ellama commit b467c269133f5f2e38e994d1fddba2128b73f5b2 Author: Tobias Tschinkowitz Commit: Tobias Tschinkowitz Add coding-provider and update documentation --- README.org | 7 +++ ellama.el | 15 +-- 2 files changed, 20 insertions(+), 2 deletions(-) diff

[elpa] externals/ellama e8f64969d6 3/3: Bump version

2024-11-18 Thread ELPA Syncer
branch: externals/ellama commit e8f64969d66aa71341804e0a4f8d3e7c632bf3b6 Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 2 ++ ellama.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index bb401a7b49..df0b36916a 100644

[elpa] externals/denote 0cc5f450d7 01/10: Fix regression when renaming new unsaved note

2024-11-18 Thread ELPA Syncer
branch: externals/denote commit 0cc5f450d72348bab71486108a22d64a4e9d00ea Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Fix regression when renaming new unsaved note --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el in

[elpa] externals/pulsar 90cd726371 6/7: Document pulsar-pulse-region-functions in the manual

2024-11-18 Thread ELPA Syncer
branch: externals/pulsar commit 90cd726371f91d1c668ec3dadc3c0b7913e6bb0d Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document pulsar-pulse-region-functions in the manual --- README.org | 8 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index d619

[elpa] externals/exwm 369b4171e8: Avoid sometimes selecting killed buffers (#87)

2024-11-18 Thread ELPA Syncer
branch: externals/exwm commit 369b4171e8167bab76091f94b8b5b9021976f6cd Author: Garklein <63201615+garkl...@users.noreply.github.com> Commit: GitHub Avoid sometimes selecting killed buffers (#87) * exwm-layout.el (exwm-layout--refresh-workspace): avoid selecting deleted buffers.

[elpa] externals/denote ef033a5084 09/10: Fix mistake made by the previous commit

2024-11-18 Thread ELPA Syncer
branch: externals/denote commit ef033a50840b916e523d48b98a4eff8933ea89c4 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix mistake made by the previous commit --- denote-silo-extras.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/denote-silo-ext

[elpa] externals/denote 51fa48dcd7 05/10: Add denote-rename-file-date

2024-11-18 Thread ELPA Syncer
branch: externals/denote commit 51fa48dcd71e24cc70bd799ccaa74e81c21be3ce Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Add denote-rename-file-date --- denote.el | 10 ++ 1 file changed, 10 insertions(+) diff --git a/denote.el b/denote.el index b65d495f69..1a9567

[elpa] externals/denote ad7a102116 10/10: Use denote-get-link-description instead of denote--link-get-description in denote-org-extras.el

2024-11-18 Thread ELPA Syncer
branch: externals/denote commit ad7a10211653561ad74a36d7b308d584749a0171 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use denote-get-link-description instead of denote--link-get-description in denote-org-extras.el --- denote-org-extras.el | 4 ++-- 1 file changed, 2 insertions(+

[elpa] externals/denote e6656d4fc2 04/10: Make it possible to change the date/id of a note

2024-11-18 Thread ELPA Syncer
branch: externals/denote commit e6656d4fc2ca14010324c4f91ef2d0bf11bd001e Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Make it possible to change the date/id of a note --- denote.el | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/denote.el b/

[elpa] externals/denote 3026f6ada5 02/10: Add signature to front matter

2024-11-18 Thread ELPA Syncer
branch: externals/denote commit 3026f6ada57bb5bb932f51b2e7a90a6c6700535a Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Add signature to front matter --- denote.el | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/denote.el b/denote.

[elpa] externals/denote 45f3eef294 07/10: Merge pull request #480 from jeanphilippegg/features-and-fix

2024-11-18 Thread ELPA Syncer
branch: externals/denote commit 45f3eef2942cbd50fd112ae15fb700b2c51035c6 Merge: 7c8ed195d8 ef93ebd781 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #480 from jeanphilippegg/features-and-fix Signatures in front matter, change id/date and bug fix --- denote.el | 89 ++

[elpa] externals/denote 73571a65fb 08/10: Reindent files

2024-11-18 Thread ELPA Syncer
branch: externals/denote commit 73571a65fb759ef2357ea875faee840dceb11385 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reindent files --- denote-silo-extras.el | 12 ++-- denote.el | 12 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --gi

[elpa] externals/denote 3d8e575260 03/10: Add default values to denote--*-key-regexp functions

2024-11-18 Thread ELPA Syncer
branch: externals/denote commit 3d8e575260f86d2dfdfd31509fae59d71ea8e54d Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Add default values to denote--*-key-regexp functions --- denote.el | 47 --- 1 file changed, 28 insertions(+

[elpa] externals/denote ef93ebd781 06/10: Fix docstring of denote--keywords-value-function

2024-11-18 Thread ELPA Syncer
branch: externals/denote commit ef93ebd7812a1591d7da054b1acef8c689211156 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Fix docstring of denote--keywords-value-function --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el

[elpa] externals/denote updated (7c8ed195d8 -> ad7a102116)

2024-11-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 7c8ed195d8 Note that new README wording about denote-rewrite-front-matter is part of development new 0cc5f450d7 Fix regression when renaming new unsaved note new 3026f6ada5 Add signature to front matter new 3