[nongnu] elpa/dirvish 3bdb7f23b9: feat(core): allow `dirvish-hide-details/cursor` accept a symbol list

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 3bdb7f23b94aeebd9c6e6fd218e8135c26f5ec1b Author: Alex Lu Commit: Alex Lu feat(core): allow `dirvish-hide-details/cursor` accept a symbol list Ref: https://github.com/doomemacs/doomemacs/blob/2bc052425ca45a41532be0648ebd976d1bd2e6c1/modules/emacs/dired/co

[nongnu] elpa/dirvish 7bb9d81f8a 04/18: refactor(core): rename `dirvish--window-selected-p`

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 7bb9d81f8a993aaee917b0990ba736301befe6e2 Author: Alex Lu Commit: Alex Lu refactor(core): rename `dirvish--window-selected-p` --- dirvish-widgets.el | 3 +-- dirvish.el | 10 ++ extensions/dirvish-fd.el | 3 +-- extensions/dirvi

[nongnu] elpa/dirvish 78e74b05a2 11/18: refactor: more declarative `dirvish` struct

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 78e74b05a2629313527940e0d5e95b793c01b3ed Author: Alex Lu Commit: Alex Lu refactor: more declarative `dirvish` struct --- dirvish-extras.el | 17 +-- dirvish-widgets.el | 2 +- dirvish.el | 72 +

[nongnu] elpa/dirvish 2eb0118681 16/18: refactor(rsync): extract rsync code to `dirvish-rsync.el`

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 2eb0118681dd65836bfa7e3442f5ed152615b533 Author: Alex Lu Commit: Alex Lu refactor(rsync): extract rsync code to `dirvish-rsync.el` --- dirvish.el | 1 + docs/EXTENSIONS.org | 14 +- extensions/dirvish-rsync.el | 379 +++

[nongnu] elpa/dirvish 913922ea2a 12/18: refactor: rename `dirvish-new/kill`

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 913922ea2af1c38928f8303be914187adc54993e Author: Alex Lu Commit: Alex Lu refactor: rename `dirvish-new/kill` --- dirvish.el | 38 +++--- extensions/dirvish-peek.el | 4 ++-- extensions/dirvish-side.el | 6 +++---

