[elpa] externals/denote 27cba1eba2 10/18: Remove unrelated command from the denote-query-mode doc string

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit 27cba1eba20f0540a5c67bcced9d009124da0ee7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove unrelated command from the denote-query-mode doc string --- denote.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/denote.el b/den

[elpa] externals/denote 2f3e3d7e87 09/18: Update the doc string of denote-grep-focus

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit 2f3e3d7e87ec3e0b34927520552c9fb891e79d7c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the doc string of denote-grep-focus --- denote.el | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/denote.el b/denote.el index 90

[nongnu] elpa/helm updated (20bb1dd9b8 -> 3d46c65f0f)

2025-03-30 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 20bb1dd9b8 Add update-directory-autoloads action to HFF new e1c5833a34 Add new action to bookmarks to reset bookmark new 3d46c65f0f Don't use base name in helm-multi/for-files (#2713) Summary of changes: helm-for-files.el

[nongnu] elpa/helm 3d46c65f0f 2/2: Don't use base name in helm-multi/for-files (#2713)

2025-03-30 Thread ELPA Syncer
branch: elpa/helm commit 3d46c65f0ffc68ca31db9dfa54f47fe8333f137d Author: Thierry Volpiatto Commit: Thierry Volpiatto Don't use base name in helm-multi/for-files (#2713) --- helm-for-files.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm-for-files.el b/helm-for

[nongnu] elpa/helm e1c5833a34 1/2: Add new action to bookmarks to reset bookmark

2025-03-30 Thread ELPA Syncer
branch: elpa/helm commit e1c5833a34007da970abbb389e27a51fb39dbb0c Author: Thierry Volpiatto Commit: Thierry Volpiatto Add new action to bookmarks to reset bookmark Useful to reset all bookmarks attributes to position in current buffer. --- helm-types.el | 1 + 1 file changed, 1 ins

[elpa] externals/denote-search 431def4d56: Mention development updates in Denote

2025-03-30 Thread ELPA Syncer
branch: externals/denote-search commit 431def4d56b0ecd920099c64b567533f9d481ca5 Author: Lucas Quintana Commit: Lucas Quintana Mention development updates in Denote --- README.md | 13 + 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index cf262b822d..530ceb

[nongnu] elpa/mastodon 438d3f701b 03/76: add mastodon-tl-follow-user-by-handle, mod tl--userhandle-from-url for it. FIX #665.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 438d3f701bccd11486fa3c664f0eb8e521654f41 Author: marty hiatt Commit: marty hiatt add mastodon-tl-follow-user-by-handle, mod tl--userhandle-from-url for it. FIX #665. code adapted from https://sachachua.com/dotemacs/index.html#mastodon. thanks sachac

[nongnu] elpa/mastodon 310e401c8d 74/76: Merge branch 'develop'

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 310e401c8da8358e619c1ec59fd42fc059493309 Merge: fd59828c89 cc252f0c1c Author: marty hiatt Commit: marty hiatt Merge branch 'develop' --- README.org | 37 +- lisp/.dir-locals.el| 3 +- lisp/mastodon-auth.el | 158 ++

[nongnu] elpa/mastodon c7bf5fec29 20/76: encrypt client secrets in plstore. remove mastodon-auth-encrypt-access-token. #669

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit c7bf5fec29cd0bc4fc6f5690a6d5b129b2341997 Author: marty hiatt Commit: marty hiatt encrypt client secrets in plstore. remove mastodon-auth-encrypt-access-token. #669 --- lisp/mastodon-auth.el | 27 +++-- lisp/mastodon-client.el | 77

[nongnu] elpa/mastodon 59c9b90b8e 66/76: notifs: fix updates for grouped notifs. FIX #673

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 59c9b90b8e975fe8d4d1c2e9ca1c63e64591eff7 Author: marty hiatt Commit: marty hiatt notifs: fix updates for grouped notifs. FIX #673 - also respect mastodon-tl--position-after-update --- lisp/mastodon-notifications.el | 2 ++ lisp/mastodon-tl.el

[nongnu] elpa/mastodon e5be6639c1 30/76: client: reimplement badly written functions

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit e5be6639c1962a91eda8508e7f1bee8c69f7e934 Author: marty hiatt Commit: marty hiatt client: reimplement badly written functions - -client - --active-user - --make-current-user-active --- lisp/mastodon-client.el | 42 +++-

[nongnu] elpa/mastodon 0fe10fbedf 08/76: add optional auth-source support.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 0fe10fbedfbfd0bfb49aa8e04d2ff1d085a93ab6 Author: marty hiatt Commit: marty hiatt add optional auth-source support. --- lisp/mastodon-auth.el | 33 ++ lisp/mastodon-client.el | 54 +++-- 2

