[elpa] externals/triples 5e17182a53: Add a float type and document types (#18)

2025-05-10 Thread ELPA Syncer
branch: externals/triples commit 5e17182a5374a1656761bb26832fd21c6f168685 Author: Andrew Hyatt Commit: GitHub Add a float type and document types (#18) --- README.org | 2 ++ triples-test.el | 72 ++--- triples.el | 11 +

[elpa] branch externals/mathsheet created (now 83f43fcc8a)

2025-05-10 Thread ELPA Syncer
elpasync pushed a change to branch externals/mathsheet. at 83f43fcc8a Add .el file No new revisions were added by this update.

[elpa] main ba0aac9af3: elpa-packages (mathsheet): Rename from `org-mathsheet`

2025-05-10 Thread Stefan Monnier via
branch: main commit ba0aac9af34a028597192f999af4a8860307472e Author: Stefan Monnier Commit: Stefan Monnier elpa-packages (mathsheet): Rename from `org-mathsheet` --- elpa-packages | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elpa-packages b/elpa-packages index 1

[nongnu] elpa/blueprint-ts-mode 31ba622cbe 1/2: Update README.org

2025-05-10 Thread ELPA Syncer
branch: elpa/blueprint-ts-mode commit 31ba622cbec0e2697a79973474df6ab55f0b7e84 Author: d-musique <119169473+d-musi...@users.noreply.github.com> Commit: GitHub Update README.org --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 5f

[nongnu] elpa/blueprint-ts-mode 8cd9410029 2/2: Merge pull request #2 from d-musique/patch-1

2025-05-10 Thread ELPA Syncer
branch: elpa/blueprint-ts-mode commit 8cd94100299975bb7c81694b44859be2921bb9cd Merge: e9e56dec10 31ba622cbe Author: Huan <73443559+hua...@users.noreply.github.com> Commit: GitHub Merge pull request #2 from d-musique/patch-1 Update README.org --- README.org | 2 +- 1 file changed, 1

[elpa] externals/org-mathsheet 83f43fcc8a: Add .el file

2025-05-10 Thread ELPA Syncer
branch: externals/org-mathsheet commit 83f43fcc8ab3d80f10891eee0e69992fcf4d59b5 Author: Ian Martins Commit: Ian Martins Add .el file --- mathsheet.el | 607 +++ 1 file changed, 607 insertions(+) diff --git a/mathsheet.el b/mathsheet.e

[nongnu] elpa/helm 8ca403268c 2/4: simpler patch by Thierry Volpiatto

2025-05-10 Thread ELPA Syncer
branch: elpa/helm commit 8ca403268c2411b084970d3c4a23e986192eafa6 Author: Ta Quang Trung Commit: Ta Quang Trung simpler patch by Thierry Volpiatto --- helm-lib.el | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/helm-lib.el b/helm-lib.el index d95022e43b..6fb58294

[nongnu] elpa/helm e9c12605d2 1/4: fix: exception occuring when trimming empty summary string

2025-05-10 Thread ELPA Syncer
branch: elpa/helm commit e9c12605d2c7aa7a75b5db0ab545263cfd5192a9 Author: Ta Quang Trung Commit: Ta Quang Trung fix: exception occuring when trimming empty summary string --- helm-lib.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/helm-lib.el b/helm-lib.el in

[nongnu] elpa/helm 074167a03b 3/4: fix matching doc string

2025-05-10 Thread ELPA Syncer
branch: elpa/helm commit 074167a03b83cefbbdb59d4792b1096f4f75e8d7 Author: Ta Quang Trung Commit: Ta Quang Trung fix matching doc string --- helm-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-lib.el b/helm-lib.el index 6fb58294c5..05f03973b1 100644 --- a/hel

[nongnu] elpa/helm e6527edd1d 4/4: Merge pull request #2716 from taquangtrung/master

2025-05-10 Thread ELPA Syncer
branch: elpa/helm commit e6527edd1d8d7f72801e9fc5b73bceb339aa1e76 Merge: fbea86 074167a03b Author: Thierry Volpiatto Commit: GitHub Merge pull request #2716 from taquangtrung/master fix: exception occurring when trimming empty summary string --- helm-lib.el | 2 +- 1 file chang

[nongnu] elpa/helm updated (fbea333386 -> e6527edd1d)

2025-05-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from fbea86 Fix interactive mode new e9c12605d2 fix: exception occuring when trimming empty summary string new 8ca403268c simpler patch by Thierry Volpiatto new 074167a03b fix matching doc string new e6527edd

[elpa] externals/llm d3b46890f3: Return nil for false values in tool calls. (#191)

2025-05-10 Thread ELPA Syncer
branch: externals/llm commit d3b46890f3d081044a4f3422f5280b27fb356f5d Author: Andrew Hyatt Commit: GitHub Return nil for false values in tool calls. (#191) This should fix https://github.com/ahyatt/llm/issues/173. --- NEWS.org | 2 ++ README.org |

[elpa] externals/jinx 1c9be6c329: jinx--syntax-table: Do not treat dash as word character

2025-05-10 Thread ELPA Syncer
branch: externals/jinx commit 1c9be6c3293a5f34c205042c326ac3617ccab7fe Author: Daniel Mendler Commit: Daniel Mendler jinx--syntax-table: Do not treat dash as word character --- jinx.el | 1 - 1 file changed, 1 deletion(-) diff --git a/jinx.el b/jinx.el index 4fb3e19ba0..01b820d5b4 100644 -

[nongnu] elpa/clojure-ts-mode edf0d32b92: Introduce commands to convert collection type

2025-05-10 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit edf0d32b92ee36fad797d02e7960a0dfbd93b648 Author: Roman Rudakov Commit: Bozhidar Batsov Introduce commands to convert collection type --- CHANGELOG.md| 1 + README.md | 34 +--

[nongnu] elpa/annotate de797e4f8f 3/3: Merge pull request #171 from cage2/master

2025-05-10 Thread ELPA Syncer
branch: elpa/annotate commit de797e4f8fe82daed84b34ac3fdbadedf519ba66 Merge: fdf41ed93a 09d48e5644 Author: cage2 <1257703+ca...@users.noreply.github.com> Commit: GitHub Merge pull request #171 from cage2/master Removed compilation warnings --- Changelog | 42 ++

[nongnu] elpa/annotate updated (fdf41ed93a -> de797e4f8f)

2025-05-10 Thread ELPA Syncer
elpasync pushed a change to branch elpa/annotate. from fdf41ed93a Merge pull request #169 from cage2/master new 51b13153f3 - fixed type definition of customiziable variables related to font faces of annotations; new 09d48e5644 - increased version number; new de797e4

[nongnu] elpa/annotate 09d48e5644 2/3: - increased version number;

2025-05-10 Thread ELPA Syncer
branch: elpa/annotate commit 09d48e5644c71a8a8780a512cbd62ba63c9d30b9 Author: cage Commit: cage - increased version number; - updated NEWS file; - updated Changelog. --- Changelog | 42 ++ NEWS.org| 4 annotate.el | 4 ++

[nongnu] elpa/annotate 51b13153f3 1/3: - fixed type definition of customiziable variables related to font faces of annotations;

2025-05-10 Thread ELPA Syncer
branch: elpa/annotate commit 51b13153f3edcf05c84294642da2382570e15731 Author: cage Commit: cage - fixed type definition of customiziable variables related to font faces of annotations; - changed deprecated function related to info mode; - reformatted some docstrings to fit

[nongnu] elpa/gptel b891789c05: gptel-transient: Don't capitalize tool category names

2025-05-10 Thread ELPA Syncer
branch: elpa/gptel commit b891789c05d9e7b17c535d2d1a35392c3058808d Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-transient: Don't capitalize tool category names * gptel-transient.el (gptel-tools): Don't capitalize tool category names. This is awkward depending o

[elpa] externals/ement b69f6c9b54 1/9: Use eww-browse-url instead of browse-url in ement-room-browse-mxc

2025-05-10 Thread ELPA Syncer
branch: externals/ement commit b69f6c9b54c3f87c94bef5429a5948e14fda886f Author: Arto Jantunen Commit: Adam Porter Use eww-browse-url instead of browse-url in ement-room-browse-mxc In the modern days of authenticated media this doesn't do anything useful if the user has configure