[nongnu] elpa/typst-ts-mode 0019b56a28 03/10: feat: commands related to links

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit 0019b56a28505685a7fa998b7accd027ef19e728 Author: Huan Thieu Nguyen Commit: Huan Thieu Nguyen feat: commands related to links - insert local link - open local link in Emacs and foreign links in program of choice (configurable) --- typst-ts-misc

[elpa] externals/denote updated (5a473f9a8b -> 8ab4fac181)

2025-07-14 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 5a473f9a8b Clarify that the "empty files" variants of denote-sort-dired depend on current dev version new 79fc1d2cff Make denote-sort-dired revert to an empty buffer if no matching files new dd662876d4 Untabify and

[elpa] externals/denote 8ab4fac181 4/4: Use a major mode instead of a function that sets up special-mode

2025-07-14 Thread ELPA Syncer
branch: externals/denote commit 8ab4fac18160c4d26dcad8cce44ab73fc939bd2f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use a major mode instead of a function that sets up special-mode It is about the same code plus we can easily have a keymap there, get the option of a

[nongnu] elpa/typst-ts-mode 2a16e613b6 08/10: menu: add more menu bar items #62

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit 2a16e613b6c763cf8d4c3fae559754b8da61d548 Author: Huan Thieu Nguyen Commit: Huan Thieu Nguyen menu: add more menu bar items #62 --- typst-ts-mode.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/typst-ts-mode.el b/typst-ts-mode.el

[elpa] externals/denote dd662876d4 2/4: Untabify and reindent file

2025-07-14 Thread ELPA Syncer
branch: externals/denote commit dd662876d43c75527d8fe497207455990a66e981 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Untabify and reindent file --- denote.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/denote.el b/denote.el index 7b4fe987c3..4af2d

[elpa] externals/tex-parens d672d8033e: Fail gracefully when searches exceed bound

2025-07-14 Thread ELPA Syncer
branch: externals/tex-parens commit d672d8033e934b7a16e83dabcdf08b7f6c2e65da Author: Paul D. Nelson Commit: Paul D. Nelson Fail gracefully when searches exceed bound * tex-parens.el (tex-parens--search-forward) (tex-parens--search-backward): Before searching, check that search

[elpa] externals/auctex 37c04c2d56: Add new style/wrapstuff.el

2025-07-14 Thread ELPA Syncer
branch: externals/auctex commit 37c04c2d5624f3faaa0266e053a9f9e54044f10a Author: Arash Esbati Commit: Arash Esbati Add new style/wrapstuff.el * NEWS.org (Added): Announce the new style. * style/wrapstuff.el: New file. --- NEWS.org | 4 +-- style/wrapstuff.el | 9

[elpa] externals/modus-themes 7601df769e 1/2: Fix flymake-warning-echo-at-eol face

2025-07-14 Thread ELPA Syncer
branch: externals/modus-themes commit 7601df769e20b750dceb23a3c514a9eb9e6b050e Author: Eric Ottosson Commit: Eric Ottosson Fix flymake-warning-echo-at-eol face --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index a6f

[nongnu] elpa/xah-fly-keys 6c2303d7db: continue previous key change. reverted change of key for dvorak i (qwerty g). now it is xah-delete-current-text-block again. (not xah-select-block)

2025-07-14 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 6c2303d7db55068c6ae6633a67cdeeda4c0c4c98 Author: Xah Lee Commit: Xah Lee continue previous key change. reverted change of key for dvorak i (qwerty g). now it is xah-delete-current-text-block again. (not xah-select-block) because, otherwise, the only way

[elpa] externals/diff-hl d5dad1333d 1/4: Remove the right function from find-file-hook

2025-07-14 Thread ELPA Syncer
branch: externals/diff-hl commit d5dad1333d3d63e3bd7d016102a1de52d6774ce4 Author: Dmitry Gutov Commit: Dmitry Gutov Remove the right function from find-file-hook Related #152 --- diff-hl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-hl.el b/diff-hl.el

[nongnu] elpa/gptel 61bac0aada 4/4: gptel: Update comments, indentation and test submodule

2025-07-14 Thread ELPA Syncer
branch: elpa/gptel commit 61bac0aada02cb3d1b98fbec458e490bc0063a3f Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Update comments, indentation and test submodule * gptel-curl.el: Remove obsolete comment. * gptel.el (gptel--with-buffer-copy): Fix indentation.

[nongnu] elpa/cider 0a1a194ead: Relax the staleness checks

2025-07-14 Thread ELPA Syncer
branch: elpa/cider commit 0a1a194ead0ff47e8e8ddb3c2f124be23e771cae Author: Bozhidar Batsov Commit: Bozhidar Batsov Relax the staleness checks --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflo

[elpa] externals/modus-themes bf6c6ce67a 1/2: Remove use of 'string-pad' so we can depend on Emacs 27.1

2025-07-14 Thread ELPA Syncer
branch: externals/modus-themes commit bf6c6ce67a8b4aa58573b9beeba708eef3f3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove use of 'string-pad' so we can depend on Emacs 27.1 This is in response to bug#78991 by John Sullivan:

[nongnu] elpa/scroll-on-jump 8b108786da: Cleanup: rename fun -> fn (personal preference)