[nongnu] elpa/dirvish 8002bb9761 03/18: fix(core): rewrite mode line composer (#233)

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 8002bb97619fea549d9a74d6a00e1448a1b6b25a Author: Alex Lu Commit: Alex Lu fix(core): rewrite mode line composer (#233) - ensure the mode-line context buffer is alive, closes #233. - rename dirvish--mode-line-fmt -> dirvish--mode-line-composer

[nongnu] elpa/dirvish d5606a1f18 10/18: fix(core): respect `dirvish-preview-environment` on dired preview

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit d5606a1f187c79be7b40143658c52959c393d0c5 Author: Alex Lu Commit: Alex Lu fix(core): respect `dirvish-preview-environment` on dired preview --- dirvish.el | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/dirvish.el b/dirvish.el in

[nongnu] elpa/dirvish 9b08061dfd 15/18: chore: compiler warnings

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 9b08061dfdcecaf5e61be5b8f587a9d6bf2f7c87 Author: Alex Lu Commit: Alex Lu chore: compiler warnings --- dirvish.el | 20 +++--- extensions/dirvish-fd.el | 2 +- extensions/dirvish-side.el | 3 +- extensions/dirvish-yank.el | 164 +

[nongnu] elpa/dirvish 829a624a92 13/18: fix(core): window dedication issues, per #258, #262

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 829a624a92d15415192c22c560ac2b0cee0062fa Author: Alex Lu Commit: Alex Lu fix(core): window dedication issues, per #258, #262 closes #258 closes #262 --- dirvish.el | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dirvish.el

[nongnu] elpa/dirvish 9980645ff3 08/18: perf(side): get previous index from `dirvish-prop`

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 9980645ff34db645798eb1c1d7f641d9db067c23 Author: Alex Lu Commit: Alex Lu perf(side): get previous index from `dirvish-prop` --- extensions/dirvish-side.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions/dirvish-side.el b/extension

[nongnu] elpa/dirvish 15e2cd1925 06/18: fix(core): crashes when preview directory w/ the `.dir-local` entry

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 15e2cd192591e2d01d58bca08be6fe5e4c664b82 Author: Alex Lu Commit: Alex Lu fix(core): crashes when preview directory w/ the `.dir-local` entry Reported-by: Henrik Lissner --- dirvish.el | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions

[nongnu] elpa/dirvish d945f7c164 18/18: Merge branch 'elpa/dirvish' of https://git.sv.gnu.org/git/emacs/nongnu

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit d945f7c16469840d126cd1e11fcb9684bf514be0 Merge: 51ab5fa884 4707f99fea Author: Alex Lu Commit: Alex Lu Merge branch 'elpa/dirvish' of https://git.sv.gnu.org/git/emacs/nongnu

[nongnu] elpa/dirvish 6df7fe856f 07/18: fix(core): `dirvish--init-session` should only run on root-window

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 6df7fe856f2f3267a73f873b7eed58a2a6edbbd8 Author: Alex Lu Commit: Alex Lu fix(core): `dirvish--init-session` should only run on root-window dirvish-side--auto-jump sometimes incorrectly init session on wrong windows because of this mistake. Se

[nongnu] elpa/dirvish 24e612c39d 05/18: fix(core): respect `dirvish-use-header/mode-line`

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 24e612c39de520b713cf8dc1027cd934daf9d28e Author: Alex Lu Commit: Alex Lu fix(core): respect `dirvish-use-header/mode-line` This commit merges scattered mode-line/header-line settings to dirvish--setup-mode-line, and use the default mode-line/header-li

[nongnu] elpa/dirvish 5487761d1c 14/18: feat(core): add `dirvish-ensure-up-dir-undedicated` option

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 5487761d1c922491f6d25098187cc5ef9ec5f201 Author: Alex Lu Commit: Alex Lu feat(core): add `dirvish-ensure-up-dir-undedicated` option --- dirvish-extras.el | 2 +- dirvish.el | 41 +++-- extensions/dirvi

[nongnu] elpa/dirvish updated (4707f99fea -> d945f7c164)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch elpa/dirvish. from 4707f99fea Fix killing emacsclient session when created on a directory (#293) new fa17e5588f fix: prevent killing emacsclient started on a directory (#293) new 6df1a9cb97 fix(core): error on `dirvish-winbuf-change-h`

[nongnu] elpa/dirvish f66cb051c9 09/18: fix(core): remove redundant session initialization

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit f66cb051c9e89a1e19bd1533ed64615f2f646dbe Author: Alex Lu Commit: Alex Lu fix(core): remove redundant session initialization --- dirvish.el | 33 - 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/dirvish.el b/dirvish

[nongnu] elpa/dirvish 51ab5fa884 17/18: doc: document `dirvish-rsync.el` and adjust `dirvish-dispatch`

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 51ab5fa884fd1c2289befd51d695a6afaf01d400 Author: Alex Lu Commit: Alex Lu doc: document `dirvish-rsync.el` and adjust `dirvish-dispatch` --- dirvish.el | 18 ++ docs/COMPARISON.org | 4 +--- docs/EXTENSIONS.org | 4

[nongnu] elpa/dirvish fa17e5588f 01/18: fix: prevent killing emacsclient started on a directory (#293)

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit fa17e5588f1ca4cce5de496abea180813cfa0682 Author: Pratyush Yadav Commit: Alex Lu fix: prevent killing emacsclient started on a directory (#293) When an emacsclient frame is created by visitng directory A, and then the user goes into subdirectory B and

[nongnu] elpa/dirvish 6df1a9cb97 02/18: fix(core): error on `dirvish-winbuf-change-h`

2025-02-09 Thread ELPA Syncer
branch: elpa/dirvish commit 6df1a9cb979350a6406d3ee89713ab568c98a7d0 Author: Alex Lu Commit: Alex Lu fix(core): error on `dirvish-winbuf-change-h` --- dirvish.el | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dirvish.el b/dirvish.el index c1e2d9e15e..92607

[elpa] externals/blist 999ce63066 8/9: Update changelog

2025-02-09 Thread ELPA Syncer
branch: externals/blist commit 999ce630663d3c62f24f435faab4963a6a2e4c82 Author: JSDurand Commit: JSDurand Update changelog --- ChangeLog | 5 + 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 785ca713d7..798e31aa1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3

[elpa] externals/blist 03d0807e4f 1/9: gitignore: Ignore synctex files as well.

2025-02-09 Thread ELPA Syncer
branch: externals/blist commit 03d0807e4f1c8e05dd054ec5fbadb24ae4b6a1c5 Author: JSDurand Commit: JSDurand gitignore: Ignore synctex files as well. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3119810497..f441818965 100644 --- a/.gitignore

[elpa] externals/blist a41af4fc54 3/9: Add documentation.

2025-02-09 Thread ELPA Syncer
branch: externals/blist commit a41af4fc54fc7cae564591dc15d2396400ba9436 Author: JSDurand Commit: JSDurand Add documentation. Now the documentation also records the option `blist-select-manner` and its various options. It also contains a detailed description of the tab namin

[elpa] externals/blist updated (abf7cc1d6d -> e3894193fd)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/blist. from abf7cc1d6d ChangeLog: Document the new feature. new 03d0807e4f gitignore: Ignore synctex files as well. new 49f11d95aa blist.el: Refine the process of asking for tab names new a41af4fc54 Add documentation.

[elpa] externals/blist 3e6947c00f 7/9: blist: Fix wrong handling of negative arguments

2025-02-09 Thread ELPA Syncer
branch: externals/blist commit 3e6947c00f16cf9a56b3bcdb817a1c323bc7a8fc Author: JSDurand Commit: JSDurand blist: Fix wrong handling of negative arguments * blist.el (blist-prepare-select-tabs): Previously negative numbers were handled inappropriately. Now this is supposed to

[elpa] externals/blist a47da63fed 5/9: ChangeLog: Update changelog.

2025-02-09 Thread ELPA Syncer
branch: externals/blist commit a47da63fed3c71767886d072871183a25627c46c Author: JSDurand Commit: JSDurand ChangeLog: Update changelog. --- ChangeLog | 19 +++ 1 file changed, 19 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9d80867995..785ca713d7 100644 --- a/Chang

[elpa] externals/blist 49f11d95aa 2/9: blist.el: Refine the process of asking for tab names

2025-02-09 Thread ELPA Syncer
branch: externals/blist commit 49f11d95aa576f98115fc02db88498d735bb2e9e Author: JSDurand Commit: JSDurand blist.el: Refine the process of asking for tab names Now the tab names are determined at the same time bookmarks are jumped to, so that we do not risk opening the same bookm

[elpa] externals/blist e3894193fd 9/9: blist: Bump version to 0.6

2025-02-09 Thread ELPA Syncer
branch: externals/blist commit e3894193fd7602483e0132b82f1b0afbcebe654d Author: JSDurand Commit: JSDurand blist: Bump version to 0.6 I remember that elpa does not update if the version does not change. To avoid the user getting a bugged version, I decide to bump version for

[elpa] externals/blist 51525677f6 4/9: blist: Fix a defcustom type.

2025-02-09 Thread ELPA Syncer
branch: externals/blist commit 51525677f685e39e2bec1a68847c52ade63b2189 Author: JSDurand Commit: JSDurand blist: Fix a defcustom type. * blist.el (blist-show-item-num-p): A call of defcustom should specify its type. Fix this issue now. --- blist.el | 3 ++- 1 file changed, 2

[elpa] externals/blist ec1b6bd2fa 6/9: blist: Bump version to 0.5

2025-02-09 Thread ELPA Syncer
branch: externals/blist commit ec1b6bd2fa110a0ac9484145d4a8df9c261877ce Author: JSDurand Commit: JSDurand blist: Bump version to 0.5 --- blist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blist.el b/blist.el index 3273e1742d..b57d024e39 100644 --- a/blist.el +++ b/

[nongnu] elpa/gptel d57eb9896e: gptel-transient: Improve parsing of crowdsourced prompts CSV file (#615)

2025-02-09 Thread ELPA Syncer
branch: elpa/gptel commit d57eb9896eb1d1f9dc19a420c3e88498f2898780 Author: Henrik Ahlgren Commit: GitHub gptel-transient: Improve parsing of crowdsourced prompts CSV file (#615) * gptel-transient.el (gptel--crowdsourced-prompts): Improve parsing by supporting CSV fields that are

[nongnu] elpa/haskell-mode 238bb62622 2/3: add haskell-load-and-run-expr-history

2025-02-09 Thread ELPA Syncer
branch: elpa/haskell-mode commit 238bb6262218d5eed02ce7a9cec54c07f9c8cad4 Author: Steve Purcell Commit: Zaz Brown add haskell-load-and-run-expr-history --- haskell.el | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/haskell.el b/haskell.el index 3bb546b8df..

[nongnu] elpa/haskell-mode 80054782bf 3/3: Merge pull request #1863 from zaz/load-and-run-expr

2025-02-09 Thread ELPA Syncer
branch: elpa/haskell-mode commit 80054782bf1f981d448e542975ea59ea6407f5d1 Merge: 495fb9688e 238bb62622 Author: Steve Purcell Commit: GitHub Merge pull request #1863 from zaz/load-and-run-expr Load and run expr --- haskell.el | 12 1 file changed, 12 insertions(+) diff

[nongnu] elpa/haskell-mode 8ab625efe9 1/3: add function: C-c RET loads & runs current buffer

2025-02-09 Thread ELPA Syncer
branch: elpa/haskell-mode commit 8ab625efe94aeffeb9e6427cb0af5329c52ab389 Author: Zaz Brown Commit: Zaz Brown add function: C-c RET loads & runs current buffer Alternatively, C-c C-m can be used. --- haskell.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/haskell.el b

[nongnu] elpa/haskell-mode updated (495fb9688e -> 80054782bf)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch elpa/haskell-mode. from 495fb9688e Merge pull request #1806 from cnngimenez/master new 8ab625efe9 add function: C-c RET loads & runs current buffer new 238bb62622 add haskell-load-and-run-expr-history new 80054782bf Merge pull reque

[nongnu] branch elpa/magit-section deleted (was 689716648c)

2025-02-09 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/magit-section. was 689716648c magit:--signoff: Use different key to avoid conflicts The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[nongnu] elpa/magit 689716648c 2/2: magit:--signoff: Use different key to avoid conflicts

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit 689716648c883d546a018c9bb550f1179941c94b Author: Jonas Bernoulli Commit: Jonas Bernoulli magit:--signoff: Use different key to avoid conflicts --- CHANGELOG | 3 +++ lisp/magit.el | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index

[nongnu] elpa/magit 1b169115ba 1/2: magit-am: Remove duplicated binding for --signoff

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit 1b169115ba0e5d2a758aa8b54c221adfabeb6917 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-am: Remove duplicated binding for --signoff --- lisp/magit-sequence.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el

[nongnu] elpa/magit updated (085baa2ac9 -> 689716648c)

2025-02-09 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/magit. from 085baa2ac9 magit-{previous,next}-reference: New commands new 1b169115ba magit-am: Remove duplicated binding for --signoff new 689716648c magit:--signoff: Use different key to avoid conflicts Summary of changes: CHANGELOG

[nongnu] branch elpa/magit-section created (now 689716648c)

2025-02-09 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/magit-section. at 689716648c magit:--signoff: Use different key to avoid conflicts No new revisions were added by this update.

[nongnu] branch elpa/stylus-mode deleted (was 1ad7c51f3c)

2025-02-09 Thread Stefan Monnier via
monnier pushed a change to branch elpa/stylus-mode. was 1ad7c51f3c Merge pull request #72 from he-la/master The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[nongnu] branch elpa/flx-ido deleted (was 4b1346eb9a)

2025-02-09 Thread Stefan Monnier via
monnier pushed a change to branch elpa/flx-ido. was 4b1346eb9a Merge pull request #116 from LemonBreezes/enable-lexical-binding The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[nongnu] branch elpa/magit-section deleted (was 085baa2ac9)

2025-02-09 Thread Stefan Monnier via
monnier pushed a change to branch elpa/magit-section. was 085baa2ac9 magit-{previous,next}-reference: New commands The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[nongnu] branch elpa/base32 deleted (was af2ca2f062)

2025-02-09 Thread Stefan Monnier via
monnier pushed a change to branch elpa/base32. was af2ca2f062 totp-auth-add-secret: Use read-passwd to read the secret The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[nongnu] main dde46e3d82: elpa-packages (base32, flx-ido, magit-section, stylus-mode): Make subpackages

2025-02-09 Thread Stefan Monnier via
branch: main commit dde46e3d82a33b2f50ed9725b447a6b7ab70d19b Author: Stefan Monnier Commit: Stefan Monnier elpa-packages (base32, flx-ido, magit-section, stylus-mode): Make subpackages --- elpa-packages | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/elpa-packag

[elpa] branch externals/embark-consult deleted (was d5df0eff18)

2025-02-09 Thread Stefan Monnier via
monnier pushed a change to branch externals/embark-consult. was d5df0eff18 Merge pull request #749 from minad/fix-last-heading The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[elpa] branch externals/lv deleted (was 54e9db2b02)

2025-02-09 Thread Stefan Monnier via
monnier pushed a change to branch externals/lv. was 54e9db2b02 Fix packaging of `lv` and use lexical-binding and nadvice everywhere The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.

[elpa] main f4226de602: * elpa-packages (embark-consult, lv): Mark them as subpackages

2025-02-09 Thread Stefan Monnier via
branch: main commit f4226de60240ecf44d05344e5837c1d640b0c854 Author: Stefan Monnier Commit: Stefan Monnier * elpa-packages (embark-consult, lv): Mark them as subpackages --- elpa-packages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elpa-packages b/elpa-packages i

[elpa] externals/ellama 36f14da0c0 2/3: Merge pull request #207 from s-kostyaev/add-semantic-similarity-with-reasoning

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit 36f14da0c0d99bb25279fd0a3ecb4559615a8228 Merge: ad5b03d913 4402eabcc5 Author: Sergey Kostyaev Commit: GitHub Merge pull request #207 from s-kostyaev/add-semantic-similarity-with-reasoning Add semantic similarity reasoning with context --- ellama.el

[elpa] externals/org 84118cad6b 2/2: Fix icorrect call to `skip-char-backward' in 1517ead2aa

2025-02-09 Thread ELPA Syncer
branch: externals/org commit 84118cad6ba1da0a9c21464ca0a368fed26223ea Author: Ihor Radchenko Commit: Ihor Radchenko Fix icorrect call to `skip-char-backward' in 1517ead2aa * lisp/org-cycle.el (org-cycle-show-empty-lines): Remove incorrect [] inside argument. They mean searching

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

2025-02-09 Thread ELPA Syncer
branch: externals/org commit c2627ae27376df305bff032f2af85da22db10aaf Merge: 5e17097099 d2e8100b2d Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org-table.el | 10 +- lisp/org.el | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --g

[elpa] externals/org updated (5e17097099 -> 84118cad6b)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 5e17097099 org-babel-execute:emacs-lisp: Do not rely upon undocumented return value of `pp' adds 8faa5ad64f lisp/org.el (org-open-at-point): Fix typo in the docstring new d2e8100b2d org-table-duration-custom-format: Fix

[elpa] externals-release/org d2e8100b2d: org-table-duration-custom-format: Fix type spec

2025-02-09 Thread ELPA Syncer
branch: externals-release/org commit d2e8100b2db63f3f40464775876ea6ba2671e1a3 Author: Ihor Radchenko Commit: Ihor Radchenko org-table-duration-custom-format: Fix type spec * lisp/org-table.el (org-table-duration-custom-format): Fix type specification. Reported-by: Mauro

[elpa] externals/ellama 6fb94007b9 3/3: Bump version

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit 6fb94007b983a81f06e693569faf70513a1e2157 Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 5 + ellama.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index db635761ca..a24c1ebbcb 100

[elpa] externals/ellama updated (ad5b03d913 -> 6fb94007b9)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from ad5b03d913 Bump version new 4402eabcc5 Add semantic similarity reasoning with context new 36f14da0c0 Merge pull request #207 from s-kostyaev/add-semantic-similarity-with-reasoning new 6fb94007b9 Bump version

[elpa] externals/ellama 4402eabcc5 1/3: Add semantic similarity reasoning with context

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit 4402eabcc5f728454c20118ee4f66b2d7509ae47 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add semantic similarity reasoning with context Added a new custom variable `ellama-semantic-identity-reasoning-template` to define the template for checki

[elpa] main e48486971e: * elpa-packages (scanner): Update URL.

2025-02-09 Thread Stefan Kangas
branch: main commit e48486971eeb92e383763118f6d26e5e1fb08f26 Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (scanner): Update URL. Ref: https://lists.gnu.org/r/emacs-devel/2025-02/msg00286.html --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[nongnu] elpa/slime e20765caf1: Lock swank packages.

2025-02-09 Thread ELPA Syncer
branch: elpa/slime commit e20765caf12db8e118bdf7beab7dc5a11da7329e Author: Stas Boukarev Commit: Stas Boukarev Lock swank packages. --- contrib/swank-repl.lisp | 2 +- packages.lisp | 3 ++- slime-tests.el | 3 ++- swank-loader.lisp | 6 +- swank.asd

[elpa] externals-release/org updated (4495d3bc09 -> 8faa5ad64f)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from 4495d3bc09 Merge branch 'km/from-emacs-30' into bugfix new a1a9d408a4 org-src-font-lock-fontify-block: Fix blocks without lang new 8faa5ad64f lisp/org.el (org-open-at-point): Fix typo in the docstring Summary

[elpa] externals/org updated (1517ead2aa -> 5e17097099)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 1517ead2aa org-cycle-show-empty-lines: Always show empty lines at the end of file adds d1f528e830 Update version number for the 9.7.21 release adds de4917977e Backport commit 5617b07a4 from Emacs adds 2dc2fea626 Ba

[elpa] externals/org 5e17097099 2/2: org-babel-execute:emacs-lisp: Do not rely upon undocumented return value of `pp'

2025-02-09 Thread ELPA Syncer
branch: externals/org commit 5e1709709924535d61fe5f436589f4a77c7c9ab9 Author: Ihor Radchenko Commit: Ihor Radchenko org-babel-execute:emacs-lisp: Do not rely upon undocumented return value of `pp' * lisp/ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Use `pp-to-string' to get

[elpa] externals/org 99f793a171 1/2: Merge branch 'bugfix'

2025-02-09 Thread ELPA Syncer
branch: externals/org commit 99f793a171c9b9b327eb29bf2d62d059db24e775 Merge: 1517ead2aa a1a9d408a4 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- doc/org-manual.org | 8 lisp/org-src.el| 29 +++-- 2 files changed, 19 insertions(

[elpa] externals-release/org a1a9d408a4 1/2: org-src-font-lock-fontify-block: Fix blocks without lang

2025-02-09 Thread ELPA Syncer
branch: externals-release/org commit a1a9d408a423d1bf7e07392eef00ce296b3604fb Author: Ihor Radchenko Commit: Ihor Radchenko org-src-font-lock-fontify-block: Fix blocks without lang * lisp/org-src.el (org-src-font-lock-fontify-block): Fix error fontifying blocks without language

[elpa] externals-release/org 8faa5ad64f 2/2: lisp/org.el (org-open-at-point): Fix typo in the docstring

2025-02-09 Thread ELPA Syncer
branch: externals-release/org commit 8faa5ad64f5430cd08424da9acfa502e4f32fdda Author: Ihor Radchenko Commit: Ihor Radchenko lisp/org.el (org-open-at-point): Fix typo in the docstring Reported-by: Juha Autero Link: https://orgmode.org/list/87a5b46t28@iki.fi --- lisp/org.el

[elpa] externals/hyperbole 4bb81f423b 2/3: hywiki.el - Fix yanking and deleting one paired delimiter properly

2025-02-09 Thread ELPA Syncer
branch: externals/hyperbole commit 4bb81f423bab4e33e94bad8816c3543303c85c16 Author: bw Commit: bw hywiki.el - Fix yanking and deleting one paired delimiter properly --- ChangeLog | 12 +++ hywiki.el | 73 --- 2 files change

[elpa] externals/hyperbole updated (c3ff71d9ce -> b4cc99649b)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from c3ff71d9ce Fix hywiki publishing (#667) new a2223ca29d hui-select.el - Fix multi-line double-quoted string selection new 4bb81f423b hywiki.el - Fix yanking and deleting one paired delimiter properly new b

[elpa] externals/hyperbole a2223ca29d 1/3: hui-select.el - Fix multi-line double-quoted string selection

2025-02-09 Thread ELPA Syncer
branch: externals/hyperbole commit a2223ca29d16a281e9830a58b39f4c68292a1408 Author: bw Commit: bw hui-select.el - Fix multi-line double-quoted string selection --- ChangeLog | 4 +++ hui-select.el | 101 ++ 2 files changed, 63 in

[elpa] externals/hyperbole b4cc99649b 3/3: Merge pull request #668 from rswgnu/rsw

2025-02-09 Thread ELPA Syncer
branch: externals/hyperbole commit b4cc99649b56e29706940904362fca77c460a128 Merge: c3ff71d9ce 4bb81f423b Author: Robert Weiner Commit: GitHub Merge pull request #668 from rswgnu/rsw Fix yanking and deleting one paired delimiter properly; fix double-quoted string selection --- Chan

[elpa] externals/ellama c8afbdf891 2/3: Merge pull request #206 from s-kostyaev/fix-bad-file-name-characters-regexp

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit c8afbdf891c893099e69d0cf263c7ce6bc01456b Merge: e037bbd213 67f5aac3b8 Author: Sergey Kostyaev Commit: GitHub Merge pull request #206 from s-kostyaev/fix-bad-file-name-characters-regexp Refactor file name fixing logic --- ellama.el | 21 ++

[elpa] externals/ellama updated (e037bbd213 -> ad5b03d913)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from e037bbd213 Bump version new 67f5aac3b8 Refactor file name fixing logic new c8afbdf891 Merge pull request #206 from s-kostyaev/fix-bad-file-name-characters-regexp new ad5b03d913 Bump version Summary of chang

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

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit ad5b03d913b55b909d4fa471e81f3b51202b51af Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 3 +++ ellama.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index a1d13b4979..db635761ca 10064

[elpa] externals/ellama 67f5aac3b8 1/3: Refactor file name fixing logic

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit 67f5aac3b8ddfd3409fdb3c2a473c5ec8adaa9a0 Author: Sergey Kostyaev Commit: Sergey Kostyaev Refactor file name fixing logic Refactored `ellama--fix-file-name` function to use a predefined constant `ellama--bad-file-name-characters` for forbidden char

[elpa] externals/autorevert-tail-truncate b54df58381: Correct documentation and bump version for ELPA

2025-02-09 Thread ELPA Syncer
branch: externals/autorevert-tail-truncate commit b54df5838159abf760a48de2fd33b21cabd12e66 Author: shipmints Commit: shipmints Correct documentation and bump version for ELPA Remove references to auto-revert-tail-mode-on-log-files. --- README.md | 7 +-- autor

[elpa] main 8e8fac4ae0: * elpa-packages (vlf): Disable external repository. (Bug#76131)

2025-02-09 Thread Stefan Kangas
branch: main commit 8e8fac4ae0f5d9a7e9d5808a79c6c7e3d6710ced Author: Stefan Kangas Commit: Stefan Kangas * elpa-packages (vlf): Disable external repository. (Bug#76131) --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index

[elpa] externals-release/org 4495d3bc09 3/3: Merge branch 'km/from-emacs-30' into bugfix

2025-02-09 Thread ELPA Syncer
branch: externals-release/org commit 4495d3bc09fcc5cc1e1badfe9829c6e02cbde80f Merge: d1f528e830 2dc2fea626 Author: Kyle Meyer Commit: Kyle Meyer Merge branch 'km/from-emacs-30' into bugfix --- doc/org-manual.org | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc

[elpa] externals-release/org de4917977e 1/3: Backport commit 5617b07a4 from Emacs

2025-02-09 Thread ELPA Syncer
branch: externals-release/org commit de4917977eb2ef0fe0c021ac6d448393f029d250 Author: Stefan Kangas Commit: Kyle Meyer Backport commit 5617b07a4 from Emacs * doc/org-manual.org (External Links, Images in HTML export) (LaTeX Export, LaTeX math snippets): Prefer HTTPS to HTTP. Fi

[elpa] externals-release/org updated (d1f528e830 -> 4495d3bc09)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from d1f528e830 Update version number for the 9.7.21 release new de4917977e Backport commit 5617b07a4 from Emacs new 2dc2fea626 Backport commit a3b308308 from Emacs new 4495d3bc09 Merge branch 'km/from-emacs-3

[elpa] externals-release/org 2dc2fea626 2/3: Backport commit a3b308308 from Emacs

2025-02-09 Thread ELPA Syncer
branch: externals-release/org commit 2dc2fea626aa690677171c22f8d5daf8be001d99 Author: Stefan Kangas Commit: Kyle Meyer Backport commit a3b308308 from Emacs * doc/org-manual.org (External Links): Change HTTP example to use HTTP. Changing it to HTTPS has been done before, but it's

[elpa] externals/org 1517ead2aa: org-cycle-show-empty-lines: Always show empty lines at the end of file

2025-02-09 Thread ELPA Syncer
branch: externals/org commit 1517ead2aa828f45f95f31d8d08b66f40fead544 Author: Ihor Radchenko Commit: Ihor Radchenko org-cycle-show-empty-lines: Always show empty lines at the end of file * lisp/org-cycle.el (org-cycle-show-empty-lines): Fix revealing trailing blank lines after t

[elpa] externals/ellama eeb464c21e 5/9: Merge pull request #203 from s-kostyaev/fix-naming

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit eeb464c21e40b1386b65f07e195f1d1c6ed45d32 Merge: cc436ef525 85e9d253c2 Author: Sergey Kostyaev Commit: GitHub Merge pull request #203 from s-kostyaev/fix-naming Improve file name handling --- ellama.el| 76 +

[elpa] externals/ellama e1bd9ecfc6 7/9: Fix buffer name handling in context addition

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit e1bd9ecfc6495bc235efa8d70350edf705c80648 Author: Sergey Kostyaev Commit: Sergey Kostyaev Fix buffer name handling in context addition Ensure that the buffer name is correctly extracted and used when adding a buffer to the context. The code now che

[elpa] externals/ellama c14cfee4bf 2/9: Add conditional filling based on `ellama-fill-paragraphs`

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit c14cfee4bfa9c5dae17ab4fcab1ae6134033021c Author: Sergey Kostyaev Commit: Sergey Kostyaev Add conditional filling based on `ellama-fill-paragraphs` Added checks for `ellama-fill-paragraphs` to conditionally enable paragraph filling in various funct

[elpa] externals/ellama fcb8d04f39 8/9: Merge pull request #205 from s-kostyaev/fix-add-buffer-to-context

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit fcb8d04f39112c978d91e1d41730a1b4ed0a482b Merge: a3127089a9 e1bd9ecfc6 Author: Sergey Kostyaev Commit: GitHub Merge pull request #205 from s-kostyaev/fix-add-buffer-to-context Fix buffer name handling in context addition --- ellama.el | 5 - 1 fil

[elpa] externals/ellama a3127089a9 6/9: Bump version

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit a3127089a98a7aff33233848eda08770b0f97b30 Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 6 ++ ellama.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 4c0e047f4f..12e17193f0 10

[elpa] externals/ellama e037bbd213 9/9: Bump version

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit e037bbd213a0441c1aa37a72a4c9cb7039df38ef 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 12e17193f0..a1d13b4979 100644

[elpa] externals/ellama 53a9e08186 1/9: Improve file name handling

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit 53a9e08186ad395cdcf688e103d08c535154fda9 Author: Sergey Kostyaev Commit: Sergey Kostyaev Improve file name handling Added a new function `ellama--fix-file-name` to replace forbidden characters in file names with underscores. Updated `ellama-ge

[elpa] externals/ellama 430657f3f3 3/9: Add define word command to transient menu

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit 430657f3f3d44bf9243014cae8371f2fe911f267 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add define word command to transient menu Added new command 'Define word' to the transient menu in ellama.el. --- ellama.el | 3 ++- 1 file changed, 2 insert

[elpa] externals/ellama updated (cc436ef525 -> e037bbd213)

2025-02-09 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from cc436ef525 Bump version new 53a9e08186 Improve file name handling new c14cfee4bf Add conditional filling based on `ellama-fill-paragraphs` new 430657f3f3 Add define word command to transient menu new 8

[elpa] externals/ellama 85e9d253c2 4/9: Add function to remove reasoning and update name generation

2025-02-09 Thread ELPA Syncer
branch: externals/ellama commit 85e9d253c2799823a80f6383d6ec68ce6e530494 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add function to remove reasoning and update name generation Added a new function `ellama-remove-reasoning` to strip R1-like reasoning from text. Updated `ella

[nongnu] elpa/magit b827757eef 05/11: magit-map-sections: Use ##

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit b827757eef4b023dea105c7b3bd6be97989c04ac Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-map-sections: Use ## --- lisp/magit-section.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 3d7

[nongnu] elpa/magit 7298daa607 01/11: magit-commit-amend-assert: Return non-nil if NOPATCH is non-nil

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit 7298daa607f5c9597d537b73c14bc924b6a5d290 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-commit-amend-assert: Return non-nil if NOPATCH is non-nil Closes #5306. --- CHANGELOG| 6 ++ lisp/magit-commit.el | 2 +- 2 files changed, 7 inse

[nongnu] elpa/magit-section updated (f52dfada8f -> 085baa2ac9)

2025-02-09 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/magit-section. from f52dfada8f Release version 4.3.0 adds 7298daa607 magit-commit-amend-assert: Return non-nil if NOPATCH is non-nil adds e5440ee108 Fix pasto adds 103e7d47e6 magit-diff-argument-predicate: Fix prefix detect

[nongnu] elpa/magit 085baa2ac9 11/11: magit-{previous, next}-reference: New commands

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit 085baa2ac96df90bdb2a1bedd3598df19919d731 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-{previous,next}-reference: New commands Closes #5308. --- CHANGELOG | 4 lisp/magit-log.el | 53 +

[nongnu] elpa/magit 223461b52c 09/11: magit-format-file-function: New option

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit 223461b52c35b0f426c053f4c6e7e7637c4a9b73 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-format-file-function: New option Closes #5308. --- CHANGELOG| 4 docs/magit.org | 8 docs/magit.texi | 8 lisp/m

[nongnu] elpa/magit e5440ee108 02/11: Fix pasto

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit e5440ee1084de021422c68ba9fe1c5a696b00d69 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix pasto --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 6e47c1daa5..d1a790fa95 100644 --- a/CHANGELOG +++ b/CHAN

[nongnu] elpa/magit dfd293b951 04/11: Use dolist instead of mapc except in the simplest cases

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit dfd293b951e65d8a64ad00f32f648bf1fc226f50 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use dolist instead of mapc except in the simplest cases Having the name of the element and the code (or in these cases name) of the list next to each other, increas

[nongnu] elpa/magit da08c80e29 08/11: Update changelog

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit da08c80e29d9472757f298c324e27ded2134dfb1 Author: Jonas Bernoulli Commit: Jonas Bernoulli Update changelog --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d1a790fa95..57a2ab052d 100644 --- a/CHANGELOG +++ b/CHANGELOG

[nongnu] elpa/magit da1484260c 06/11: Use ## instead of apply-partially in some cases

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit da1484260cbb18f40b9558a711a0067a3ee00de0 Author: Jonas Bernoulli Commit: Jonas Bernoulli Use ## instead of apply-partially in some cases Do so if the returned/expanded function won't be called with additional argument (making that obvious at the call si

[nongnu] elpa/magit 7a4b665f25 10/11: magit-jump-to-diffstat-or-diff: Move definition

2025-02-09 Thread Jonas Bernoulli via
branch: elpa/magit commit 7a4b665f25f0430cccafee5c1f9f960fa0869596 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-jump-to-diffstat-or-diff: Move definition --- lisp/magit-diff.el | 32 +--- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/li

[nongnu] elpa/magit updated (f52dfada8f -> 085baa2ac9)

2025-02-09 Thread Jonas Bernoulli via
tarsius pushed a change to branch elpa/magit. from f52dfada8f Release version 4.3.0 new 7298daa607 magit-commit-amend-assert: Return non-nil if NOPATCH is non-nil new e5440ee108 Fix pasto new 103e7d47e6 magit-diff-argument-predicate: Fix prefix detect new df

  1   2   >