[elpa] externals/brief 30c5bf4878: Release of v5.90, Brief-style neighboring window merge on deletion.

2024-03-21 Thread Luke Lee
branch: externals/brief commit 30c5bf48784a7de2e18069a1065fa14a6ff843fe Author: Luke Lee Commit: Luke Lee Release of v5.90, Brief-style neighboring window merge on deletion. * brief.el: Besides the window merge on deletion (the key) major changes, the key to adjust window edge

[elpa] externals/org ad02825337 1/2: org-persist: Do not demand write access to existing directories

2024-03-21 Thread ELPA Syncer
branch: externals/org commit ad02825337c75ea63238cbe69b210ba60f101f13 Author: Ihor Radchenko Commit: Ihor Radchenko org-persist: Do not demand write access to existing directories * lisp/org-persist.el (org-persist--check-write-access): New function checking write access to crea

[elpa] externals/org updated (224254e7f0 -> 81dcc6350f)

2024-03-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 224254e7f0 fixup! Fix org-fontify-quote-and-verse-blocks when org-src-fontify-natively is t new ad02825337 org-persist: Do not demand write access to existing directories new fe83afc300 org-persist: Do not demand write

[elpa] externals-release/org fe83afc300: org-persist: Do not demand write access to existing directories

2024-03-21 Thread ELPA Syncer
branch: externals-release/org commit fe83afc300716a9a6fe5f8f76883a37468aa92aa Author: Ihor Radchenko Commit: Ihor Radchenko org-persist: Do not demand write access to existing directories * lisp/org-persist.el (org-persist--check-write-access): New function checking write access

[elpa] externals/org 81dcc6350f 2/2: Merge branch 'bugfix'

2024-03-21 Thread ELPA Syncer
branch: externals/org commit 81dcc6350f0e793189f6c370a7be27971463e9f8 Merge: ad02825337 fe83afc300 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix'