[nongnu] elpa/mastodon 163ba2b0b8 76/76: build info

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 163ba2b0b89a292b99bff0f574f5584ec888469a Author: marty hiatt Commit: marty hiatt build info --- mastodon.info | 279 +++--- mastodon.texi | 419 +- 2 files changed, 436 inser

[nongnu] elpa/mastodon c4b024c2a7 18/76: readme re auth source tokens

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit c4b024c2a7a22565e0c8cc20c107cf30b41cd6a8 Author: marty hiatt Commit: marty hiatt readme re auth source tokens --- README.org | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index fe1759bfa9..9cfdcee

[nongnu] elpa/mastodon c4bcbd60b6 54/76: image cycle: re-write mastodon-tl--get-next-image-url!

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit c4bcbd60b671f5ad514f70e5263ed1f7f5dd42a2 Author: marty hiatt Commit: marty hiatt image cycle: re-write mastodon-tl--get-next-image-url! --- lisp/mastodon-tl.el | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/lisp/m

[nongnu] elpa/mastodon a4f39adc80 16/76: auth: note re updates to auth-source file

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit a4f39adc80bf21e90e9d8f9b939aa9e442f30711 Author: marty hiatt Commit: marty hiatt auth: note re updates to auth-source file --- lisp/mastodon-auth.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-au

