[elpa] externals/denote e41fd8ebc7: Make file prompt of the "... or create" commands more informative

2025-03-27 Thread ELPA Syncer
branch: externals/denote commit e41fd8ebc7143d11000f635227d4569e4d361b3f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make file prompt of the "... or create" commands more informative --- denote.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote.e

[elpa] externals/dape 0dee0cfd97: Using future history for dape-info-variable-edit

2025-03-27 Thread ELPA Syncer
branch: externals/dape commit 0dee0cfd977cf30acead893bbba3a22c1919b202 Author: Daniel Pettersson Commit: Daniel Pettersson Using future history for dape-info-variable-edit --- dape.el | 19 --- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/dape.el b/dape.el

[nongnu] elpa/dirvish 99bf595606 1/2: github: update issue template

2025-03-27 Thread ELPA Syncer
branch: elpa/dirvish commit 99bf59560695083c865060cfaa8b7f6055ff7867 Author: Alex Lu Commit: Alex Lu github: update issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++ .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-)

[nongnu] elpa/dirvish updated (5a3cf2b0a6 -> 2d63995d32)

2025-03-27 Thread ELPA Syncer
elpasync pushed a change to branch elpa/dirvish. from 5a3cf2b0a6 refactor: set `window-size-fixed` during redisplay (#317 #329) new 99bf595606 github: update issue template new 2d63995d32 feat: add `dirvish-peek-key` user option (closes #191) Summary of changes: .github/

[nongnu] elpa/dirvish 2d63995d32 2/2: feat: add `dirvish-peek-key` user option (closes #191)

2025-03-27 Thread ELPA Syncer
branch: elpa/dirvish commit 2d63995d3296c259cef90830cf0433602429ecec Author: Alex Lu Commit: Alex Lu feat: add `dirvish-peek-key` user option (closes #191) --- dirvish.el | 9 ++--- docs/CUSTOMIZING.org | 28 +-- docs/EXTENSIONS.org

[nongnu] elpa/emacsql 475943f6ed 1/7: emacsql-sqlite-builtin.el: Fix function declarations

2025-03-27 Thread ELPA Syncer
branch: elpa/emacsql commit 475943f6edcb24c317ce4468b7384424b9bd04a1 Author: Basil L. Contovounesios Commit: Jonas Bernoulli emacsql-sqlite-builtin.el: Fix function declarations All three sqlite-* functions used are defined in src/sqlite.c, not lisp/sqlite.el, which defines only

[elpa] externals/minuet 8b9ea6ff1c 08/97: fix: use idle timer and fix buffer changing check for auto-suggestion.

2025-03-27 Thread ELPA Syncer
branch: externals/minuet commit 8b9ea6ff1cb05840bee7daf31a95d4a3ad105537 Author: Milan Glacier Commit: Milan Glacier fix: use idle timer and fix buffer changing check for auto-suggestion. --- minuet.el | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git

[elpa] externals/dape cf3db1fe0c 4/4: Various formatting fixups

2025-03-27 Thread ELPA Syncer
branch: externals/dape commit cf3db1fe0cd7117a4991b1e4316dec02a4a5f9b2 Author: Daniel Pettersson Commit: Daniel Pettersson Various formatting fixups --- dape.el | 133 ++-- 1 file changed, 63 insertions(+), 70 deletions(-) diff --

[elpa] externals/dape cc304734ba 1/4: Fix dape-history-add when using shell-like + default values

2025-03-27 Thread ELPA Syncer
branch: externals/dape commit cc304734ba14792bd95c17d73ee51cf0d2608f8f Author: Daniel Pettersson Commit: Daniel Pettersson Fix dape-history-add when using shell-like + default values --- dape.el | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-) dif

[elpa] externals/dape updated (7b6734d770 -> cf3db1fe0c)

2025-03-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/dape. from 7b6734d770 Skip writing breakpoints file if nothing has changed new cc304734ba Fix dape-history-add when using shell-like + default values new 4647de58c3 Improve repl warn for non commandp dape-commands new d51

[elpa] externals/dape d51ec13608 3/4: Fix disassembly window selecting when invoking from info buffers

2025-03-27 Thread ELPA Syncer
branch: externals/dape commit d51ec13608e2a747204e85d85d14c581cef4b7af Author: Daniel Pettersson Commit: Daniel Pettersson Fix disassembly window selecting when invoking from info buffers --- dape.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dape.el b/dape

[elpa] externals/dape 4647de58c3 2/4: Improve repl warn for non commandp dape-commands

2025-03-27 Thread ELPA Syncer
branch: externals/dape commit 4647de58c371d71686fa983b1fd95342d864b261 Author: Daniel Pettersson Commit: Daniel Pettersson Improve repl warn for non commandp dape-commands --- dape.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dape.el b/dape.el index 484dfb8b

[nongnu] scratch/logview 94e63fc6dd 5/5: (logview-filter-edit-mode): Use font-lock

2025-03-27 Thread Stefan Monnier via
branch: scratch/logview commit 94e63fc6dd150456884a54ca834e9ced7ac443e5 Author: Stefan Monnier Commit: Stefan Monnier (logview-filter-edit-mode): Use font-lock (logview-filter-edit-font-lock-keywords): New var. (logview-filter-edit--font-lock-region): Adjust calling convention.

[nongnu] branch scratch/logview created (now 94e63fc6dd)

2025-03-27 Thread Stefan Monnier via
monnier pushed a change to branch scratch/logview. at 94e63fc6dd (logview-filter-edit-mode): Use font-lock This branch includes the following new commits: new 0a4ea17646 Remove redundant `:group` arguments new 88133bd2fa Use `point-min` rather than 1 new 7bcfd6b1

[nongnu] scratch/logview 88133bd2fa 2/5: Use `point-min` rather than 1

2025-03-27 Thread Stefan Monnier via
branch: scratch/logview commit 88133bd2fa8de21a375e3a51775811448783d19b Author: Stefan Monnier Commit: Stefan Monnier Use `point-min` rather than 1 --- logview.el | 59 --- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git

[nongnu] scratch/logview 7bcfd6b103 3/5: (logview--do-append-log-file-tail): Use `bufferpos-to-filepos`

2025-03-27 Thread Stefan Monnier via
branch: scratch/logview commit 7bcfd6b1033b20fcb279473782268e84660b0ccb Author: Stefan Monnier Commit: Stefan Monnier (logview--do-append-log-file-tail): Use `bufferpos-to-filepos` --- logview.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/logview.el b/logview.el

[nongnu] scratch/logview 4dfa974856 4/5: (logview-filter-edit--do): Hoist `setf` out of `if`

2025-03-27 Thread Stefan Monnier via
branch: scratch/logview commit 4dfa974856278e15f933e75b907e1646eeb2e57c Author: Stefan Monnier Commit: Stefan Monnier (logview-filter-edit--do): Hoist `setf` out of `if` --- logview.el | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/logview.el b/logview.e

[nongnu] scratch/logview 0a4ea17646 1/5: Remove redundant `:group` arguments

2025-03-27 Thread Stefan Monnier via
branch: scratch/logview commit 0a4ea17646158e42886fb4dab750b1b2ee61f6e0 Author: Stefan Monnier Commit: Stefan Monnier Remove redundant `:group` arguments --- logview.el | 65 -- 1 file changed, 16 insertions(+), 49 deletions(-) di

[nongnu] elpa/dirvish e02395c40b 4/5: refactor: improve `dirvish-find-entry-hook` (closes #324)

2025-03-27 Thread ELPA Syncer
branch: elpa/dirvish commit e02395c40bd5439ece54989229760bde1e9ea4c1 Author: Alex Lu Commit: Alex Lu refactor: improve `dirvish-find-entry-hook` (closes #324) --- dirvish.el | 14 -- docs/CUSTOMIZING.org | 45 - 2 files chang

[nongnu] elpa/aidermacs 304543cbd7: Relax aidermacs-extra-args requirement

2025-03-27 Thread ELPA Syncer
branch: elpa/aidermacs commit 304543cbd756e0c343b8e096dac14faf0920d9cc Author: Mingde (Matthew) Zeng Commit: Mingde (Matthew) Zeng Relax aidermacs-extra-args requirement Tries to address #97 Signed-off-by: Mingde (Matthew) Zeng --- aidermacs.el | 5 +++-- 1 file changed,

[elpa] externals-release/org 5df3785473: lisp/org.el (org-paste-special): Fix a typo

2025-03-27 Thread ELPA Syncer
branch: externals-release/org commit 5df37854739baa67006dc1cda70fab6a42977880 Author: Rudolf Adamkovič Commit: Ihor Radchenko lisp/org.el (org-paste-special): Fix a typo --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 122e5

[elpa] externals/org adfee5eed8: Capitalize JavaScript correctly

2025-03-27 Thread ELPA Syncer
branch: externals/org commit adfee5eed88d950548963f4700387442a8111d0f Author: Rudolf Adamkovič Commit: Ihor Radchenko Capitalize JavaScript correctly * doc/org-manual.org (Exporting to minimal HTML): * etc/ORG-NEWS (Add ~:session~ support of ob-js for js-comint): * lisp/ob-j

[elpa] externals/el-job ffb216b52d 093/143: Don't record cores-to-use in struct, always use max

2025-03-27 Thread ELPA Syncer
branch: externals/el-job commit ffb216b52dfeb6ecaa826ec0affe4fac99edb4e1 Author: Martin Edström Commit: Martin Edström Don't record cores-to-use in struct, always use max --- el-job.el | 35 +++ 1 file changed, 11 insertions(+), 24 deletions(-) diff --git a/

[elpa] externals/auctex updated (112517bb62 -> b47645123f)

2025-03-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/auctex. from 112517bb62 Add new style/needspace.el new 9cc8811ebf ; * style/ninecolors.el: Remove wrong executable bit. new b47645123f ; * style/langscibook.el: Remove wrong executable bit. Summary of changes: style/langscibook

[elpa] externals/el-job d045f9a390 045/143: Switch most uses of time-convert to current-time

2025-03-27 Thread ELPA Syncer
branch: externals/el-job commit d045f9a390d0f8e26f22ba39339a67c00d1f35b6 Author: Martin Edström Commit: Martin Edström Switch most uses of time-convert to current-time --- el-job-child.el | 15 +-- el-job.el | 8 2 files changed, 9 insertions(+), 14 deletions(-)

[elpa] externals/modus-themes updated (f3cd4d6983 -> 55609222f9)

2025-03-27 Thread ELPA Syncer
elpasync pushed a change to branch externals/modus-themes. from f3cd4d6983 Merge branch 'main' of github.com:protesilaos/modus-themes new 8535e3245a Change the accent mappings in modus-operandi-tinted for stylistic consistency new 55609222f9 Change the accent mappings in m

[elpa] externals/modus-themes 8535e3245a 1/2: Change the accent mappings in modus-operandi-tinted for stylistic consistency

2025-03-27 Thread ELPA Syncer
branch: externals/modus-themes commit 8535e3245a3f1354023aa5b3672b9cd72f64f642 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Change the accent mappings in modus-operandi-tinted for stylistic consistency --- modus-operandi-tinted-theme.el | 8 1 file changed, 4 insertions

[elpa] externals/modus-themes 55609222f9 2/2: Change the accent mappings in modus-vivendi-tinted for stylistic consistency

2025-03-27 Thread ELPA Syncer
branch: externals/modus-themes commit 55609222f9817f7f76f5832d87e95ac11bba9a86 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Change the accent mappings in modus-vivendi-tinted for stylistic consistency --- modus-vivendi-tinted-theme.el | 8 1 file changed, 4 insertions(+)

[elpa] externals/auctex b47645123f 2/2: ; * style/langscibook.el: Remove wrong executable bit.

2025-03-27 Thread ELPA Syncer
branch: externals/auctex commit b47645123f8156c184d1eb90a8684d90513a988e Author: Arash Esbati Commit: Arash Esbati ; * style/langscibook.el: Remove wrong executable bit. --- style/langscibook.el | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/style/langscibook.el b/style/

[elpa] externals/auctex 9cc8811ebf 1/2: ; * style/ninecolors.el: Remove wrong executable bit.

2025-03-27 Thread ELPA Syncer
branch: externals/auctex commit 9cc8811ebfd408d4052e3e5809bf805ca8da19aa Author: Arash Esbati Commit: Arash Esbati ; * style/ninecolors.el: Remove wrong executable bit. --- style/ninecolors.el | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/style/ninecolors.el b/style/nin