[nongnu] elpa/magit-section updated (b5637d665c -> a334412159)

2024-04-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from b5637d665c Update release notes adds a334412159 magit-sequencer-process-sentinel: Cosmetics No new revisions were added by this update. Summary of changes: lisp/magit-process.el | 2 +- 1 file changed, 1 insertion(+), 1 d

[nongnu] elpa/magit updated (b5637d665c -> a334412159)

2024-04-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from b5637d665c Update release notes adds a334412159 magit-sequencer-process-sentinel: Cosmetics No new revisions were added by this update. Summary of changes: lisp/magit-process.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[nongnu] elpa/highlight-parentheses updated (d64add6f37 -> 4be20970dd)

2024-04-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/highlight-parentheses. from d64add6f37 Release highlight-parentheses.el version 2.2.1 new e6a4ce176c Improve fix for #6 by always running the highlight fn in the right buffer new 4be20970dd Fix "Selecting deleted buffer" error Summa

[nongnu] elpa/highlight-parentheses e6a4ce176c 1/2: Improve fix for #6 by always running the highlight fn in the right buffer

2024-04-04 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit e6a4ce176c15e9249d3a08b71694dc764f1331f1 Author: Tassilo Horn Commit: Tassilo Horn Improve fix for #6 by always running the highlight fn in the right buffer Fixes: https://todo.sr.ht/~tsdh/highlight-parentheses.el/6 References: https://t

[nongnu] elpa/highlight-parentheses 4be20970dd 2/2: Fix "Selecting deleted buffer" error

2024-04-04 Thread ELPA Syncer
branch: elpa/highlight-parentheses commit 4be20970ddecef9b9b4e04c6ce17cb4092075623 Author: Tassilo Horn Commit: Tassilo Horn Fix "Selecting deleted buffer" error --- highlight-parentheses.el | 67 1 file changed, 34 insertions(+), 33 deletion

[nongnu] elpa/git-commit a334412159: magit-sequencer-process-sentinel: Cosmetics

2024-04-04 Thread ELPA Syncer
branch: elpa/git-commit commit a334412159984dcdcff3dbb56c7c1e77197cc36c Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-sequencer-process-sentinel: Cosmetics --- lisp/magit-process.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-process.el b/lisp/magi

[elpa] externals/org 90045c45e2: org-element--cache-after-change: Remove redundant setq

