[elpa] externals/consult updated (b1b7abf581 -> 4314c45d84)

2025-06-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/consult. from b1b7abf581 Update bug report template new fb732cef6d Update changelog new 4314c45d84 Version 2.6 Summary of changes: CHANGELOG.org | 6 ++ consult.el| 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)

[elpa] externals/consult 4314c45d84 2/2: Version 2.6

2025-06-28 Thread ELPA Syncer
branch: externals/consult commit 4314c45d84d9e00d45d2b611562d8fe2e4ddcf48 Author: Daniel Mendler Commit: Daniel Mendler Version 2.6 --- CHANGELOG.org | 2 +- consult.el| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index caa1e1e6b4..

[elpa] externals/consult fb732cef6d 1/2: Update changelog

2025-06-28 Thread ELPA Syncer
branch: externals/consult commit fb732cef6d11f352da88ab0fd7d7b54d9105b9e6 Author: Daniel Mendler Commit: Daniel Mendler Update changelog --- CHANGELOG.org | 6 ++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 410a7f175b..caa1e1e6b4 100644 --- a/CHANGE

[nongnu] elpa/haskell-ts-mode 6fd677f806: Massive general indentation fix

2025-06-28 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit 6fd677f806b6b466c4c60953e1ca687cbd853ec2 Author: Pranshu Sharma Commit: Pranshu Sharma Massive general indentation fix The saga contiunes, last commit I did massive fix to indentatoin of operators, this one focuses on language constructs. The

[elpa] externals/denote-journal b971755f3a 4/4: Acknowledge Ettore Berardi for commit bbb32c3 (superseding 16781c5)

2025-06-28 Thread ELPA Syncer
branch: externals/denote-journal commit b971755f3ad5fcc110f41805d0393adb8ce590e5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Ettore Berardi for commit bbb32c3 (superseding 16781c5) This was done in pull request 14:

[elpa] externals/denote-journal bbb32c3c44 2/4: Extend the Calendar face to work in the TTY.

2025-06-28 Thread ELPA Syncer
branch: externals/denote-journal commit bbb32c3c442d7779f52869c3789734a20f832cda Author: Ettore Berardi Commit: Ettore Berardi Extend the Calendar face to work in the TTY. --- denote-journal.el | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/denote-

[elpa] externals/denote-journal 7428b617ff 3/4: Merge pull request #14 from ettomatic/main

2025-06-28 Thread ELPA Syncer
branch: externals/denote-journal commit 7428b617ff2c6043212458d520b392cda073534b Merge: 395ad0aa2d bbb32c3c44 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #14 from ettomatic/main Add support for a TTY-friendly Calendar marker character. --- denote-journal.el | 5 ++

[elpa] externals/denote-journal 16781c58c8 1/4: Add support for a TTY-friendly Calendar marker character.

2025-06-28 Thread ELPA Syncer
branch: externals/denote-journal commit 16781c58c850a25e5c417df26399074872e94a41 Author: Ettore Berardi Commit: Ettore Berardi Add support for a TTY-friendly Calendar marker character. In the current implementation, days with journal entries in the calendar are marked using only th

[elpa] externals/denote-journal updated (395ad0aa2d -> b971755f3a)

2025-06-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote-journal. from 395ad0aa2d Acknowledge Alan Schmitt for commit 7eed95a new 16781c58c8 Add support for a TTY-friendly Calendar marker character. new bbb32c3c44 Extend the Calendar face to work in the TTY. new 7428b617f

[nongnu] elpa/xah-fly-keys c2e0d75a16: xah-select-block new behavior. now select without the ending empty lines, when the command is not repeated.

2025-06-28 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit c2e0d75a16ace4d44fdb7abd6e026c0dea6c0571 Author: Xah Lee Commit: Xah Lee xah-select-block new behavior. now select without the ending empty lines, when the command is not repeated. change key, xah-slash-to-backslash and other related to slash backslash.

[nongnu] elpa/haskell-ts-mode 8a061c8bb6 3/3: Massive infix indentation fix

2025-06-28 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit 8a061c8bb6867845e8bf893dcd5331914e32671d Author: Pranshu Sharma Commit: Pranshu Sharma Massive infix indentation fix The operator indentation has been a nightmare, but this is the final form, and the indentation that ormulu uses. The perfect i

[nongnu] elpa/haskell-ts-mode 11de5820ce 2/3: Finally fixed haskell ghci thing

2025-06-28 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit 11de5820ce74b3e14821c01477b5caad0c7070b9 Author: Pranshu Sharma Commit: Pranshu Sharma Finally fixed haskell ghci thing Now it won't load the file by default, but you will actually be able to specify the commands you want in dir locals or smth

[nongnu] elpa/haskell-ts-mode 17b8467dfd 1/3: Yet another indentation fix

