[elpa] externals/cursor-undo 3fe6c281d0: * cursor-undo.el: bump version for various review changes

2024-07-24 Thread Luke Lee
branch: externals/cursor-undo commit 3fe6c281d045dbfed07e39b75bc3c3a9915cc7aa Author: Luke Lee Commit: Luke Lee * cursor-undo.el: bump version for various review changes --- cursor-undo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursor-undo.el b/cursor-undo.el in

[nongnu] elpa/magit-section updated (65592feeb8 -> c575c2e09a)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 65592feeb8 Copy edit release notes adds 8270de6e91 relnotes: Fix typo adds c575c2e09a magit-diff-visit-file: Add missing paren to docstring No new revisions were added by this update. Summary of changes: docs/RelNo

[nongnu] elpa/git-commit c575c2e09a 2/2: magit-diff-visit-file: Add missing paren to docstring

2024-07-24 Thread ELPA Syncer
branch: elpa/git-commit commit c575c2e09a1cf0cc245400c208dc0ce4ae424d47 Author: Kyle Meyer Commit: Kyle Meyer magit-diff-visit-file: Add missing paren to docstring --- lisp/magit-diff.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/magit-diff.el b/lisp/magi

[nongnu] elpa/magit updated (65592feeb8 -> c575c2e09a)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 65592feeb8 Copy edit release notes adds 8270de6e91 relnotes: Fix typo adds c575c2e09a magit-diff-visit-file: Add missing paren to docstring No new revisions were added by this update. Summary of changes: docs/RelNotes/4.0.

[nongnu] elpa/git-commit updated (65592feeb8 -> c575c2e09a)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 65592feeb8 Copy edit release notes new 8270de6e91 relnotes: Fix typo new c575c2e09a magit-diff-visit-file: Add missing paren to docstring Summary of changes: docs/RelNotes/4.0.0.org | 3 ++- lisp/magit-diff.el

[nongnu] elpa/git-commit 8270de6e91 1/2: relnotes: Fix typo

2024-07-24 Thread ELPA Syncer
branch: elpa/git-commit commit 8270de6e91c5f3ff1f1c0011908b8dfb6f5fec28 Author: Kyle Meyer Commit: Kyle Meyer relnotes: Fix typo --- docs/RelNotes/4.0.0.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/RelNotes/4.0.0.org b/docs/RelNotes/4.0.0.org index 4963c329