2025-07-14 Thread ELPA Syncer
branch: elpa/scroll-on-jump commit 8b108786da855dffd0f1957a0906dd3921e25711 Author: Campbell Barton Commit: Campbell Barton Cleanup: rename fun -> fn (personal preference) --- scroll-on-jump.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scroll-on-jump.el b/scr

[elpa] externals/show-font d85cab7905: Move a comment closer to what it refers to

2025-07-14 Thread ELPA Syncer
branch: externals/show-font commit d85cab7905596a619da7b1a82dd2d30f3fda6017 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Move a comment closer to what it refers to --- show-font.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/show-font.el b/show-font.el

[nongnu] elpa/racket-mode 8a80578405: Fix fontification in racket-logger-mode

2025-07-14 Thread ELPA Syncer
branch: elpa/racket-mode commit 8a80578405cb1dcce460fd34c23daed4c5f0546b Author: Greg Hendershott Commit: Greg Hendershott Fix fontification in racket-logger-mode Commit 1ec8ac5 broke fontification unless the user manually disables font-lock-mode in this buffer -- which I must h

[elpa] externals/emms 419e1bd71d 11/32: Turn filter definitions into defvars to fix unbound symbol warning.

2025-07-14 Thread ELPA Syncer
branch: externals/emms commit 419e1bd71d4e65ea53f4eda55867b8b1dea3835c Author: Erica Lina Commit: Erica Lina Turn filter definitions into defvars to fix unbound symbol warning. --- emms-filters.el | 113 +--- 1 file changed, 59 insertions(

[elpa] externals/emms 6fdb7db741 28/32: Added suggestion to maybe pop the cache to the empty cache message.

2025-07-14 Thread ELPA Syncer
branch: externals/emms commit 6fdb7db74179f2a4c4ffa944497f5fa5766cae07 Author: Erica Lina Commit: Erica Lina Added suggestion to maybe pop the cache to the empty cache message. --- emms-browser.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emms-browser.el b/emms-browser.el index

[elpa] externals/show-font f6239ae7b8 2/3: Fix the file handler to also deal with insert-file-contents

2025-07-14 Thread ELPA Syncer
branch: externals/show-font commit f6239ae7b843a513b4238506eb57f98485f75d79 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix the file handler to also deal with insert-file-contents The previous code was faulty. The idea is that we want to show preview text only when w

[nongnu] elpa/helm b39ec4e07b: Change ugly code for :set fns in icons vars

2025-07-14 Thread ELPA Syncer
branch: elpa/helm commit b39ec4e07bd379475395325600571fc402c5a167 Author: Thierry Volpiatto Commit: Thierry Volpiatto Change ugly code for :set fns in icons vars --- helm-bookmark.el | 4 +--- helm-buffers.el | 4 +--- helm-imenu.el| 4 +--- 3 files changed, 3 insertions(+), 9 deletion

[elpa] externals/diff-hl 5663656653 3/4: diff-hl-stage-some: Ensure it works with diff-hl-update-async on

2025-07-14 Thread ELPA Syncer
branch: externals/diff-hl commit 566365665399de93cc72770693881995bb8bdf1b Author: Dmitry Gutov Commit: Dmitry Gutov diff-hl-stage-some: Ensure it works with diff-hl-update-async on By disabling async inside it. --- diff-hl.el | 1 + 1 file changed, 1 insertion(+) diff --git a/diff

[nongnu] elpa/xah-fly-keys 44f6d56ae2: changed keys for commands that are related to visual display. now all grouped with same prefix:

2025-07-14 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 44f6d56ae22fda08428caefc20b3972dfb3ba2a4 Author: Xah Lee Commit: Xah Lee changed keys for commands that are related to visual display. now all grouped with same prefix: old keys (dvorak notation): ("n SPC" . whitespace-mode) ("n 2" . gl

[elpa] externals/emms c3e64e6636 24/32: oy. fix erroneous paste causing infinite loop.

2025-07-14 Thread ELPA Syncer
branch: externals/emms commit c3e64e6636888d0bdf2f1e75ab9f689119b92d71 Author: Erica Lina Commit: Erica Lina oy. fix erroneous paste causing infinite loop. --- emms-browser.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emms-browser.el b/emms-browser.el index 142839c

[elpa] externals/fontaine 5a3ab5b393 2/5: Merge pull request #19 from morgan-perry/update-readme

2025-07-14 Thread ELPA Syncer
branch: externals/fontaine commit 5a3ab5b393b21700a012189911c90eb79a262627 Merge: 8b1ddcaa47 9df574eef1 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #19 from morgan-perry/update-readme Update README to include frame inhibit size info --- README.org | 14 +++

[nongnu] elpa/gptel 7af9ed8fc1: gptel: Update compat version requirement to 30.1

2025-07-14 Thread ELPA Syncer
branch: elpa/gptel commit 7af9ed8fc13ba1c9cbdb6ab7d47ddfa5aee2d455 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Update compat version requirement to 30.1 * gptel.el: Update compat requirement to 30.1. While gptel does not use any 30.1 features from compat, it

[nongnu] elpa/helm 810b13282d: Ensure outline is required in helm-outline

2025-07-14 Thread ELPA Syncer
branch: elpa/helm commit 810b13282db79a1169e7bdadae248d3e68410aae Author: Thierry Volpiatto Commit: Thierry Volpiatto Ensure outline is required in helm-outline --- helm-misc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-misc.el b/helm-misc.el index 53d0505bd2..e708e7c508 1006

[nongnu] elpa/spell-fu e2eda668f5: Cleanup: rename fun -> fn for function abbreviation

2025-07-14 Thread ELPA Syncer
branch: elpa/spell-fu commit e2eda668f5af063ecc3d97321eda6a50951c87a1 Author: Campbell Barton Commit: Campbell Barton Cleanup: rename fun -> fn for function abbreviation --- spell-fu.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spell-fu.el b/spell-fu.el index

[nongnu] elpa/gptel 34ecadea17 2/2: gptel-anthropic: Update cache control to include ttl "1h"

2025-07-14 Thread ELPA Syncer
branch: elpa/gptel commit 34ecadea17870b07fe7f146376b5a25f45fb27af Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-anthropic: Update cache control to include ttl "1h" * README.org ((Optional) Interim support for Claude 3.7 Sonnet): Simplify the setup for Claude-thi

[nongnu] elpa/mastodon 2959ec90ed 34/34: Merge branch 'develop'

2025-07-14 Thread ELPA Syncer
branch: elpa/mastodon commit 2959ec90ed5813be3efd3b1942815d911c41a416 Merge: f6247f0c9b cc15095240 Author: marty hiatt Commit: marty hiatt Merge branch 'develop' --- Makefile | 2 +- lisp/mastodon-http.el | 14 +- lisp/mastodon-profile.el | 26 ++- l

[nongnu] elpa/mastodon 6aece01796 29/34: http-tests: use our response status fun

2025-07-14 Thread ELPA Syncer
branch: elpa/mastodon commit 6aece0179616de3f496083fa7a05f79de30b474a Author: marty hiatt Commit: marty hiatt http-tests: use our response status fun --- test/mastodon-http-tests.el | 4 ++-- test/mastodon-toot-tests.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/

[nongnu] elpa/loopy 54c82267e2 1/2: Separate `when` and `unless` into separate commands. (#240)

2025-07-14 Thread ELPA Syncer
branch: elpa/loopy commit 54c82267e24667570b9034949fc6275e7f21ec48 Author: okamsn <28612288+oka...@users.noreply.github.com> Commit: GitHub Separate `when` and `unless` into separate commands. (#240) The old implementation used the name of the command in the generated code and w

[nongnu] elpa/mastodon 4bbfa7b348 24/34: fix byline tests with unicode wrap

2025-07-14 Thread ELPA Syncer
branch: elpa/mastodon commit 4bbfa7b34864921f582341d41e04fa32e76f5b42 Author: marty hiatt Commit: marty hiatt fix byline tests with unicode wrap --- test/mastodon-tl-tests.el | 79 --- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git

[elpa] externals/emms fe231d28be 23/32: Remove mark on expandall and the internal message no mark saved.

2025-07-14 Thread ELPA Syncer
branch: externals/emms commit fe231d28be1df54dc8dfeceeefe1642741c9bc70 Author: Erica Lina Commit: Erica Lina Remove mark on expandall and the internal message no mark saved. --- emms-browser.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/emms-browser.el

[elpa] externals/emms 2039f19f96 06/32: replace '(lambda with #'(lambda so it can be compiled.

2025-07-14 Thread ELPA Syncer
branch: externals/emms commit 2039f19f96e545366b4c0a5ed807058e3bac8cb7 Author: Erica Lina Commit: Erica Lina replace '(lambda with #'(lambda so it can be compiled. --- emms-filters.el | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/emms-filters.el b/emms

[elpa] elpa-admin updated (62d79eb82b -> 2e7a72711c)

2025-07-14 Thread Stefan Monnier via
monnier pushed a change to branch elpa-admin. from 62d79eb82b elpa-admin.el: Try and build packages in dependency order new b57eae97b9 elpa-admin.el (elpaa--doc-html-adjust-auxfiles): Reduce noise new 2e7a72711c README: Remove left-over mention of `:main-file` Summary of

[elpa] externals/denote 79fc1d2cff 1/4: Make denote-sort-dired revert to an empty buffer if no matching files

2025-07-14 Thread ELPA Syncer
branch: externals/denote commit 79fc1d2cff4e72aeab403c56d3045e85ab40904e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-sort-dired revert to an empty buffer if no matching files This is discussed with Alan Schmitt and Rory Molinari in issue 618:

[nongnu] elpa/typst-ts-mode e277102c3f 05/10: feat: bind open at point to C-c C-o #61

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit e277102c3f4693477ba99f0914567c2d8df65ca6 Author: Huan Thieu Nguyen Commit: Huan Thieu Nguyen feat: bind open at point to C-c C-o #61 --- typst-ts-mode.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/typst-ts-mode.el b/typst-ts-m

[nongnu] elpa/typst-ts-mode 7a96aa4d7e 06/10: feat: add menubar #62

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit 7a96aa4d7ef7d136291dfa04062c3cdb83b1eeb6 Author: Huan Thieu Nguyen Commit: Huan Thieu Nguyen feat: add menubar #62 --- typst-ts-mode.el | 90 1 file changed, 72 insertions(+), 18 deletions(-) diff --

[nongnu] elpa/typst-ts-mode c3c78a9a2c 09/10: release: new version

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit c3c78a9a2c57e85fb042ad0495584bf3ebcd1422 Merge: 2a16e613b6 972dc69d6b Author: Huan Thieu Nguyen Commit: Huan Thieu Nguyen release: new version --- typst-ts-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typst-ts-mode.el b/

[nongnu] elpa/typst-ts-mode 8f68dc06be 01/10: refactor: use pcase-exhaustive

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit 8f68dc06be98d6c7f74907c04056c8533d569160 Author: Huan Thieu Nguyen Commit: Huan Thieu Nguyen refactor: use pcase-exhaustive --- typst-ts-editing.el | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/typst-ts-editing.el b/typst-ts-edit

[nongnu] elpa/typst-ts-mode 1e6b8ad1a9 07/10: bugfix: remove duplicate menuitem #62

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit 1e6b8ad1a973280df45ed2b402e13eaff4ed0b23 Author: Huan Thieu Nguyen Commit: Huan Thieu Nguyen bugfix: remove duplicate menuitem #62 --- typst-ts-mode.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/typst-ts-mode.el b/typst-ts-mode.el index d4e18326ba

[nongnu] elpa/typst-ts-mode 7f6bf64232 10/10: Merge pull request 'release: 0.12.1' (#75) from develop into main

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit 7f6bf64232f1b120c4a4696a02be2f0a506b04b6 Merge: 972dc69d6b c3c78a9a2c Author: Meow King Commit: Meow King Merge pull request 'release: 0.12.1' (#75) from develop into main Reviewed-on: https://codeberg.org/meow_king/typst-ts-mode/pulls/75 --- typst

[nongnu] elpa/typst-ts-mode 14f1ddd172 04/10: chore

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit 14f1ddd1720db324cb99697a5e48506637e7e1ea Author: meowking Commit: meowking chore --- typst-ts-misc-commands.el | 3 ++- typst-ts-mode.el | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/typst-ts-misc-commands.el b/typst-ts-m

[elpa] elpa-admin 2e7a72711c 2/2: README: Remove left-over mention of `:main-file`

2025-07-14 Thread Stefan Monnier via
branch: elpa-admin commit 2e7a72711c15ed85337e461bba2158436d513726 Author: Stefan Monnier Commit: Stefan Monnier README: Remove left-over mention of `:main-file` --- README | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README b/README index fa3a15db96..a9a530b8

[elpa] externals/auctex a15b162bec: Handle optional args delimited with <..>

2025-07-14 Thread ELPA Syncer
branch: externals/auctex commit a15b162beca9f2d319e0d430581c0e776d2ccf68 Author: Arash Esbati Commit: Arash Esbati Handle optional args delimited with <..> * latex.el (LaTeX-completion-candidates-key-val): Consider "<" as delimiter for an optional argument correctly. --- latex.

[nongnu] elpa/xah-fly-keys 22e2938f1b: clean up of prev commit

2025-07-14 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 22e2938f1b2f0396e8d3f664aeb8cda78b02f055 Author: Xah Lee Commit: Xah Lee clean up of prev commit --- xah-fly-keys.el | 42 +++--- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/xah-fly-keys.el b/xah-fly-ke

[nongnu] elpa/xah-fly-keys c025662cd3: added these new keys related to windows, and removed some old using digit keys. all dvorak notation.

2025-07-14 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit c025662cd33f26460d6f903fc77c59d626ae4222 Author: Xah Lee Commit: Xah Lee added these new keys related to windows, and removed some old using digit keys. all dvorak notation. ("k h" . delete-other-windows) ("k t" . delete-window) ("k m" . spl

[nongnu] elpa/typst-ts-mode 22ce179001 02/10: feat: function for changing list type and reordering numbered lists #60

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit 22ce179001f2dedcdbe84160068e661e0efd1508 Author: Huan Thieu Nguyen Commit: Huan Thieu Nguyen feat: function for changing list type and reordering numbered lists #60 --- typst-ts-editing.el | 107 1 file c

[nongnu] elpa/gptel fa83f993fe 1/4: README: Add setup instructions for Open WebUI (#954)

2025-07-14 Thread ELPA Syncer
branch: elpa/gptel commit fa83f993fef0a29e544e952aace5260353174bce Author: Alexis Gallagher Commit: GitHub README: Add setup instructions for Open WebUI (#954) --- README.org | 58 ++ 1 file changed, 58 insertions(+) diff --git a/READ

[nongnu] elpa/gnosis updated (4b87d58574 -> c7a3e289a2)

2025-07-14 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gnosis. from 4b87d58574 version bump 0.5.3 new 5bfd804a67 display-next-review: Remove parentheses for next review date. new c7a3e289a2 display-parathema: Remove gnosis-face-parathema. Summary of changes: gnosis.el | 18 +---

[nongnu] elpa/gptel updated (46cf8bd3a4 -> bed2402c54)

2025-07-14 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gptel. from 46cf8bd3a4 gptel-transient: Fix log-level selection menu (#960) new 350087c6df gptel-openai: Don't parse tools named "null" (#935) (#951) new bed2402c54 gptel: Include full file path in context (#863) Summary of changes:

[nongnu] elpa/typst-ts-mode updated (972dc69d6b -> 7f6bf64232)

2025-07-14 Thread ELPA Syncer
elpasync pushed a change to branch elpa/typst-ts-mode. from 972dc69d6b release: bump version number new 8f68dc06be refactor: use pcase-exhaustive new 22ce179001 feat: function for changing list type and reordering numbered lists #60 new 0019b56a28 feat: commands rel

[elpa] elpa-admin b57eae97b9 1/2: elpa-admin.el (elpaa--doc-html-adjust-auxfiles): Reduce noise

2025-07-14 Thread Stefan Monnier via
branch: elpa-admin commit b57eae97b92957073c653acf34cd95e1cbf4696b Author: Stefan Monnier Commit: Stefan Monnier elpa-admin.el (elpaa--doc-html-adjust-auxfiles): Reduce noise --- elpa-admin.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/elpa-admin.el b/elpa-a

[elpa] externals/indent-bars af989aff67 1/2: Add haml mode support

2025-07-14 Thread ELPA Syncer
branch: externals/indent-bars commit af989aff67d6a1e3caab35b776066a808514606f Author: ziggy Commit: ziggy Add haml mode support --- indent-bars.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indent-bars.el b/indent-bars.el index f8a8f6aac6..bd6792ce86 100644 --- a/indent-bars.el +

[elpa] externals/fontaine 6f148502ea 5/5: Clarify that fontaine does inhibit implied frame resize

2025-07-14 Thread ELPA Syncer
branch: externals/fontaine commit 6f148502eaf128f5e87a6c54162eec7e34196a6a Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify that fontaine does inhibit implied frame resize --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 6fd9a

[elpa] externals/fontaine 9df574eef1 1/5: Update README to include frame inhibit size info

2025-07-14 Thread ELPA Syncer
branch: externals/fontaine commit 9df574eef11287a7216409f3c52a2d0e341d2140 Author: Morgan Perry Commit: Morgan Perry Update README to include frame inhibit size info --- README.org | 14 ++ 1 file changed, 14 insertions(+) diff --git a/README.org b/README.org index ece57b7f42..

[elpa] externals/urgrep 224fa266cc 2/3: Fix fontification on Emacs 28

2025-07-14 Thread ELPA Syncer
branch: externals/urgrep commit 224fa266ccfca25ee7660d42051f79402dbf05d1 Author: Jim Porter Commit: Jim Porter Fix fontification on Emacs 28 Under older Emacsen, `text-property-search-backward` behaves differently, and skips past text with the property in question if point is i

[elpa] externals/denote a1148a5da5 3/4: Use special-mode instead of fundamental-mode in denote-sort-dired--revert-to-empty

2025-07-14 Thread ELPA Syncer
branch: externals/denote commit a1148a5da51310b18936d2006e38bb9879776763 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use special-mode instead of fundamental-mode in denote-sort-dired--revert-to-empty This is discussed with Alan Schmitt in issue 618:

[elpa] externals/modus-themes b9e822be6c 2/2: Merge pull request #145 from eotsn/fix-flymake-eol-faces

2025-07-14 Thread ELPA Syncer
branch: externals/modus-themes commit b9e822be6c1b9ce8481769dd58759038e75fe53b Merge: 6639604271 7601df769e Author: Protesilaos Stavrou Commit: GitHub Merge pull request #145 from eotsn/fix-flymake-eol-faces Fix flymake-warning-echo-at-eol face --- modus-themes.el | 2 +- 1 file ch

[nongnu] elpa/xah-fly-keys 34cc57a091: swapped the keys for end-of-buffer (new key space ; ) and save-buffer (new key space n ). (both qwerty notation) reason: this is to be consistent with the comman

2025-07-14 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit 34cc57a0916c273186872d65cc877df67952b120 Author: Xah Lee Commit: Xah Lee swapped the keys for end-of-buffer (new key space ; ) and save-buffer (new key space n ). (both qwerty notation) reason: this is to be consistent with the command mode key for xah-en

[elpa] externals/auctex 6e1b6922d7: Release GNU AUCTeX 14.1.0

2025-07-14 Thread ELPA Syncer
branch: externals/auctex commit 6e1b6922d7428b839ecfd3184fe50adfe2866a7a Author: Arash Esbati Commit: Arash Esbati Release GNU AUCTeX 14.1.0 * GNU AUCTeX Version 14.1.0 released. --- NEWS.org | 2 +- auctex.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/

[elpa] externals/indent-bars e23d42e6ad 2/2: Merge pull request #113 from aepyornis/main

2025-07-14 Thread ELPA Syncer
branch: externals/indent-bars commit e23d42e6adef034adefe58fb65fcf60b50442628 Merge: a2f8b63f0f af989aff67 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: GitHub Merge pull request #113 from aepyornis/main Add haml mode support --- indent-bars.el | 2 ++ 1 file ch

[elpa] externals/org 5202dcb37c: Merge branch 'bugfix'

2025-07-14 Thread ELPA Syncer
branch: externals/org commit 5202dcb37c574c8bb12f301e78ea86c760699194 Merge: b89fda2c7e ab828ad8dc Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- lisp/org-capture.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org-capture.el b/lisp/org-capture.el inde

[elpa] externals-release/org ab828ad8dc: org-capture-templates: Fix :type specification

2025-07-14 Thread ELPA Syncer
branch: externals-release/org commit ab828ad8dcb8355a51d5846394e8312dc34e2e5d Author: Ihor Radchenko Commit: Ihor Radchenko org-capture-templates: Fix :type specification * lisp/org-capture.el (org-capture-templates): Fix missing allowed value in type specification. Rep

[nongnu] elpa/helm 51c105bc9d: Fix #2728 diacritics-fn not expanded in helm-source

2025-07-14 Thread ELPA Syncer
branch: elpa/helm commit 51c105bc9df1e5feab4b0a1f5d7b6d6ea5e6d11a Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix #2728 diacritics-fn not expanded in helm-source --- helm-source.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-source.el b/helm-source.el in

[nongnu] elpa/mastodon 91af959c36 18/34: reindent tl.el

2025-07-14 Thread ELPA Syncer
branch: elpa/mastodon commit 91af959c365c92b6281bb83f5d742ae8f553c692 Author: marty hiatt Commit: marty hiatt reindent tl.el --- lisp/mastodon-tl.el | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 75f92c5

[elpa] externals/modus-themes 2f19a51511 2/2: Bump version number to trigger GNU ELPA package update

2025-07-14 Thread ELPA Syncer
branch: externals/modus-themes commit 2f19a515110f7fcc407fcc32b9cdfdb26a853eb5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Bump version number to trigger GNU ELPA package update I do not want to publish a new minor release because I did that recently and there are no

[nongnu] elpa/typst-ts-mode 9e95d143e5 2/3: release: fix key bindings

2025-07-14 Thread ELPA Syncer
branch: elpa/typst-ts-mode commit 9e95d143e519600ea32c7a546ddb72fc349d17fc Author: huantn Commit: huantn release: fix key bindings --- typst-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst-ts-mode.el b/typst-ts-mode.el index d40d65db8e..6a3c6e1514 100644

[elpa] externals/emms 5caa981519 03/32: put back the browse-by for a moment.

2025-07-14 Thread ELPA Syncer
branch: externals/emms commit 5caa9815190316ea5d5f713f324e9d09e60cf558 Author: Erica Lina Commit: Erica Lina put back the browse-by for a moment. --- emms-filters.el | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/emms-filters.el b/emms-filters.el index a

[elpa] externals/fontaine 43be41e46e 3/5: Acknowledge Morgan Perry for commit 9df574e

2025-07-14 Thread ELPA Syncer
branch: externals/fontaine commit 43be41e46ed5250fcdbabc17c6178845615fcefe Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Morgan Perry for commit 9df574e This was done in pull request 19: . The change pe

[nongnu] elpa/mastodon 95a08ced3c 28/34: fix some media tests (not all, image-options arg broken)

2025-07-14 Thread ELPA Syncer
branch: elpa/mastodon commit 95a08ced3cafe4c9420a00c77b9e3e8c0708a3c1 Author: marty hiatt Commit: marty hiatt fix some media tests (not all, image-options arg broken) --- test/mastodon-media-tests.el | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/test/m

[nongnu] elpa/mastodon 5ba7deb585 21/34: v basic Nodeinfo cmd. #723.

2025-07-14 Thread ELPA Syncer
branch: elpa/mastodon commit 5ba7deb585e8a99270413925a41cde9cffce547d Author: marty hiatt Commit: marty hiatt v basic Nodeinfo cmd. #723. --- lisp/mastodon-tl.el | 42 ++ 1 file changed, 42 insertions(+) diff --git a/lisp/mastodon-tl.el b/lisp/mastod

[nongnu] elpa/mastodon df65237b55 30/34: media tests: FIXMEs for non-interactive only failures

2025-07-14 Thread ELPA Syncer
branch: elpa/mastodon commit df65237b55ff87c05ef568ef53cf1554da85a415 Author: marty hiatt Commit: marty hiatt media tests: FIXMEs for non-interactive only failures --- test/mastodon-media-tests.el | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) diff --g

[nongnu] elpa/mastodon 435107328e 22/34: tl: list-followed-tags: fix cl-sort with string-lessp.

2025-07-14 Thread ELPA Syncer
branch: elpa/mastodon commit 435107328ed102549a3a74caa52883601dac96f9 Author: marty hiatt Commit: marty hiatt tl: list-followed-tags: fix cl-sort with string-lessp. --- lisp/mastodon-tl.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/mastodon-tl.el b/lisp/ma

[nongnu] elpa/xah-fly-keys ee02a49c2c: update key layout diagram

2025-07-14 Thread ELPA Syncer
branch: elpa/xah-fly-keys commit ee02a49c2cf9663b5d93541c654a65f4ef863a54 Author: Xah Lee Commit: Xah Lee update key layout diagram --- README.md| 4 ++-- xah_fly_keys_qwerty_layout_2025-07-11_084953.png | Bin 0 -> 43983 bytes 2 files changed, 2 in

[nongnu] elpa/mastodon updated (f6247f0c9b -> 2959ec90ed)

2025-07-14 Thread ELPA Syncer
elpasync pushed a change to branch elpa/mastodon. from f6247f0c9b Merge branch 'develop' new ecf90b887e Fix test text changed in 2.0 new 53e5b80aff Merge pull request 'Fix test text changed in 2.0' (#682) from manphiz/mastodon.el:test-fixes-for-2.0 into develop new

[nongnu] elpa/web-mode 256137e5aa 1/2: Allow ‘.’ in Vue attributes

2025-07-14 Thread ELPA Syncer
branch: elpa/web-mode commit 256137e5aade862dce7da0737ef069e67d7ac5fd Author: Tom Willemse Commit: Tom Willemse Allow ‘.’ in Vue attributes This adds support for attributes like ‘@click.single="..."’ or ‘@submit.prevent’ which were not fontified as Vue-specific attributes befor

[elpa] externals/emms 75ffb7c969 26/32: Better show formats, cache stack is top down, two small problems.

2025-07-14 Thread ELPA Syncer
branch: externals/emms commit 75ffb7c9691f262b4777a90602aa078e15a9ff8d Author: Erica Lina Commit: Erica Lina Better show formats, cache stack is top down, two small problems. --- emms-filters.el | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff

[elpa] externals/emms 9deefbdace 25/32: restore no mark saved message which should never happen.

2025-07-14 Thread ELPA Syncer
branch: externals/emms commit 9deefbdace0a93709e6060001015b413ebd26382 Author: Erica Lina Commit: Erica Lina restore no mark saved message which should never happen. --- emms-browser.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emms-browser.el b/emms-browser.el i

[nongnu] elpa/gptel ea39821ba5 3/4: gptel: Add JSON output for OpenAI, Anthropic, Gemini, Ollama

2025-07-14 Thread ELPA Syncer
branch: elpa/gptel commit ea39821ba5101c6f500acc96889a573cfbd65bc1 Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel: Add JSON output for OpenAI, Anthropic, Gemini, Ollama Activate support for structured outputs to the OpenAI, Anthropic, Gemini and Ollama backends.

[elpa] externals/fontaine updated (8b1ddcaa47 -> 6f148502ea)

2025-07-14 Thread ELPA Syncer
elpasync pushed a change to branch externals/fontaine. from 8b1ddcaa47 Make small rewording to the manual new 9df574eef1 Update README to include frame inhibit size info new 5a3ab5b393 Merge pull request #19 from morgan-perry/update-readme new 43be41e46e Acknowledge

[elpa] externals/llm updated (f9e38f6c75 -> 6d6c88c20a)

2025-07-14 Thread ELPA Syncer
elpasync pushed a change to branch externals/llm. from f9e38f6c75 Add Gemini 2.5 reasoning support, and flash lite model (#202) new 5d1085347a Change default Gemini model to 2.5 Pro (#204) new 6d6c88c20a Fix Gemini streaming tool calls (#205) Summary of changes: NEWS.org

[elpa] externals/denote 770c5e41f2: Include a separator line in denote-dired-empty-mode

2025-07-14 Thread ELPA Syncer
branch: externals/denote commit 770c5e41f2990c7793b877c38e9d1243dff9c0fd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Include a separator line in denote-dired-empty-mode --- denote.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/denote.el b/denote.e

[nongnu] elpa/cider b5a6ffc97e 2/5: Release CIDER 1.19 ("Skiathos")

2025-07-14 Thread ELPA Syncer
branch: elpa/cider commit b5a6ffc97e3c76957721f71280ea5f49fd29d7a3 Author: Bozhidar Batsov Commit: Bozhidar Batsov Release CIDER 1.19 ("Skiathos") --- cider.el| 6 +++--- doc/antora.yml | 2 +- doc/modules/ROOT/pages/a

[elpa] externals/denote 91c32fb3c1: Write sample code in the manual to retroactively reorder file name components

2025-07-14 Thread ELPA Syncer
branch: externals/denote commit 91c32fb3c156ce9529aa83deab167881ec1698fc Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Write sample code in the manual to retroactively reorder file name components --- README.org | 38 ++ 1 file changed, 38 inse

[nongnu] elpa/gptel updated (e9d92423d1 -> 61bac0aada)

2025-07-14 Thread ELPA Syncer
elpasync pushed a change to branch elpa/gptel. from e9d92423d1 gptel: Add copy Curl command feature to dry-run new fa83f993fe README: Add setup instructions for Open WebUI (#954) new 4abb9581ff gptel: Add JSON response schema parsing and preprocessing new ea39821ba5

[nongnu] elpa/mastodon 97034ec73e 27/34: http: roll our own response code. 2/2 fix a tl test.

2025-07-14 Thread ELPA Syncer
branch: elpa/mastodon commit 97034ec73e23b37f20f1adb9b1b2777e4a27ccef Author: marty hiatt Commit: marty hiatt http: roll our own response code. 2/2 fix a tl test. --- lisp/mastodon-http.el | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/lisp/mastodon-http

[elpa] externals/auctex e27564b896: Add new style/tablericons.el

2025-07-14 Thread ELPA Syncer
branch: externals/auctex commit e27564b8965fbd307d7f0e1a1cac9bd6b841837f Author: Arash Esbati Commit: Arash Esbati Add new style/tablericons.el * NEWS.org (Added): Announce the new style. * style/tablericons.el: New file. --- NEWS.org |2 +- style/tablerico

[elpa] externals/spacious-padding 6fe7f0a55f: Remove user option that I added by mistake

2025-07-14 Thread ELPA Syncer
branch: externals/spacious-padding commit 6fe7f0a55f289f1f0c802b64c99d9c7e66371320 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove user option that I added by mistake --- spacious-padding.el | 10 -- 1 file changed, 10 deletions(-) diff --git a/spacious-padding.el b/

[elpa] externals/modus-themes 5f9dc66851: Acknowledge Eric Ottosson for commit 7601df7

2025-07-14 Thread ELPA Syncer
branch: externals/modus-themes commit 5f9dc668511243d3cd26469d0574bba4a3aaf1d7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Eric Ottosson for commit 7601df7 This was done in pull request 145: . The cha

[nongnu] elpa/cider 1779a97b6a 3/5: Update the changelog

2025-07-14 Thread ELPA Syncer
branch: elpa/cider commit 1779a97b6a76b5f85d28021c59450619befbdfa8 Author: Bozhidar Batsov Commit: Bozhidar Batsov Update the changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9f20b869..09dd764559 100644 --

[elpa] main 5c804473bd: elpa-packages (vecdb): New package

2025-07-14 Thread Stefan Monnier via
branch: main commit 5c804473bddcf590f443862dff3f80ab1a75e473 Author: Stefan Monnier Commit: Stefan Monnier elpa-packages (vecdb): New package --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index acff0a872c..36d8ad842f 100644 --- a/elpa-

[elpa] externals/vecdb b8a604f64d 16/18: Fix tests, and fix qdrant integration to get tests to pass

2025-07-14 Thread ELPA Syncer
branch: externals/vecdb commit b8a604f64df181cc788986dbce6c05073f9a18a1 Author: Andrew Hyatt Commit: Andrew Hyatt Fix tests, and fix qdrant integration to get tests to pass --- README.org| 11 +-- vecdb-integration-test.el | 170 +

[nongnu] elpa/cider 836c621302 1/5: [Docs] Update the clojure-ts-mode section

2025-07-14 Thread ELPA Syncer
branch: elpa/cider commit 836c621302942ae2f6067a6e146a98d25bfd364c Author: Bozhidar Batsov Commit: Bozhidar Batsov [Docs] Update the clojure-ts-mode section --- doc/modules/ROOT/pages/caveats.adoc | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/modules/ROOT/pag

[elpa] externals/urgrep updated (92bcc1d8e3 -> 4dd2a9a601)

2025-07-14 Thread ELPA Syncer
elpasync pushed a change to branch externals/urgrep. from 92bcc1d8e3 Fix test new 5b16d6e6e1 Fix some bugs when fontifying matching lines containing colons new 224fa266cc Fix fontification on Emacs 28 new 4dd2a9a601 Require Emacs 28+ Summary of changes: .github/w

[nongnu] elpa/mastodon 07c35e4fbb 12/34: strip display name of evil rtl override chars. #718.

2025-07-14 Thread ELPA Syncer
branch: elpa/mastodon commit 07c35e4fbbf0c16c3a9aca5de67bfb0f7d5eba2f Author: marty hiatt Commit: marty hiatt strip display name of evil rtl override chars. #718. --- lisp/mastodon-http.el | 8 +--- lisp/mastodon-tl.el | 49 +++-- 2 files c

[nongnu] elpa/htmlize e390792b84: htmlize-color-to-rgb: Use Emacs to convert non-standard #... colors

2025-07-14 Thread ELPA Syncer
branch: elpa/htmlize commit e390792b84aa61df29f899de118a8d93baf421b0 Author: Ihor Radchenko Commit: Ihor Radchenko htmlize-color-to-rgb: Use Emacs to convert non-standard #... colors * htmlize.el (htmlize-color-to-rgb): Only leave #XX color hashes as is. Use rgb.txt or `col

[elpa] externals/org bfe3962645: lisp/org-refile.el: Replace links with their descriptions consistently

2025-07-14 Thread ELPA Syncer
branch: externals/org commit bfe39626452b35d44e3d84f0c67d8c27f8e53f45 Author: Dan Milstein Commit: Ihor Radchenko lisp/org-refile.el: Replace links with their descriptions consistently * lisp/org-refile.el (org-refile-get-targets): Replace links with their descriptions in refile

[elpa] externals/emms f0a65a9245 31/32: Update copyright notices and license headers.

2025-07-14 Thread ELPA Syncer
branch: externals/emms commit f0a65a9245ded99ff03402013ad2d31a28af2d89 Author: Yoni Rabkin Commit: Yoni Rabkin Update copyright notices and license headers. --- emms-browser.el | 2 +- emms-filters.el | 21 +++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git

[elpa] externals/show-font updated (44da364c0a -> de40b7a732)

2025-07-14 Thread ELPA Syncer
elpasync pushed a change to branch externals/show-font. from 44da364c0a Update to show-font version 0.3.0 new d238f83c2c Make show-font--insert-button only work when buffer-file-name new f6239ae7b8 Fix the file handler to also deal with insert-file-contents new de4

  1   2   3   >