2024-04-04 Thread ELPA Syncer
branch: externals/org commit 90045c45e27705d39bfd37bc33e34ab114b32717 Author: Stefan Monnier Commit: Ihor Radchenko org-element--cache-after-change: Remove redundant setq * lisp/org-element.el (org-element--cache-after-change): `org-element--cache-after-change' already changes

[elpa] externals/drepl 2339e68a98 5/9: Guard against some nil values

2024-04-04 Thread ELPA Syncer
branch: externals/drepl commit 2339e68a98d755d257d0f553131cfb412fbf7015 Author: Augusto Stoffel Commit: Augusto Stoffel Guard against some nil values --- drepl.el | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/drepl.el b/drepl.el index 42e3d5271c..

[elpa] externals/drepl e36f22d76e 1/9: Don't pop to REPL buffer when restarting it

2024-04-04 Thread ELPA Syncer
branch: externals/drepl commit e36f22d76e1063c603a645a8674c5501ade1d5c0 Author: Augusto Stoffel Commit: Augusto Stoffel Don't pop to REPL buffer when restarting it --- drepl.el | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/drepl.el b/drepl.el in

[elpa] externals/drepl cc980b0d52 7/9: Improve REPL initialization process

2024-04-04 Thread ELPA Syncer
branch: externals/drepl commit cc980b0d52ebe97a2be26190412edf654573d517 Author: Augusto Stoffel Commit: Augusto Stoffel Improve REPL initialization process --- drepl-ipython.el | 4 ++-- drepl-lua.el | 4 ++-- drepl.el | 66 ++---

[elpa] externals/drepl a9702701ee 4/9: Add a new REPL state 'rawio' to avoid race conditions

2024-04-04 Thread ELPA Syncer
branch: externals/drepl commit a9702701eea1d93b126f8da1403b9abe5c4e5a2e Author: Augusto Stoffel Commit: Augusto Stoffel Add a new REPL state 'rawio' to avoid race conditions --- README.org | 11 ++- drepl.el | 23 +++ 2 files changed, 21 insertions(+), 13 delet

[elpa] externals/drepl 30713ad02e 6/9: Separate message transport from protocol logic

2024-04-04 Thread ELPA Syncer
branch: externals/drepl commit 30713ad02eb4925e523ab0c4f39627a32b48cdac Author: Augusto Stoffel Commit: Augusto Stoffel Separate message transport from protocol logic --- drepl.el | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/drepl.el b/drepl.el in

[elpa] externals/drepl updated (033ada13c0 -> fc0b28b8b2)

2024-04-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/drepl. from 033ada13c0 Split long messages when sent through PTY new e36f22d76e Don't pop to REPL buffer when restarting it new 3be39d056f Guard against return value t from while-no-input new 9795880fb5 Enable completion w

[elpa] externals/drepl 9795880fb5 3/9: Enable completion with an empty prefix

2024-04-04 Thread ELPA Syncer
branch: externals/drepl commit 9795880fb5bf5886852dc6166faad3aa90577023 Author: Augusto Stoffel Commit: Augusto Stoffel Enable completion with an empty prefix --- drepl.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drepl.el b/drepl.el index 334a1454ae..26a83c6dfc

[elpa] externals/drepl fc0b28b8b2 9/9: Version 0.2

2024-04-04 Thread ELPA Syncer
branch: externals/drepl commit fc0b28b8b281899c2f00461bf9e83caf13330b54 Author: Augusto Stoffel Commit: Augusto Stoffel Version 0.2 --- drepl-ipython.el | 2 +- drepl-lua.el | 2 +- drepl.el | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drepl-ipython.e

[elpa] externals/drepl 3be39d056f 2/9: Guard against return value t from while-no-input

2024-04-04 Thread ELPA Syncer
branch: externals/drepl commit 3be39d056f96be6cbed63f51a4cab2a75b538e82 Author: Augusto Stoffel Commit: Augusto Stoffel Guard against return value t from while-no-input --- drepl.el | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drepl.el b/drepl.el index 310161

[elpa] externals/drepl 3b8c4697dd 8/9: Refine header and commentary section

2024-04-04 Thread ELPA Syncer
branch: externals/drepl commit 3b8c4697dda937c39496d67bc4804bf7d0c12812 Author: Augusto Stoffel Commit: Augusto Stoffel Refine header and commentary section --- drepl-ipython.el | 7 +++ drepl-lua.el | 6 +++--- drepl.el | 17 + 3 files changed, 15 insertio

[elpa] externals/dape a5c9d468c1: Bump version to 0.10.0

2024-04-04 Thread ELPA Syncer
branch: externals/dape commit a5c9d468c1e49e533f1146980fa86488bbe3a54e Author: Daniel Pettersson Commit: Daniel Pettersson Bump version to 0.10.0 --- CHANGELOG.org | 7 +++ dape.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org

[elpa] externals-release/org 9895ed3968: doc/org-manual.org (Header and sectioning structure): Corrected info mixup

2024-04-04 Thread ELPA Syncer
branch: externals-release/org commit 9895ed39688a2006935ce811afb38a06aa1f1acc Author: Lee Thompson Commit: Ihor Radchenko doc/org-manual.org (Header and sectioning structure): Corrected info mixup TINYCHANGE --- doc/org-manual.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deleti

[elpa] externals/org updated (c8d1338365 -> e965d26edb)

2024-04-04 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from c8d1338365 org-html-htmlize-generate-css: Do not omit faces without :inherit property new 9895ed3968 doc/org-manual.org (Header and sectioning structure): Corrected info mixup new e965d26edb Merge branch 'bugfix' Sum

[elpa] externals/org e965d26edb: Merge branch 'bugfix'

2024-04-04 Thread ELPA Syncer
branch: externals/org commit e965d26edb5e31b60757c44a7440f2398c8a58fb Merge: c8d1338365 9895ed3968 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- doc/org-manual.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org-manual.org b/doc/org-

[nongnu] elpa/evil 0251080640: evil-undo is a jump command

2024-04-04 Thread ELPA Syncer
branch: elpa/evil commit 0251080640e0da6f0eec2b7d8dd70e9c9b9915d7 Author: Tom Dalziel Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> evil-undo is a jump command Partially fixes #1878 --- evil-commands.el | 1 + evil-tests.el| 14 ++ 2 files changed,

[elpa] externals/org c8d1338365: org-html-htmlize-generate-css: Do not omit faces without :inherit property

2024-04-04 Thread ELPA Syncer
branch: externals/org commit c8d1338365cd2964f72ffaef6f8939618d60624e Author: Ihor Radchenko Commit: Ihor Radchenko org-html-htmlize-generate-css: Do not omit faces without :inherit property * lisp/ox-html.el (org-html-htmlize-generate-css): Fix not adding faces without :inherit

[elpa] externals/sm-c-mode a56142cb82: (sm-c-mode): Add `c-mode` as extra parent

2024-04-04 Thread Stefan Monnier via
branch: externals/sm-c-mode commit a56142cb82d3390faa3dbd0658d65fe06822206d Author: Stefan Monnier Commit: Stefan Monnier (sm-c-mode): Add `c-mode` as extra parent --- sm-c-mode.el | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sm-c-mode.el b/sm-c-mode.el in

[elpa] externals/elisp-benchmarks updated (ce92b922cb -> f0f0ce9a94)

2024-04-04 Thread Andrea Corallo
akrl pushed a change to branch externals/elisp-benchmarks. from ce92b922cb * benchmarks/elb-smie.el (elb-font-lock-entry): New benchmark new 237d5a71ef ; * elisp-benchmarks.el: Update my mail new f0f0ce9a94 ; * elisp-benchmarks.el: Update copyright year Summary of changes

[elpa] externals/elisp-benchmarks f0f0ce9a94 2/2: ; * elisp-benchmarks.el: Update copyright year

2024-04-04 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit f0f0ce9a9416cafabc5653cfaec8ec110a12ed1a Author: Andrea Corallo Commit: Andrea Corallo ; * elisp-benchmarks.el: Update copyright year --- elisp-benchmarks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp-benchmarks.el b/e

[elpa] externals/elisp-benchmarks 237d5a71ef 1/2: ; * elisp-benchmarks.el: Update my mail

2024-04-04 Thread Andrea Corallo
branch: externals/elisp-benchmarks commit 237d5a71ef550fd85438bfb892cd49b1f74ba733 Author: Andrea Corallo Commit: Andrea Corallo ; * elisp-benchmarks.el: Update my mail --- elisp-benchmarks.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elisp-benchmarks.el b/elis

[nongnu] elpa/helm updated (28f62344fe -> 129d7e59a4)

2024-04-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 28f62344fe Fix displaying short doc when docstring starts with keymap new 8c4eaff114 Fix title of section new 129d7e59a4 When symbol is both a group and a function prefer function Summary of changes: helm-elisp.el | 2 +

[nongnu] elpa/helm 8c4eaff114 1/2: Fix title of section

2024-04-04 Thread ELPA Syncer
branch: elpa/helm commit 8c4eaff114ad8cdda6155c54ff97a311d3751468 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix title of section --- helm-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-mode.el b/helm-mode.el index da9ab9ddec..9303ecfab3 100644 ---

[nongnu] elpa/helm 129d7e59a4 2/2: When symbol is both a group and a function prefer function

2024-04-04 Thread ELPA Syncer
branch: elpa/helm commit 129d7e59a42c532f83513ba8d60312fb22afcb90 Author: Thierry Volpiatto Commit: Thierry Volpiatto When symbol is both a group and a function prefer function definition. --- helm-elisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-el

[nongnu] elpa/helm-core updated (28f62344fe -> 129d7e59a4)

2024-04-04 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 28f62344fe Fix displaying short doc when docstring starts with keymap adds 8c4eaff114 Fix title of section adds 129d7e59a4 When symbol is both a group and a function prefer function No new revisions were added by this