[nongnu] elpa/mastodon 75b0e3cc1c 63/76: Merge pull request 'Fix #675 use url.el for posting attachments' (#677) from rahguzar/mastodon.el:develop into develop

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 75b0e3cc1cdc2c7330532dd6d52c6b5c33d188b9 Merge: b3a8a1c733 d28b023f39 Author: martianh Commit: martianh Merge pull request 'Fix #675 use url.el for posting attachments' (#677) from rahguzar/mastodon.el:develop into develop --- lisp/mastodon-http.el | 125 ++

[nongnu] elpa/mastodon e35f24ca94 70/76: Merge pull request 'Remove elisp-flymake-byte-compile-load-path from dir-locals' (#679) from rahguzar/mastodon.el:develop into develop

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit e35f24ca94780c03a28b7749e8ebd6c8474e96e0 Merge: 9453f98716 26bd873cbc Author: martianh Commit: martianh Merge pull request 'Remove elisp-flymake-byte-compile-load-path from dir-locals' (#679) from rahguzar/mastodon.el:develop into develop --- lisp/.dir-locals.e

[nongnu] elpa/mastodon ab42aaf4c4 33/76: return val for --make-user-active, copy-seq for cl-remf

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit ab42aaf4c4501f9958e8ad4f0ec1a2ebdc4f9ef0 Author: marty hiatt Commit: marty hiatt return val for --make-user-active, copy-seq for cl-remf also client docstrings, notes, --- lisp/mastodon-client.el | 16 ++-- 1 file changed, 10 insertions(+),

[nongnu] elpa/mastodon 21c02d8c75 52/76: image cycle: error if no attachments

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 21c02d8c759c0e93327b6a41ed5c229bf959007b Author: marty hiatt Commit: marty hiatt image cycle: error if no attachments --- lisp/mastodon-tl.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index c

[nongnu] elpa/mastodon 3743eb6299 32/76: http: use built-in url.el status function.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 3743eb6299387b26eaae0b76a4f4d2c5fbbb9d03 Author: marty hiatt Commit: marty hiatt http: use built-in url.el status function. --- lisp/mastodon-http.el | 31 +-- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/lisp/mastod

[nongnu] elpa/mastodon 2e3d9d97b1 19/76: autoload forget-all-logins

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 2e3d9d97b1a36af523b27c49d3e9daa38de4d911 Author: marty hiatt Commit: marty hiatt autoload forget-all-logins --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mastodon.el b/lisp/mastodon.el index e02c1ba646..4de5fdc4ca 100644 --- a/lis

[nongnu] elpa/mastodon 3d853dbbc9 75/76: flycheck media.el

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 3d853dbbc9436dc2949469bc41435e0366b06e2f Author: marty hiatt Commit: marty hiatt flycheck media.el --- lisp/mastodon-media.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el index 87b58b8b38.

[nongnu] elpa/mastodon 79104659e6 27/76: update user notice string for unset vars.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 79104659e6fb19bf337992a20e4765cbfd811cce Author: marty hiatt Commit: marty hiatt update user notice string for unset vars. --- lisp/mastodon-auth.el | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/lisp/mastodon-auth.el b/lisp/masto

[nongnu] elpa/mastodon 6b0786127a 48/76: fix call to mastodon-tl-view-full-image-at-point

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 6b0786127add69c47bd925444b18b02f92b71f0a Author: marty hiatt Commit: marty hiatt fix call to mastodon-tl-view-full-image-at-point --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.e

[nongnu] elpa/mastodon 9453f98716 69/76: readme: updates re encrypted tokens. #671

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 9453f98716eb9e97c4fd670c7bbb08a93cc2be85 Author: marty hiatt Commit: marty hiatt readme: updates re encrypted tokens. #671 --- README.org | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 57bbf74

[nongnu] elpa/mastodon c8114d3887 43/76: Fix empty let body

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit c8114d388736e4255dc90e03b9eb68eab4dd24e5 Author: Rahguzar Commit: Rahguzar Fix empty let body --- lisp/mastodon-tl.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 610b48c34a..33913d8b66

[nongnu] elpa/mastodon ef89f5849a 04/76: store user's access-token encrypted in the plstore. #310.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit ef89f5849a5a777699e32a888139e5804f94cdc1 Author: marty hiatt Commit: marty hiatt store user's access-token encrypted in the plstore. #310. --- lisp/mastodon-client.el | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/lisp/m

[nongnu] elpa/mastodon cc252f0c1c 73/76: fix byte-compile errors auth.el

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit cc252f0c1c8d76dca658981ac933e27af9353fc5 Author: marty hiatt Commit: marty hiatt fix byte-compile errors auth.el --- lisp/mastodon-auth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el index d79

[nongnu] elpa/mastodon 7eed335c50 09/76: media.el: update media item help-echo. (did we lose copy image URL?)

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 7eed335c50020bff082a1c01228c25756af0ae21 Author: marty hiatt Commit: marty hiatt media.el: update media item help-echo. (did we lose copy image URL?) --- lisp/mastodon-media.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mastodon

[nongnu] elpa/mastodon d28b023f39 57/76: amend/rename mastodon-http--get-cb-data

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit d28b023f39e312f4d430fe57682840ec5147936d Author: marty hiatt Commit: marty hiatt amend/rename mastodon-http--get-cb-data --- lisp/mastodon-http.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/mastodon-http.el b/lisp/masto

[nongnu] elpa/mastodon 4c72994a48 06/76: add mastodon-forget-all-logins

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 4c72994a488ea37af44135ddc73e91247d9c0b34 Author: marty hiatt Commit: marty hiatt add mastodon-forget-all-logins message on delete logins --- lisp/mastodon.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/lisp/mastodon.el b/lisp/mastodon.el

[nongnu] elpa/mastodon 3d8c8bb64d 29/76: client: plstore read funs: close plstore at end

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 3d8c8bb64df38ba755925bfdf68abddd6042a7c9 Author: marty hiatt Commit: marty hiatt client: plstore read funs: close plstore at end --- lisp/mastodon-client.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/mastodon-client.el b/lisp/mastodon-client.el i

[nongnu] elpa/mastodon b92395439a 36/76: client: fetch -- handle instance response error

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit b92395439a7c53ee786ea8545024221d6c4cb3a5 Author: marty hiatt Commit: marty hiatt client: fetch -- handle instance response error --- lisp/mastodon-client.el | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/lisp/mastodon-clien

[nongnu] elpa/mastodon f368ce2919 13/76: refactor stray plstore token check.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit f368ce2919bd2126f7a659ef57fd21c0d10ca951 Author: marty hiatt Commit: marty hiatt refactor stray plstore token check. re-fix auth-source plstore check --- lisp/mastodon-auth.el | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/

[nongnu] elpa/mastodon fdc45a69f9 17/76: index update

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit fdc45a69f94ea8b4d9d4f84add8d794951d74657 Author: marty hiatt Commit: marty hiatt index update --- mastodon-index.org | 102 - 1 file changed, 53 insertions(+), 49 deletions(-) diff --git a/mastodon-index.org b

[nongnu] elpa/mastodon updated (fd59828c89 -> 163ba2b0b8)

2025-03-30 Thread ELPA Syncer
elpasync pushed a change to branch elpa/mastodon. from fd59828c89 Merge branch 'develop' new f764ffbb12 readme, sachac link new e1885da9c1 move mastodon-notifications-grouped-types to file mastodon.el. new 438d3f701b add mastodon-tl-follow-user-by-handle, mod tl--u

[nongnu] elpa/mastodon 48acaae37d 11/76: auth/client fixes: #668.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 48acaae37d06e22ebe2c7ed3b5f05a782f33abf7 Author: marty hiatt Commit: marty hiatt auth/client fixes: #668. - check if stray access_token found in plstore when using authsource instead - move encrypt-access-token to auth from client --- lisp/masto

[nongnu] elpa/mastodon 97a317da50 26/76: auth: amend auth source/plstore check error message #671.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 97a317da50c914863365bc92753d415e21baff71 Author: marty hiatt Commit: marty hiatt auth: amend auth source/plstore check error message #671. --- lisp/mastodon-auth.el | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/mastodon-auth.e

[nongnu] elpa/mastodon 308e70c4e6 10/76: auth: user-error not error in get-token

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 308e70c4e6ddf78704bfc046a2ea618a969586ed Author: marty hiatt Commit: marty hiatt auth: user-error not error in get-token --- lisp/mastodon-auth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-auth.el b/lisp/mastodon-auth.el i

[nongnu] elpa/helm 563cb9b83e: Add visible colors in ttys

2025-03-30 Thread ELPA Syncer
branch: elpa/helm commit 563cb9b83eddb2efd0a5458593a789bb86b1ed56 Author: Thierry Volpiatto Commit: Thierry Volpiatto Add visible colors in ttys --- helm-core.el | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/helm-core.el b/helm-core.el index a964447222..9

[nongnu] elpa/mastodon 860b675901 53/76: image cycle: add binding for image from byline

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 860b675901fc0b4ae4ea40d4634ab7ab1b89c04b Author: marty hiatt Commit: marty hiatt image cycle: add binding for image from byline --- lisp/mastodon-tl.el | 2 ++ lisp/mastodon.el| 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/mastodon-tl.el b/lisp/m

[nongnu] elpa/mastodon a8baf9bbcb 45/76: implement full sized image cycling. #666.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit a8baf9bbcba4a108e9e1a51552b9df1c4be06e60 Author: marty hiatt Commit: marty hiatt implement full sized image cycling. #666. - adds mastodon-image-mode inheriting image-mode - keymap for cycling on `.`/`>`/`` - modifies toot attachments text proper

[nongnu] elpa/mastodon 36d56b7050 23/76: adjust return value of mastodon-client--store. #671

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 36d56b7050fa2947ba74080ff4a43be012f6911c Author: marty hiatt Commit: marty hiatt adjust return value of mastodon-client--store. #671 --- lisp/mastodon-client.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/mastodon-client.el b/li

[nongnu] elpa/mastodon b3a8a1c733 62/76: readme access tokens version

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit b3a8a1c7330bbfaec0b4c6b693e33d34079fa56b Author: marty hiatt Commit: marty hiatt readme access tokens version --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 6c54bacfaf..57bbf74bb1 100644 --- a/REA

[nongnu] elpa/mastodon d859c5d9ed 35/76: indent client-tests

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit d859c5d9ed2d2ee061c3c5c3a3c4fedd53933d69 Author: marty hiatt Commit: marty hiatt indent client-tests --- test/mastodon-client-tests.el | 115 +- 1 file changed, 57 insertions(+), 58 deletions(-) diff --git a/test/mastodon

[nongnu] elpa/mastodon 3c05fe8fc5 31/76: add mastodon-auth--plstore-token-check. #671

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 3c05fe8fc50c359f32562955500d1b9c5c14396b Author: marty hiatt Commit: marty hiatt add mastodon-auth--plstore-token-check. #671 --- lisp/mastodon-auth.el | 51 +++ 1 file changed, 35 insertions(+), 16 deletions(-) d

[nongnu] elpa/mastodon e574ee01cb 44/76: Merge pull request 'Fix empty let body' (#674) from rahguzar/mastodon.el:develop into develop

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit e574ee01cbbf5a8df24c4e321145230e21158956 Merge: 558d8aea5c c8114d3887 Author: martianh Commit: martianh Merge pull request 'Fix empty let body' (#674) from rahguzar/mastodon.el:develop into develop --- lisp/mastodon-tl.el | 6 +++--- 1 file changed, 3 insertion

[nongnu] elpa/mastodon 7988d26e29 28/76: client: add check to client--fetch.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 7988d26e291e316ce5613656286c7c39381eb609 Author: marty hiatt Commit: marty hiatt client: add check to client--fetch. if the value of `mastodon-instance-url` is incorrect, `mastodon-client--register` may just return nil, such that --fetch will err

[nongnu] elpa/mastodon 7d2dbbccfc 50/76: media: amend --post-media-attachment

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 7d2dbbccfc1ad66af9dbfac5c056fe3849172802 Author: marty hiatt Commit: marty hiatt media: amend --post-media-attachment --- lisp/mastodon-http.el | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lisp/mastodon-http.el b/l

[nongnu] elpa/mastodon 5a6671dbf1 37/76: readme encrypted tokens / epa/plstore key vars

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 5a6671dbf1dfc2d522de63d383ff3c95f453cd30 Author: marty hiatt Commit: marty hiatt readme encrypted tokens / epa/plstore key vars --- README.org | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 9cf

[nongnu] elpa/mastodon 55de8c92cf 59/76: tl: require image-mode for masto image mode map

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 55de8c92cf8342c5615b1a5a13e61209fc8d098c Author: marty hiatt Commit: marty hiatt tl: require image-mode for masto image mode map --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el

[nongnu] elpa/mastodon 642f39becf 25/76: clear client/auth variables in forget-logins.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 642f39becf5d2f54bca1ce6e2014f6724944ab7b Author: marty hiatt Commit: marty hiatt clear client/auth variables in forget-logins. --- lisp/mastodon.el | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lisp/mastodon.el b/lisp/mastodon.

[nongnu] elpa/mastodon 7a45ec461b 07/76: add auth-source customize, shorten some lines

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 7a45ec461b496a4f740bbca8f1ed486db09e206e Author: marty hiatt Commit: marty hiatt add auth-source customize, shorten some lines --- lisp/mastodon-auth.el | 47 --- lisp/mastodon-client.el | 16 +++- 2 file

[nongnu] elpa/mastodon 558d8aea5c 42/76: use poll symbol in toots with polls, like in notifs

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 558d8aea5c5e3a523116ad7a6c3d070914cc94f9 Author: marty hiatt Commit: marty hiatt use poll symbol in toots with polls, like in notifs --- lisp/mastodon-tl.el | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/mastodon-tl.el b/lisp/mast

[nongnu] elpa/mastodon e8a8b15b0e 34/76: client-tests: some hack fixes WIP

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit e8a8b15b0ec3c24c6a7fdbebdbd94374425d65d3 Author: marty hiatt Commit: marty hiatt client-tests: some hack fixes WIP they still break with password prompts for plstore decrypt/encrypt --- test/mastodon-client-tests.el | 32 +---

[nongnu] elpa/mastodon 8fbce728a1 65/76: tl update: error if no newest id. #673.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 8fbce728a1a5247b670927f219403fa7805e4475 Author: marty hiatt Commit: marty hiatt tl update: error if no newest id. #673. --- lisp/mastodon-tl.el | 30 -- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/lisp/mastodon-tl

[nongnu] elpa/mastodon 3ce1a72882 55/76: flycheck after image-cycle

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 3ce1a728829f8b40919bbb8c9e0deb5fdd3b8fa6 Author: marty hiatt Commit: marty hiatt flycheck after image-cycle --- lisp/mastodon-tl.el | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 272

[nongnu] elpa/mastodon 600f2574f9 15/76: move auth-source check up the cond

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 600f2574f9da527ef2941ae0128e784f1527896f Author: marty hiatt Commit: marty hiatt move auth-source check up the cond --- lisp/mastodon-auth.el | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lisp/mastodon-auth.el b

[nongnu] elpa/mastodon 7f3516e9d8 14/76: client: store token, revert to using full handle for plstore key.

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 7f3516e9d80b2d59306ca11fe4415bd7050e70ff Author: marty hiatt Commit: marty hiatt client: store token, revert to using full handle for plstore key. - auth source still uses just the username, as it has host too. --- lisp/mastodon-client.el | 9 -

[nongnu] elpa/mastodon ca7c3a814d 21/76: mastodon.el defvar token file

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit ca7c3a814d7205c38475fd81b6bf45127b80c3e0 Author: marty hiatt Commit: marty hiatt mastodon.el defvar token file --- lisp/mastodon.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 4de5fdc4ca..16b9b459a1 100644 --- a/

[elpa] externals/denote b2d6b74726 14/15: Rename denote-grep-query-history and make the histories reference each other

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit b2d6b747266fd44f2cccd3fd4eb8ce1952d43772 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Rename denote-grep-query-history and make the histories reference each other This is how we do it with all our prompts. In practice, it is used in an

[elpa] externals/denote ba61fa3f82 15/18: Document the denote-grep command in the manual

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit ba61fa3f8224cb32401fdb5bc113968a7a1a7bcd Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document the denote-grep command in the manual --- README.org | 18 ++ denote.el | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) di

[nongnu] elpa/mastodon 26bd873cbc 64/76: Remove elisp-flymake-byte-compile-load-path from dir-locals

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 26bd873cbc3d511baff207087d8b7286ad58ae96 Author: Rahguzar Commit: Rahguzar Remove elisp-flymake-byte-compile-load-path from dir-locals It results in the variable being set to the symbol load-path which breaks flymake. --- lisp/.dir-locals.el | 3 +--

[nongnu] elpa/mastodon 3234da7777 71/76: flycheck mastodon.el

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 3234dae0a428531e048c1dce8d795b6646d6 Author: marty hiatt Commit: marty hiatt flycheck mastodon.el --- lisp/mastodon.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/mastodon.el b/lisp/mastodon.el index a60961abb1..294165f292 100644 --- a/lisp/m

[nongnu] elpa/mastodon a4e8600364 56/76: Refactor data validation

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit a4e8600364f6a8c08a1d121391f5d763499445af Author: Rahguzar Commit: Rahguzar Refactor data validation --- lisp/mastodon-http.el | 69 --- 1 file changed, 33 insertions(+), 36 deletions(-) diff --git a/lisp/mastodon-

[nongnu] elpa/mastodon a1e525dacc 39/76: refactor mastodon-auth--plstore-access-token-member + test it. #671

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit a1e525dacca4f8b540c6496ea0c647c47188514b Author: marty hiatt Commit: marty hiatt refactor mastodon-auth--plstore-access-token-member + test it. #671 --- lisp/mastodon-auth.el | 37 + test/mastodon-auth-tests.el | 36

[elpa] externals/dape 835022b9fc 2/5: Using keyword for jsonrpc request method names instead of string

2025-03-30 Thread ELPA Syncer
branch: externals/dape commit 835022b9fcb2808e1944975d5529bdc13c32d649 Author: Daniel Pettersson Commit: Daniel Pettersson Using keyword for jsonrpc request method names instead of string --- dape.el | 108 ++-- 1 file changed, 51

[elpa] externals/dape 03000a368c 1/5: Add docs to undocumented variables

2025-03-30 Thread ELPA Syncer
branch: externals/dape commit 03000a368c7c033c099662f65344bcf729684643 Author: Daniel Pettersson Commit: Daniel Pettersson Add docs to undocumented variables --- dape.el | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dape.el b/dape.el index 4fb052f14c..9a0cfe

[elpa] externals/dape eabff80c13 4/5: Move data breakpoints to top in breakpoints info

2025-03-30 Thread ELPA Syncer
branch: externals/dape commit eabff80c1321a0d37b381448323413bb963ff0cd Author: Daniel Pettersson Commit: Daniel Pettersson Move data breakpoints to top in breakpoints info --- dape.el | 130 1 file changed, 64 insertions(+), 6

[nongnu] elpa/slime 36878496d6: add a :load-contribs key to #'dump-image to preload *contribs*

2025-03-30 Thread ELPA Syncer
branch: elpa/slime commit 36878496d6f9d06cd3e4dfa3f51ab57acc5fe95f Author: josh Commit: Stas Boukarev add a :load-contribs key to #'dump-image to preload *contribs* --- swank-loader.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swank-loader.lisp b/swank-loader

[nongnu] elpa/mastodon 26b0368544 24/76: adjust error message re access token in two places

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 26b0368544684b75bd3d0deaee15f7345b137d38 Author: marty hiatt Commit: marty hiatt adjust error message re access token in two places --- lisp/mastodon-auth.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mastodon-auth.el b/lisp/m

[elpa] externals/denote d0b97f85f7 11/18: Reorganise some parts of the denote-query section in denote.el

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit d0b97f85f7289f68f0195bf7d29c6d464cba96a5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reorganise some parts of the denote-query section in denote.el --- denote.el | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff

[elpa] externals/denote fceb31c429 16/18: Document the denote-query-mode and link to it from relevant sections of the manual

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit fceb31c4291e049bb2444821f152af682b1d2f1b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document the denote-query-mode and link to it from relevant sections of the manual --- README.org | 85 ++

[elpa] externals/denote updated (ed0fcb0ebf -> 2c585fcb02)

2025-03-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from ed0fcb0ebf Make denote-grep-file-regexp-prompt return a string, not assuming it is part of 'interactive' new 64bcaa4c13 Change name of denote-grep group to denote-query new d915fae73d Move two denote-query user optio

[elpa] externals/denote 4210564104 08/18: Update the manual's documentation of denote-sort-dired-extra-prompts

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit 4210564104e48d804d73952e2d4f0785c740c33e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the manual's documentation of denote-sort-dired-extra-prompts --- README.org | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-

[elpa] externals/denote 6cb1ba15ac 04/18: Remove old warnings about version 2.3.0 from a year ago

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit 6cb1ba15acc3bd72c665c5a2f0e105834777ae45 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove old warnings about version 2.3.0 from a year ago I expect the interested parties to have made the changes in the meantime. --- denote.el | 37

[nongnu] elpa/mastodon 9a2bee2424 40/76: Merge branch 'token-encrypt' into develop

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 9a2bee2424c043fe688a17372b94bfe14816b5f6 Merge: 5308821c78 a1e525dacc Author: marty hiatt Commit: marty hiatt Merge branch 'token-encrypt' into develop --- README.org| 24 +- lisp/mastodon-auth.el | 158 ++

[nongnu] elpa/mastodon 328a18f5b2 46/76: full image display: message bindings if multiple images. #666

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 328a18f5b2bf104a1e0df8b7ecf5b3ffc1e1bd21 Author: marty hiatt Commit: marty hiatt full image display: message bindings if multiple images. #666 --- lisp/mastodon-media.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/mastodon-media

[elpa] externals/denote 871bb14ada 03/18: Mention version 4.0.0 instead of 3.2.0 in all relevant places

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit 871bb14ada34336cc6dc58aad1facedf6e34c2fe Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Mention version 4.0.0 instead of 3.2.0 in all relevant places We never released 3.2.0. Since we have made lots of changes we want to label this as a w

[elpa] externals/denote 2c585fcb02 18/18: Acknowledge Lucas Quintana for denote-grep and related

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit 2c585fcb02d6c8f4a31790ab8daa32a15273b3b3 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Lucas Quintana for denote-grep and related These were introduced in commit f70c96c, which was contributed by Lucas Quintana in pull reques

[elpa] externals/denote 369f69ac58 07/18: Reword the manual about denote-sort-dired

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit 369f69ac58c258053b00d4202bd22ec063bf4d3e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reword the manual about denote-sort-dired --- README.org | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/READ

[elpa] externals/denote 788c2b0c8e 05/18: Mention 'denote-sort-dired' in the relevant heading

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit 788c2b0c8e59720ad1436754902112d0cdc9c46f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Mention 'denote-sort-dired' in the relevant heading This makes it easier to discover the command. --- README.org | 2 +- 1 file changed, 1 insertion(+),

[elpa] externals/denote 0feb0d4183 14/18: Use denote-keywords-prompt instead of the denote-grep-keywords-prompt

2025-03-30 Thread ELPA Syncer
branch: externals/denote commit 0feb0d41836554090817b01d8765737b1536e013 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Use denote-keywords-prompt instead of the denote-grep-keywords-prompt --- denote.el | 25 ++--- 1 file changed, 6 insertions(+), 19 deletions(

[elpa] externals/hyperbole 402317d48c: Introduce DSL for testing Hywiki words (#690)

2025-03-30 Thread ELPA Syncer
branch: externals/hyperbole commit 402317d48c920e98192e22bce8986cfdde9511e9 Author: Mats Lidell Commit: GitHub Introduce DSL for testing Hywiki words (#690) * More review comments --- ChangeLog| 10 + test/hywiki-tests.el | 117 +++

[elpa] externals/dape updated (5fba6b59a6 -> 864760516e)

2025-03-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/dape. from 5fba6b59a6 Improve customization for dape-info-variable-table-row-config new 03000a368c Add docs to undocumented variables new 835022b9fc Using keyword for jsonrpc request method names instead of string new f9

[elpa] externals/dape f91f58849e 3/5: Fix Restart in mode line menu

2025-03-30 Thread ELPA Syncer
branch: externals/dape commit f91f58849e7f4a76e0dada65908bcb8dfd26abea Author: Daniel Pettersson Commit: Daniel Pettersson Fix Restart in mode line menu --- dape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dape.el b/dape.el index 8e722f65ef..ab688cc2b6 100644 ---

[nongnu] elpa/mastodon 3b17af2c43 05/76: defcustom default t for encrypt user access token. #310

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 3b17af2c439fe0a3eff8e0f05c51ec9831779c7b Author: marty hiatt Commit: marty hiatt defcustom default t for encrypt user access token. #310 --- lisp/mastodon-client.el | 32 +++- 1 file changed, 23 insertions(+), 9 deletions(-) diff --g

[elpa] externals/colorful-mode 0ebfa75fe1: Use jit-lock instead font-lock-add-keywords.

2025-03-30 Thread ELPA Syncer
branch: externals/colorful-mode commit 0ebfa75fe114199ee6c7b4f1346e13fcb103a71e Author: Elías Gabriel Pérez Commit: Elías Gabriel Pérez Use jit-lock instead font-lock-add-keywords. font-lock overrides buffer text properties, using a custom jit-lock function should fix this.

[nongnu] elpa/orgit 657f8cdd5d 2/2: Bump minimal Emacs

2025-03-30 Thread ELPA Syncer
branch: elpa/orgit commit 657f8cdd5d4654313e7e182e8e0ba32144763eeb Author: Jonas Bernoulli Commit: Jonas Bernoulli Bump minimal Emacs Magit already depends on that same release. --- orgit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgit.el b/orgit.el ind

[elpa] externals/llm 79f8606855: Set version to 0.24.2

2025-03-30 Thread ELPA Syncer
branch: externals/llm commit 79f8606855d718cc9e417e68ca9c148f4c6443ca Author: Andrew Hyatt Commit: Andrew Hyatt Set version to 0.24.2 --- NEWS.org | 4 ++-- llm.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.org b/NEWS.org index 5412ce31f7..9e9faf37f9 10064

[nongnu] elpa/mastodon 5308821c78 38/76: tests: fix three tests, mock for (url-http-parse-response)

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 5308821c78d4e7b7fd26bd47a1a271700f0a853f Author: marty hiatt Commit: marty hiatt tests: fix three tests, mock for (url-http-parse-response) --- test/mastodon-http-tests.el | 36 test/mastodon-toot-tests.el | 1 + 2 files cha

[nongnu] elpa/mastodon 9220a65886 51/76: media: pcase a cond

2025-03-30 Thread ELPA Syncer
branch: elpa/mastodon commit 9220a658862c0f0cf727f61c58c85ead5eb17da8 Author: marty hiatt Commit: marty hiatt media: pcase a cond --- lisp/mastodon-http.el | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.e

[nongnu] elpa/orgit f069c66c8a 1/2: make: Add llama to DEPS

2025-03-30 Thread ELPA Syncer
branch: elpa/orgit commit f069c66c8aca960a2c143ec49962c175d47ce583 Author: Jonas Bernoulli Commit: Jonas Bernoulli make: Add llama to DEPS --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 22fac46eff..ff600f1cd0 100644 --- a/Makefile +++ b/Makefile @

[elpa] externals/ivy-avy updated (685f413887 -> b1fb126f19)

2025-03-30 Thread Basil L. Contovounesios
blc pushed a change to branch externals/ivy-avy. from 685f413887 Delete file not needed in elpa.git adds 62a17ade8e ; * Makefile (check-declare): Simplify. adds 7006affb6b Link to HTML manual on GNU ELPA adds 790042e81e Fix kill-ring-save for swiper-isearch new

[elpa] externals/ivy-avy e3ea97b164 1/2: Merge branch 'master' into externals/ivy-avy

2025-03-30 Thread Basil L. Contovounesios
branch: externals/ivy-avy commit e3ea97b164d474c9a102511b33c3dde1cea49275 Merge: 685f413887 790042e81e Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Merge branch 'master' into externals/ivy-avy

[elpa] externals/ivy-hydra c1daa681b3 1/3: Merge branch 'master' into externals/ivy-hydra

2025-03-30 Thread Basil L. Contovounesios
branch: externals/ivy-hydra commit c1daa681b36e992708dd085e98fb0ab64565a4d3 Merge: 857cd3e70d 790042e81e Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Merge branch 'master' into externals/ivy-hydra --- .dir-locals.el | 13 +++--- targets/elpa.el | 125 +++

[elpa] externals/ivy-hydra updated (857cd3e70d -> 1c9bc4e190)

2025-03-30 Thread Basil L. Contovounesios
blc pushed a change to branch externals/ivy-hydra. from 857cd3e70d Merge branch 'master' into externals/ivy-hydra adds db61f55bc2 Port counsel-kmacro to OClosures adds 078dcc713e Fix Eglot completion adds a6417c86d4 Pacify old Counsel byte-compilation warnings add

[elpa] externals/ivy-hydra a3434bbede 2/3: Delete file not needed in elpa.git

2025-03-30 Thread Basil L. Contovounesios
branch: externals/ivy-hydra commit a3434bbedeec541f849cc6b2065bf423a4b5d1f8 Author: Basil L. Contovounesios Commit: Basil L. Contovounesios Delete file not needed in elpa.git * targets/elpa.el: Delete file used for optional dependencies. --- targets/elpa.el | 125 --

[elpa] externals/ivy-hydra 1c9bc4e190 3/3: * ivy-hydra.el: Bump version to 0.15.1 (#3001).

2025-03-30 Thread Basil L. Contovounesios
branch: externals/ivy-hydra commit 1c9bc4e190199c891a69af03b2cf3e3f0d00c1ec Author: Basil L. Contovounesios Commit: Basil L. Contovounesios * ivy-hydra.el: Bump version to 0.15.1 (#3001). --- ivy-hydra.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivy-hydra.el b

  1   2   >