[nongnu] elpa/meow 59c058c3cc: Fix typo (#577)

2024-03-21 Thread ELPA Syncer
branch: elpa/meow commit 59c058c3ccf55badda65d55a56aa30cd025441c7 Author: kamoii <52167401+kam...@users.noreply.github.com> Commit: GitHub Fix typo (#577) Co-authored-by: kamoii <> --- meow-shims.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meow-shims.el b/

[elpa] externals/org updated (81dcc6350f -> 1b99cccbe9)

2024-03-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 81dcc6350f Merge branch 'bugfix' new 5dbf930c2d org-agenda-clock-cancel: Unmark clocking tasks in the agenda buffer new 1b99cccbe9 Merge branch 'bugfix' Summary of changes: lisp/org-agenda.el | 3 ++- 1 file changed,

[elpa] externals/org 1b99cccbe9: Merge branch 'bugfix'

2024-03-21 Thread ELPA Syncer
branch: externals/org commit 1b99cccbe91768adb6823ec4d2b54e2cef337d12 Merge: 81dcc6350f 5dbf930c2d Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org-agenda.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-agenda.el b/lisp/org-a

[elpa] externals-release/org 5dbf930c2d: org-agenda-clock-cancel: Unmark clocking tasks in the agenda buffer

2024-03-21 Thread ELPA Syncer
branch: externals-release/org commit 5dbf930c2d36f9df45600a7a3714b7e3beb2ec09 Author: Ihor Radchenko Commit: Ihor Radchenko org-agenda-clock-cancel: Unmark clocking tasks in the agenda buffer * lisp/org-agenda.el (org-agenda-clock-cancel): When canceling clock, remove clocking o

[elpa] externals/hyperbole 00682a4144 4/4: Add target to run make with a dockerized Emacs (#490)

2024-03-21 Thread ELPA Syncer
branch: externals/hyperbole commit 00682a4144cd4970bb1c8c09f3119054754bc244 Author: Mats Lidell Commit: GitHub Add target to run make with a dockerized Emacs (#490) --- ChangeLog | 4 Makefile | 22 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a

[elpa] externals/hyperbole updated (cb89021792 -> 00682a4144)

2024-03-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from cb89021792 Small fixes after release (#485) new aead31cb63 Add tests for verifying action key on hyrolo matches (#486) new 31d4095d05 Add hycontrol-blank-buffer-name and make it customizable (#488) new 10

[elpa] externals/hyperbole 31d4095d05 2/4: Add hycontrol-blank-buffer-name and make it customizable (#488)

2024-03-21 Thread ELPA Syncer
branch: externals/hyperbole commit 31d4095d053377483f2a2522f38c4ad210855d71 Author: Mats Lidell Commit: GitHub Add hycontrol-blank-buffer-name and make it customizable (#488) --- ChangeLog| 5 + hycontrol.el | 11 +-- 2 files changed, 14 insertions(+), 2 deletions(-) diff

[elpa] externals/hyperbole 10a2622fdb 3/4: Add test for ibut:at-p on a remote path name (#489)

2024-03-21 Thread ELPA Syncer
branch: externals/hyperbole commit 10a2622fdba06a1c3531a4d35c8df2c162784b49 Author: Mats Lidell Commit: GitHub Add test for ibut:at-p on a remote path name (#489) --- ChangeLog | 5 + test/hbut-tests.el | 15 ++- 2 files changed, 19 insertions(+), 1 deletion(-) di

[elpa] externals/hyperbole aead31cb63 1/4: Add tests for verifying action key on hyrolo matches (#486)

2024-03-21 Thread ELPA Syncer
branch: externals/hyperbole commit aead31cb63c25a256b0c776376ff544452f5c8ef Author: Mats Lidell Commit: GitHub Add tests for verifying action key on hyrolo matches (#486) --- ChangeLog| 9 test/hyrolo-tests.el | 123 ++- 2 f

[elpa] externals/kind-icon 1513b6f76b: Update README.md mentioning :height adjustment

2024-03-21 Thread ELPA Syncer
branch: externals/kind-icon commit 1513b6f76b149b0ce33342511797464f2eab7a41 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub Update README.md mentioning :height adjustment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index

[elpa] externals/org 01cc01fc13: doc/org-manual.org (Using the Property API): Fix typo

2024-03-21 Thread ELPA Syncer
branch: externals/org commit 01cc01fc130fc225264b55bc362a0a2eafe7508d Author: Ihor Radchenko Commit: Ihor Radchenko doc/org-manual.org (Using the Property API): Fix typo --- doc/org-manual.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-m

[elpa] externals/llm 5271ce0809 1/2: Fix issue where ollama sync embeddings always used localhost

2024-03-21 Thread ELPA Syncer
branch: externals/llm commit 5271ce080920c714e3e7d013c22c9b1ae7e7f4da Author: Andrew Hyatt Commit: Andrew Hyatt Fix issue where ollama sync embeddings always used localhost This fixes https://github.com/ahyatt/llm/issues/34. --- NEWS.org | 2 ++ llm-ollama.el | 2 +- 2 files c

[elpa] externals/llm 886e20c519 2/2: Simplify and stop making assumption about Open AI streaming

2024-03-21 Thread ELPA Syncer
branch: externals/llm commit 886e20c51969a4e28ab62a4fcf9ff31d8e4a42bd Author: Andrew Hyatt Commit: Andrew Hyatt Simplify and stop making assumption about Open AI streaming Other compatible Open AI may differ slightly, making my regexes not work. Now, we still use regexes, but

[elpa] externals/llm updated (5fb10b9bdb -> 886e20c519)

2024-03-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/llm. from 5fb10b9bdb Bump version to 0.12.0 new 5271ce0809 Fix issue where ollama sync embeddings always used localhost new 886e20c519 Simplify and stop making assumption about Open AI streaming Summary of changes: NEWS.org

[nongnu] elpa/helm updated (eae4f5a24a -> 9a9878c569)

2024-03-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from eae4f5a24a Use 'exact in exit-function only when string ends with / (#2646) new 4636f16e6a "while-no-input" on/off by defcustom "helm-update-edebug" for edebug. new 0221822de2 "while-no-input" on/off by defvar "helm-update

[nongnu] elpa/helm 0221822de2 2/5: "while-no-input" on/off by defvar "helm-update-edebug" for edebug.

2024-03-21 Thread ELPA Syncer
branch: elpa/helm commit 0221822de29fa297d7c67e0d27936285300d Author: AlexK Commit: AlexK "while-no-input" on/off by defvar "helm-update-edebug" for edebug. --- helm-core.el | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/helm-core.el b/helm-core.el in

[nongnu] elpa/helm 519fed0012 3/5: Merge pull request #2649 from karbiv/while-no-input_edebug_dev_fix

2024-03-21 Thread ELPA Syncer
branch: elpa/helm commit 519fed0012966fa1ffac1f9ecd2208aa65993527 Merge: eae4f5a24a 0221822de2 Author: Thierry Volpiatto Commit: GitHub Merge pull request #2649 from karbiv/while-no-input_edebug_dev_fix "while-no-input" on/off by defcustom "helm-update-edebug" for edebug. --- helm-

[nongnu] elpa/helm 4636f16e6a 1/5: "while-no-input" on/off by defcustom "helm-update-edebug" for edebug.

2024-03-21 Thread ELPA Syncer
branch: elpa/helm commit 4636f16e6aeb6bf8c8f158a73ed65bd649b5679d Author: AlexK Commit: AlexK "while-no-input" on/off by defcustom "helm-update-edebug" for edebug. --- helm-core.el | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/helm-core.el b/helm-core.el

[nongnu] elpa/helm-core updated (eae4f5a24a -> 9a9878c569)

2024-03-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from eae4f5a24a Use 'exact in exit-function only when string ends with / (#2646) adds 4636f16e6a "while-no-input" on/off by defcustom "helm-update-edebug" for edebug. adds 0221822de2 "while-no-input" on/off by defvar "helm-u

[nongnu] elpa/helm 9a9878c569 5/5: Reorder and fix long lines

2024-03-21 Thread ELPA Syncer
branch: elpa/helm commit 9a9878c56902e29f2296442e94cd7e99d7a6fb2e Author: Thierry Volpiatto Commit: Thierry Volpiatto Reorder and fix long lines --- helm-core.el | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/helm-core.el b/helm-core.el index 9f64e5e4a8..

[nongnu] elpa/helm b88cf4413b 4/5: Allow `otherwise` in helm-acase

2024-03-21 Thread ELPA Syncer
branch: elpa/helm commit b88cf4413b0d9d6208d4cbd0531323b977be0929 Author: Thierry Volpiatto Commit: Thierry Volpiatto Allow `otherwise` in helm-acase --- helm-lib.el | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/helm-lib.el b/helm-lib.el index babb35115f

[elpa] externals/transient 55d5d41b48: Release version 0.6.0

2024-03-21 Thread Jonas Bernoulli via
branch: externals/transient commit 55d5d41b48d7f7bc1ecf1f90c012d7821dff5724 Author: Jonas Bernoulli Commit: Jonas Bernoulli Release version 0.6.0 --- CHANGELOG | 81 + docs/transient.org | 4 +-- docs/transient.texi | 4 +-- l