[elpa] externals/pq 4dad5fcdbb: pq.el bump Version: for elpa

2024-03-18 Thread ELPA Syncer
branch: externals/pq commit 4dad5fcdbbb362a0dc2dfa7b5a38dd5be1551c68 Author: Tom Gillespie Commit: Tom Gillespie pq.el bump Version: for elpa --- pq.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pq.el b/pq.el index 69ef12c5a2..6dac4145f3 100644 --- a/pq.el +++ b/pq.

[nongnu] elpa/editorconfig 6b85f0475f: feat: Add Zig support (#326)

2024-03-18 Thread ELPA Syncer
branch: elpa/editorconfig commit 6b85f0475f01ff97f3233acb68e2646d2ca32a91 Author: Jen-Chieh Shen Commit: GitHub feat: Add Zig support (#326) * feat: Add Zig support --- .editorconfig | 1 - editorconfig.el | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.e

[elpa] externals/emms updated (bbe1d2cdc8 -> ef517cf937)

2024-03-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/emms. from bbe1d2cdc8 release version 19 new 3841725083 * emms-volume-pulse.el: Deal with pactl being translated correctly. new ef517cf937 * AUTHORS: add Daniel Cerqueira Summary of changes: AUTHORS | 1 + emms-vo

[elpa] externals/emms 3841725083 1/2: * emms-volume-pulse.el: Deal with pactl being translated correctly.

2024-03-18 Thread ELPA Syncer
branch: externals/emms commit 38417250833e14914d3cff65ebf8b51a1b9c1da5 Author: Yoni Rabkin Commit: Yoni Rabkin * emms-volume-pulse.el: Deal with pactl being translated correctly. Patch by Daniel Cerqueira This fix add the "LC_ALL=C" Unix-like environment variable to the

[elpa] externals/emms ef517cf937 2/2: * AUTHORS: add Daniel Cerqueira

2024-03-18 Thread ELPA Syncer
branch: externals/emms commit ef517cf937c4375aca5fa233535cf1d9da447a83 Author: Yoni Rabkin Commit: Yoni Rabkin * AUTHORS: add Daniel Cerqueira --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 99f199ae38..aae71c007f 100644 --- a/AUTHORS +++ b/AUTHORS @@

[elpa] externals/debbugs 822c5d4cb3: Fix tags in debbugs-cache-expiry

2024-03-18 Thread Michael Albinus via
branch: externals/debbugs commit 822c5d4cb359526a2918d019373b4558480c59f2 Author: Felix Lechner Commit: Michael Albinus Fix tags in debbugs-cache-expiry * debbugs.el (debbugs-cache-expiry): Bring labels for debbugs-cache-expiry in line with docstring. Copyright-paperwor

[elpa] externals/debbugs d854f7ffc8 3/5: Don't hardcode gnu.org as debbugs-port for Gnus interface

2024-03-18 Thread Michael Albinus via
branch: externals/debbugs commit d854f7ffc884e4c72d4be90edc067f36046ef48a Author: Felix Lechner Commit: Michael Albinus Don't hardcode gnu.org as debbugs-port for Gnus interface * debbugs-gnu.el (debbugs-gnu-get-bugs, debbugs-gnu-usertags): Don't hardcode gnu.org as debbugs-port

[elpa] externals/debbugs updated (5bc4ec9dbd -> c922b4837e)

2024-03-18 Thread Michael Albinus via
albinus pushed a change to branch externals/debbugs. from 5bc4ec9dbd Merge branch 'externals/debbugs' of git.sv.gnu.org:/srv/git/emacs/elpa into externals/debbugs new 579b02b430 Fix compilation warning new 0e6cba9863 * debbugs.el: Enforce standard line length of 80 charact

[elpa] externals/debbugs c922b4837e 5/5: * debbugs.el (debbugs-port): Fix description in docstring for debbugs-ports.

2024-03-18 Thread Michael Albinus via
branch: externals/debbugs commit c922b4837efe5f75b547b824a460af35969e3ad7 Author: Felix Lechner Commit: Michael Albinus * debbugs.el (debbugs-port): Fix description in docstring for debbugs-ports. Copyright-paperwork-exempt: yes --- debbugs.el | 2 +- 1 file changed, 1 insertion(+)

[elpa] externals/debbugs 0e6cba9863 2/5: * debbugs.el: Enforce standard line length of 80 characters.

2024-03-18 Thread Michael Albinus via
branch: externals/debbugs commit 0e6cba98635c2faa5f3daa64fe325008fb1d16ea Author: Felix Lechner Commit: Michael Albinus * debbugs.el: Enforce standard line length of 80 characters. Copyright-paperwork-exempt: yes --- debbugs.el | 12 1 file changed, 8 insertions(+), 4

[elpa] externals/debbugs 579b02b430 1/5: Fix compilation warning

2024-03-18 Thread Michael Albinus via
branch: externals/debbugs commit 579b02b4305355d23267cf1286e3b04db0a4f664 Author: Michael Albinus Commit: Michael Albinus Fix compilation warning * debbugs-gnu.el (debbugs-gnu-display-status): Don't use #' read function syntax gor `pp-29', it isn't know during compilation. ---

[elpa] externals/debbugs 918b358289 4/5: * debbugs.el (debbugs-get-bugs): Fix docstring for :affects.

2024-03-18 Thread Michael Albinus via
branch: externals/debbugs commit 918b358289b12a3ca58b78b219a68d2556e9d7ca Author: Felix Lechner Commit: Michael Albinus * debbugs.el (debbugs-get-bugs): Fix docstring for :affects. Copyright-paperwork-exempt: yes --- debbugs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[nongnu] elpa/markdown-mode 7f7d9c81d9 1/2: Update language list and fix the regexp in download script

2024-03-18 Thread ELPA Syncer
branch: elpa/markdown-mode commit 7f7d9c81d9e7df2704eed792e7591fcbf5486206 Author: Shohei YOSHIDA Commit: Shohei YOSHIDA Update language list and fix the regexp in download script --- CHANGES.md | 2 + markdown-mode.el| 204

[nongnu] elpa/markdown-mode fd6c5508f9 2/2: Merge pull request #828 from jrblevin/issue-827

2024-03-18 Thread ELPA Syncer
branch: elpa/markdown-mode commit fd6c5508f979ab526e024a591eaec963712cb211 Merge: b7f7da9b2d 7f7d9c81d9 Author: Shohei YOSHIDA Commit: GitHub Merge pull request #828 from jrblevin/issue-827 Update language list and fix the regexp in download script --- CHANGES.md

[elpa] externals/nano-modeline 62b03b48d4 3/5: Cosmetic changes

2024-03-18 Thread ELPA Syncer
branch: externals/nano-modeline commit 62b03b48d47655c12120a1d8150fcd1938ec4910 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Cosmetic changes --- nano-modeline.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nano-modeline.el b/nano-modeline.el index fd6275

[elpa] externals/nano-modeline e0a1d9f688 5/5: Updated NEWS

2024-03-18 Thread ELPA Syncer
branch: externals/nano-modeline commit e0a1d9f688000bdd4e0d7adaea4b21d078614edb Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Updated NEWS --- nano-modeline.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nano-modeline.el b/nano-modeline.el index a83c7ab

[elpa] externals/nano-modeline updated (2b0f03205c -> e0a1d9f688)

2024-03-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/nano-modeline. from 2b0f03205c API Change: Buttons now use new svg-lib API for icons. new 3d988978e4 Better org capture mode new 3eaf3003e7 Add cache for buttons new 62b03b48d4 Cosmetic changes new 049437b8b0 More

[elpa] externals/nano-modeline 3d988978e4 1/5: Better org capture mode

2024-03-18 Thread ELPA Syncer
branch: externals/nano-modeline commit 3d988978e4ad2a4dcecf78b9af688716d021b8fa Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Better org capture mode --- nano-modeline.el | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/nano-modeline.el b/

[elpa] externals/nano-modeline 3eaf3003e7 2/5: Add cache for buttons

2024-03-18 Thread ELPA Syncer
branch: externals/nano-modeline commit 3eaf3003e7ff273d6d6807d89303a5d2386debff Author: Nicolas P. Rougier Commit: Nicolas P. Rougier Add cache for buttons --- nano-modeline.el | 41 ++--- 1 file changed, 30 insertions(+), 11 deletions(-) diff --git a/na

[elpa] externals/nano-modeline 049437b8b0 4/5: More robust mu4e mode

2024-03-18 Thread ELPA Syncer
branch: externals/nano-modeline commit 049437b8b0f85f4d3c8dbf835b40fbb09de37a99 Author: Nicolas P. Rougier Commit: Nicolas P. Rougier More robust mu4e mode --- nano-modeline.el | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/nano-modeline.el b/nano-model

[elpa] externals/mpdired 8c44811998: fix directory/playlist tracking

2024-03-18 Thread ELPA Syncer
branch: externals/mpdired commit 8c44811998c0a049adea28a7c73c570541b85e0c Author: Manuel Giraud Commit: Manuel Giraud fix directory/playlist tracking Correctly reset `mpdired--directory' and `mpdired--playlist' in the "go to toplevel" error case. --- mpdired.el | 6 +- 1 fi

[elpa] externals/dape d1a96de51c: Add "attach to already running Node process" js config (#80)

2024-03-18 Thread ELPA Syncer
branch: externals/dape commit d1a96de51cbee7c410d1f2680f860d09048e2fc5 Author: Artur <5359825+sethid...@users.noreply.github.com> Commit: GitHub Add "attach to already running Node process" js config (#80) Pre-defined configurations existing before this commit are meant to *launc

[elpa] externals/denote e4d070e028 6/9: Merge pull request #293 from jeanphilippegg/renaming-commands

2024-03-18 Thread ELPA Syncer
branch: externals/denote commit e4d070e028c6941809f6a33ee147b130381e2402 Merge: e94cc50fd4 11396de4c9 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #293 from jeanphilippegg/renaming-commands Renaming commands --- README.org | 6 denote.el | 108 +

[elpa] externals/listen e79b1e5994: Fix: (listen-queue--add-track-durations) Increase minimum timeout

2024-03-18 Thread ELPA Syncer
branch: externals/listen commit e79b1e59948cbf050d12f1aa77aabd4a27230dcd Author: Adam Porter Commit: Adam Porter Fix: (listen-queue--add-track-durations) Increase minimum timeout Apparently 100ms is not always long enough for one file if ffprobe hasn't been called recently. ---

[elpa] externals/denote 60ff790d33 9/9: Ensure that keywords are a list in denote-rename-file and denote-dired-rename-files

2024-03-18 Thread ELPA Syncer
branch: externals/denote commit 60ff790d33ba37aab578dde0993d14489f0418a2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Ensure that keywords are a list in denote-rename-file and denote-dired-rename-files This is a follow-up to the change made by Jean-Philippe Gagné Guay in

[elpa] externals/denote 5789ca599b 8/9: Clarify denote-rename-file docs about keeping components not covered by denote-prompts

2024-03-18 Thread ELPA Syncer
branch: externals/denote commit 5789ca599b2c3a4d7f6bed427193dc18e36699f7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify denote-rename-file docs about keeping components not covered by denote-prompts --- README.org | 9 +++-- denote.el | 10 -- 2 files changed

[elpa] externals/denote 768464999f 7/9: Fix typo "sepator" to "separator"

2024-03-18 Thread ELPA Syncer
branch: externals/denote commit 768464999f28eaea99881f1e1f8e328d8af83a61 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix typo "sepator" to "separator" --- README.org | 4 ++-- denote.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README

[elpa] externals/denote updated (2e1d5f318f -> 60ff790d33)

2024-03-18 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 2e1d5f318f Document denote-retrieve-title-or-filename as a public function and use it new 13407bf7ba Reword some statements in the manual about sluggification new e94cc50fd4 Make denote-file-name-slug-functions a use

[elpa] externals/denote 090b4dbbef 2/9: Only modify prompted components in renaming commands

2024-03-18 Thread ELPA Syncer
branch: externals/denote commit 090b4dbbefe9bddfe1598a55c33dc327b27ef572 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Only modify prompted components in renaming commands Also make denote-dired-rename-files obey the order of the prompts in denote-prompts --- d

[elpa] externals/denote e94cc50fd4 5/9: Make denote-file-name-slug-functions a user option; expand its documentation

2024-03-18 Thread ELPA Syncer
branch: externals/denote commit e94cc50fd4d422260102163c0ef371f30c6a6bb6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make denote-file-name-slug-functions a user option; expand its documentation --- README.org | 112 +++-- d

[elpa] externals/denote 13407bf7ba 4/9: Reword some statements in the manual about sluggification

2024-03-18 Thread ELPA Syncer
branch: externals/denote commit 13407bf7ba04fc281044883e4f412a417fef7695 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reword some statements in the manual about sluggification --- README.org | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README

[elpa] externals/denote 4a94e03e5e 1/9: Revert "Make denote-rename-file and denote-dired-rename-files prompt for signature, if it exists"

2024-03-18 Thread ELPA Syncer
branch: externals/denote commit 4a94e03e5ed4bbebead1025c471beadc2f2bb739 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Revert "Make denote-rename-file and denote-dired-rename-files prompt for signature, if it exists" This reverts commit 232bd908ef633c3de4bfc71fa

[elpa] externals/denote 11396de4c9 3/9: Simplify :safe declaration

2024-03-18 Thread ELPA Syncer
branch: externals/denote commit 11396de4c9106721a2b2be5907106c4b2b6f3d1e Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Simplify :safe declaration --- denote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote.el b/denote.el index 7cdb86d77a.