[nongnu] elpa/clojure-ts-mode eb9aab3716 2/2: Fix missing `comment-add` variable in `clojure-ts-mode-variables` (#46)

2024-07-24 Thread ELPA Syncer
branch: elpa/clojure-ts-mode commit eb9aab37163395d92ce4f950c802de31b91ee3a3 Author: Kolmas <169401425+kolmas...@users.noreply.github.com> Commit: GitHub Fix missing `comment-add` variable in `clojure-ts-mode-variables` (#46) Set `comment-add` to 1 in `clojure-ts-mode-variables`.

[nongnu] elpa/clojure-ts-mode updated (79e33b7b11 -> eb9aab3716)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/clojure-ts-mode. from 79e33b7b11 Merge pull request #45 from clojure-emacs/bug/44/test-helper-require new d577270f45 Update README.md to show CIDER and inf-clojure status new eb9aab3716 Fix missing `comment-add` variable in `clojure-

[nongnu] elpa/treesit-fold 1c1166ad37 4/5: fix(parsers): Markdown html block

2024-07-24 Thread ELPA Syncer
branch: elpa/treesit-fold commit 1c1166ad37ea0505b6a9c0d611905771facb9cf5 Author: JenChieh Commit: JenChieh fix(parsers): Markdown html block --- treesit-fold-parsers.el | 11 ++- treesit-fold.el | 21 +++-- 2 files changed, 21 insertions(+), 11 deletions(-)

[nongnu] elpa/treesit-fold e64e3b1368 5/5: Use built-in define-globalized-minor-mode (#12)

2024-07-24 Thread ELPA Syncer
branch: elpa/treesit-fold commit e64e3b1368a49d3063d2d5cda02b38693b9e119e Author: tpeacock19 Commit: GitHub Use built-in define-globalized-minor-mode (#12) * Use built-in define-globalized-minor-mode * clearer documentation --- treesit-fold-indicators.el | 55 +

[nongnu] elpa/treesit-fold updated (918d4e5290 -> e64e3b1368)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/treesit-fold. from 918d4e5290 docs: Use built-in warning new ecf27f49d4 feat: Make cons add accept mulitple args new 323c579d9e fix: Keymap the summary too new 18d874fd3d parse markdown headings (#13) new 1c1166ad37 fix

[nongnu] elpa/treesit-fold ecf27f49d4 1/5: feat: Make cons add accept mulitple args

2024-07-24 Thread ELPA Syncer
branch: elpa/treesit-fold commit ecf27f49d43be30b6754ed89dd20c578975fc5f0 Author: JenChieh Commit: JenChieh feat: Make cons add accept mulitple args --- treesit-fold-summary.el | 4 ++-- treesit-fold-util.el| 24 ++-- 2 files changed, 16 insertions(+), 12 deletions(

[nongnu] elpa/treesit-fold 18d874fd3d 3/5: parse markdown headings (#13)

2024-07-24 Thread ELPA Syncer
branch: elpa/treesit-fold commit 18d874fd3d4a5b709e404f5bfa2ac0b4d47758e3 Author: tpeacock19 Commit: GitHub parse markdown headings (#13) * parse markdown headings * document next heading function * replace treesit-node-get call with treesit-node-next-sibling ---

[nongnu] elpa/treesit-fold 323c579d9e 2/5: fix: Keymap the summary too

2024-07-24 Thread ELPA Syncer
branch: elpa/treesit-fold commit 323c579d9e13eef0e8407184f127957b17aa6a78 Author: JenChieh Commit: JenChieh fix: Keymap the summary too --- treesit-fold.el | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/treesit-fold.el b/treesit-fold.el index e063f3eca1..f

[nongnu] elpa/subed updated (14f1ca3731 -> 01f1d9eede)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/subed. from 14f1ca3731 fix typo in NEWS new 2fd72b74e4 Refactor test-subed-waveform.el to reduce repeated code new 01f1d9eede Clean up tests Summary of changes: Makefile |7 +- subed/subed-mpv.el |

[nongnu] elpa/subed 2fd72b74e4 1/2: Refactor test-subed-waveform.el to reduce repeated code

2024-07-24 Thread ELPA Syncer
branch: elpa/subed commit 2fd72b74e4bc37a5b4423f0b23e550817a20091b Author: Sacha Chua Commit: Sacha Chua Refactor test-subed-waveform.el to reduce repeated code --- tests/test-subed-waveform.el | 263 ++- 1 file changed, 82 insertions(+), 181 deletion

[nongnu] elpa/gptel dda5a2f3fc: gptel-org: Fix org-specific gptel helper

2024-07-24 Thread ELPA Syncer
branch: elpa/gptel commit dda5a2f3fc69af9b61d2f45ebb89e47ee32e9bda Author: Karthik Chikmagalur Commit: Karthik Chikmagalur gptel-org: Fix org-specific gptel helper * gptel-org.el (gptel-org--element-lineage-map): Ensure this function is available at load-time. (#294) --- gptel-

[nongnu] elpa/magit-section updated (52e07a772b -> 65592feeb8)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 52e07a772b magit-hunk-section-smerge-map: Add magit-smerge-keep-all adds 930d343952 magit-back-to-indentation: New command adds 65592feeb8 Copy edit release notes No new revisions were added by this update. Summary

[nongnu] elpa/magit updated (52e07a772b -> 65592feeb8)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 52e07a772b magit-hunk-section-smerge-map: Add magit-smerge-keep-all adds 930d343952 magit-back-to-indentation: New command adds 65592feeb8 Copy edit release notes No new revisions were added by this update. Summary of chang

[nongnu] elpa/git-commit 930d343952 1/2: magit-back-to-indentation: New command

2024-07-24 Thread ELPA Syncer
branch: elpa/git-commit commit 930d34395262af381917800f73a7209c71f45a4f Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-back-to-indentation: New command Closes #5183. --- lisp/magit-extras.el | 12 lisp/magit-mode.el | 9 + 2 files changed, 17 insertio

[nongnu] elpa/git-commit updated (52e07a772b -> 65592feeb8)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 52e07a772b magit-hunk-section-smerge-map: Add magit-smerge-keep-all new 930d343952 magit-back-to-indentation: New command new 65592feeb8 Copy edit release notes Summary of changes: docs/RelNotes/4.0.0.org | 6 +++--

[nongnu] elpa/git-commit 65592feeb8 2/2: Copy edit release notes

2024-07-24 Thread ELPA Syncer
branch: elpa/git-commit commit 65592feeb82214b4af51eecb0645f0de48704cb2 Author: Jonas Bernoulli Commit: Jonas Bernoulli Copy edit release notes --- docs/RelNotes/4.0.0.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/RelNotes/4.0.0.org b/docs/RelNotes/4.0.0

[elpa] externals/embark 19a13e344e: Decode URI encoded URLs in UTF-8

2024-07-24 Thread ELPA Syncer
branch: externals/embark commit 19a13e344e04bbf861eaa74491b23da52b398672 Author: Omar Antolín Camarena Commit: Omar Antolín Camarena Decode URI encoded URLs in UTF-8 Fixes #725. --- embark.el | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/embark.el b/em

[elpa] externals/eev 0d6ae77866: Added `ee-symbol-function'; added eev-lean4.el.

2024-07-24 Thread ELPA Syncer
21,7 +21,7 @@ ;; ;; Author: Eduardo Ochs ;; Maintainer: Eduardo Ochs -;; Version:20240530 +;; Version: 20240724 ;; Keywords: e-scripts ;; ;; Latest version: <http://anggtwu.net/eev-current/eev-blinks.el> @@ -73,6 +73,7 @@ ;; «.find-einternals» (to "find-ei

[elpa] externals/embark-consult updated (4ddbe6326b -> 19a13e344e)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 4ddbe6326b Merge pull request #727 from minad/consult-xref-default-action adds 19a13e344e Decode URI encoded URLs in UTF-8 No new revisions were added by this update. Summary of changes: embark.el | 8 ++-- 1 f

[nongnu] elpa/vm 8316e7603c 1/2: remove commented out code with comment: This experimental code is now discarded. USR, 2011-05-07

2024-07-24 Thread ELPA Syncer
branch: elpa/vm commit 8316e7603c3557e6f7bf86000296ee9165e51639 Author: Mark Diekhans Commit: Mark Diekhans remove commented out code with comment: This experimental code is now discarded. USR, 2011-05-07 --- lisp/vm-mime.el | 134

[nongnu] elpa/vm fd3d5c31fa 2/2: Merge branch 'main' into 'main'

2024-07-24 Thread ELPA Syncer
branch: elpa/vm commit fd3d5c31faeffe6aa281b40d8431550a308d5aab Merge: 7bc4bf14a3 8316e7603c Author: Mark Diekhans Commit: Mark Diekhans Merge branch 'main' into 'main' remove commented out code with comment: This experimental code is now discarded. USR, 2011-05-07 See m

[nongnu] elpa/magit-section updated (f31cf79b27 -> 52e07a772b)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from f31cf79b27 magit-parse-git-async: Discard stderr for now adds 7cef4cbcda magit-add-section-hook: Autoload adds 52e07a772b magit-hunk-section-smerge-map: Add magit-smerge-keep-all No new revisions were added by this u

[nongnu] elpa/magit updated (f31cf79b27 -> 52e07a772b)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from f31cf79b27 magit-parse-git-async: Discard stderr for now adds 7cef4cbcda magit-add-section-hook: Autoload adds 52e07a772b magit-hunk-section-smerge-map: Add magit-smerge-keep-all No new revisions were added by this update.

[nongnu] elpa/git-commit 52e07a772b 2/2: magit-hunk-section-smerge-map: Add magit-smerge-keep-all

2024-07-24 Thread ELPA Syncer
branch: elpa/git-commit commit 52e07a772ba80e6d3fe84cea5ee1a044a9e0b6f5 Author: Matt Beshara Commit: Jonas Bernoulli magit-hunk-section-smerge-map: Add magit-smerge-keep-all --- lisp/magit-diff.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el

[nongnu] elpa/git-commit updated (f31cf79b27 -> 52e07a772b)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from f31cf79b27 magit-parse-git-async: Discard stderr for now new 7cef4cbcda magit-add-section-hook: Autoload new 52e07a772b magit-hunk-section-smerge-map: Add magit-smerge-keep-all Summary of changes: lisp/magit-diff.el

[nongnu] elpa/git-commit 7cef4cbcda 1/2: magit-add-section-hook: Autoload

2024-07-24 Thread ELPA Syncer
branch: elpa/git-commit commit 7cef4cbcdaa9b3231d1e44bb8c0619d6194508af Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-add-section-hook: Autoload This makes it possible to use (use-package magit :defer t :config (magit-add-section-hook ...))

[elpa] externals/org 2a4fdffac1: org-plot/gnuplot-to-data: Do not assume that `orgtbl-to-generic' preserves buffer

2024-07-24 Thread ELPA Syncer
branch: externals/org commit 2a4fdffac163e91f6ed2055ec34cbcadf8b95dec Author: Ihor Radchenko Commit: Ihor Radchenko org-plot/gnuplot-to-data: Do not assume that `orgtbl-to-generic' preserves buffer * lisp/org-plot.el (org-plot-timestamp-fmt): Add default value and the docstring.

[elpa] externals/jinx 4c89699db3: Bump version

2024-07-24 Thread ELPA Syncer
branch: externals/jinx commit 4c89699db3851c3ecfa5d007ab56c810e8e3ffeb Author: Daniel Mendler Commit: Daniel Mendler Bump version --- jinx.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinx.el b/jinx.el index f8cfdddeb8..f44192d69e 100644 --- a/jinx.el +++ b/jinx.el

[elpa] externals/denote 98fa28edfb 1/2: Reposition where the docstring is in denote-backlinks-mode

2024-07-24 Thread ELPA Syncer
branch: externals/denote commit 98fa28edfbc4077aeb364c80f226b87bfe6cd2d2 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reposition where the docstring is in denote-backlinks-mode --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote.el b/denote.el

[elpa] externals/denote 46ecf930a0 2/2: Make the revert-buffer-function of backlinks reuse all arguments it originally got

2024-07-24 Thread ELPA Syncer
branch: externals/denote commit 46ecf930a027638b1a33788937795e33c29f9179 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Make the revert-buffer-function of backlinks reuse all arguments it originally got --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

[elpa] externals/denote updated (c3c70801d7 -> 46ecf930a0)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from c3c70801d7 Merge pull request #399 from jeanphilippegg/denote-templates new 98fa28edfb Reposition where the docstring is in denote-backlinks-mode new 46ecf930a0 Make the revert-buffer-function of backlinks reuse all

[elpa] externals/cape 5c468d6d65: Bump version

2024-07-24 Thread ELPA Syncer
branch: externals/cape commit 5c468d6d657e8dc604ddf3feb80f70e1e05ac0a1 Author: Daniel Mendler Commit: Daniel Mendler Bump version --- cape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cape.el b/cape.el index 5f8d61c317..9ba2ce37fe 100644 --- a/cape.el +++ b/cape.el

[elpa] externals/auctex 9619753f3d: * GNUmakefile (README): Fix spacing in generated README.

2024-07-24 Thread ELPA Syncer
branch: externals/auctex commit 9619753f3d361c649b013e7429190c0254b9dfcb Author: Arash Esbati Commit: Arash Esbati * GNUmakefile (README): Fix spacing in generated README. --- GNUmakefile | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile ind

[nongnu] elpa/helm-core updated (21c578aea8 -> 1a97cf31ef)

2024-07-24 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 21c578aea8 Fix helm-common-dir when FILES has no cdr or is nil adds 1a97cf31ef Store directory value in helm-ag source No new revisions were added by this update. Summary of changes: helm-grep.el | 4 1 file changed, 4 i

[nongnu] elpa/helm 1a97cf31ef: Store directory value in helm-ag source

2024-07-24 Thread ELPA Syncer
branch: elpa/helm commit 1a97cf31ef56d74bbe8f761081baea6b5eeb7d3a Author: Thierry Volpiatto Commit: Thierry Volpiatto Store directory value in helm-ag source Add new slot to helm-grep-ag-class and use it when building source. --- helm-grep.el | 4 1 file changed, 4 insertions(