2025-06-28 Thread ELPA Syncer
branch: elpa/haskell-ts-mode commit 17b8467dfd1f13e234e849f9349d37f8fb5764fb Author: Pranshu Sharma Commit: Pranshu Sharma Yet another indentation fix Fixing indentation for operators --- haskell-ts-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ha

[nongnu] elpa/haskell-ts-mode updated (ba817b79c1 -> 8a061c8bb6)

2025-06-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/haskell-ts-mode. from ba817b79c1 Version bump new 17b8467dfd Yet another indentation fix new 11de5820ce Finally fixed haskell ghci thing new 8a061c8bb6 Massive infix indentation fix Summary of changes: haskell-ts-mode.el | 3

[elpa] externals/beframe 7105c4d0e3 1/2: Define the beframe-prompt-prefix instead of hardcoding it in the prompt

2025-06-28 Thread ELPA Syncer
branch: externals/beframe commit 7105c4d0e33cda61fbc3dbbe740bd9a347c0b2ea Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Define the beframe-prompt-prefix instead of hardcoding it in the prompt --- README.org | 8 +++- beframe.el | 44 +--

[elpa] externals/beframe updated (9010d3df6b -> 2728f72174)

2025-06-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/beframe. from 9010d3df6b Make new frames initialise their xref history new 7105c4d0e3 Define the beframe-prompt-prefix instead of hardcoding it in the prompt new 2728f72174 Update to Beframe version 1.4.0 Summary of changes: C

[elpa] externals/beframe 2728f72174 2/2: Update to Beframe version 1.4.0

2025-06-28 Thread ELPA Syncer
branch: externals/beframe commit 2728f72174c1164e99bab4daaef64910e6b41c6c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to Beframe version 1.4.0 --- CHANGELOG.org | 39 +++ README.org| 10 -- beframe.el| 2 +- 3 files cha

[elpa] externals/kubed daff4fbb9a: Update default namespace when setting namespace for default context

2025-06-28 Thread ELPA Syncer
branch: externals/kubed commit daff4fbb9a67bc27c5bd7304729d29f7cc9429d1 Author: Eshel Yaron Commit: Eshel Yaron Update default namespace when setting namespace for default context * kubed.el (kubed-set-namespace): Update 'kubed-default-context-and-namespace' when setting the

[nongnu] elpa/helm 2617fe2094 1/2: Rewrite helm-render-source

2025-06-28 Thread ELPA Syncer
branch: elpa/helm commit 2617fe20946ee936595ab5c68e852c45b6236657 Author: Thierry Volpiatto Commit: Thierry Volpiatto Rewrite helm-render-source --- helm-core.el | 30 +- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/helm-core.el b/helm-core.el

[nongnu] elpa/helm 443aafae0a 2/2: Remove annoying log entries

2025-06-28 Thread ELPA Syncer
branch: elpa/helm commit 443aafae0a63e5ea09efd2ddbf1b189389a2d96e Author: Thierry Volpiatto Commit: Thierry Volpiatto Remove annoying log entries --- helm-core.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/helm-core.el b/helm-core.el index 63dd8b7be5..54dcf9859e

[nongnu] elpa/helm updated (9114a4662e -> 443aafae0a)

2025-06-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 9114a4662e Merge pull request #2724 from amno1/helm-add-lex-cookie-to-adaptive-hist-file new 2617fe2094 Rewrite helm-render-source new 443aafae0a Remove annoying log entries Summary of changes: helm-core.el | 34

[elpa] externals/transient 51915436f7 2/2: transient--resume-override: No longer call transient--show

2025-06-28 Thread Jonas Bernoulli via
branch: externals/transient commit 51915436f76ff262766d40bee3c84dfe3568d289 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--resume-override: No longer call transient--show It is unnecessary to call `transient--show' here because it will later happen anyway when `trans

[elpa] externals/transient e508e65866 1/2: transient--goto-button: No longer error if no button is found

2025-06-28 Thread Jonas Bernoulli via
branch: externals/transient commit e508e65866168c178136e260a86790cd12343024 Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--goto-button: No longer error if no button is found This could happen, for example, if a menu only has a single suffix and invoking that suffix c

[elpa] externals/transient updated (415f74bf97 -> 51915436f7)

2025-06-28 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 415f74bf97 Improve kludge to work around an Emacs quitting kludge new e508e65866 transient--goto-button: No longer error if no button is found new 51915436f7 transient--resume-override: No longer call transient--s

[elpa] externals/org b89fda2c7e: fix typo in 5b419c80d

2025-06-28 Thread ELPA Syncer
branch: externals/org commit b89fda2c7eac2d319a370ecc644107e4156561aa Author: Ihor Radchenko Commit: Ihor Radchenko fix typo in 5b419c80d * testing/lisp/test-ox-publish.el (test-org-publish/resolve-external-link): skip-when is not a thing. --- testing/lisp/test-ox-publish.el |