[nongnu] elpa/flycheck updated (10430dee42 -> 3e394f0eba)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/flycheck. from 10430dee42 ci: Exclude macos tests below 28.x new 1b74bc560a Implement perl-perlimports checker (#2071) new 3e394f0eba Add salt-lint checker (#2073) Summary of changes: CHANGES.rst | 2 ++ doc/languages.rst | 1

[nongnu] elpa/flycheck 1b74bc560a 1/2: Implement perl-perlimports checker (#2071)

2024-06-28 Thread ELPA Syncer
branch: elpa/flycheck commit 1b74bc560a1840ce0a93078846b644a5926c0edc Author: Peter Oliver Commit: GitHub Implement perl-perlimports checker (#2071) --- CHANGES.rst | 1 + doc/languages.rst | 8 +++- flycheck.el | 44 3 files ch

[nongnu] elpa/flycheck 3e394f0eba 2/2: Add salt-lint checker (#2073)

2024-06-28 Thread ELPA Syncer
branch: elpa/flycheck commit 3e394f0eba60cedfad5ebf39121adbf802efb008 Author: Henrik Jürges Commit: GitHub Add salt-lint checker (#2073) --- CHANGES.rst | 1 + doc/languages.rst | 8 flycheck.el | 37 + 3 files changed, 46 insertion

[elpa] externals/tex-parens e8c794cb10 1/2: New minor mode `tex-parens-mode'

2024-06-28 Thread ELPA Syncer
branch: externals/tex-parens commit e8c794cb10a35176a951673812bc232bba925195 Author: Paul Nelson Commit: Paul Nelson New minor mode `tex-parens-mode' * tex-parens.el (tex-parens-mode): New minor mode, featuring a keymap that remaps the main commands. (tex-parens--saved-begin

[elpa] externals/tex-parens ae2a66e3bf 2/2: bump version to 0.3

2024-06-28 Thread ELPA Syncer
branch: externals/tex-parens commit ae2a66e3bfd1cdc37cc3cb2416d940aca1460c8b Author: Paul Nelson Commit: Paul Nelson bump version to 0.3 --- tex-parens.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex-parens.el b/tex-parens.el index b45556d090..0605163b3a 100644 --

[elpa] externals/tex-parens updated (d2f8883265 -> ae2a66e3bf)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/tex-parens. from d2f8883265 bump version to 0.2 new e8c794cb10 New minor mode `tex-parens-mode' new ae2a66e3bf bump version to 0.3 Summary of changes: README.org| 29 -- tex-parens.el | 67 ++

[nongnu] elpa/pcre2el 0565b3a7ee 2/2: Merge pull request #58 from haowg/patch-1

2024-06-28 Thread ELPA Syncer
branch: elpa/pcre2el commit 0565b3a7eed1b43287ce72714c67ebb3a61e3aae Merge: 380723b270 9b23ecd63d Author: Wes Hardaker Commit: GitHub Merge pull request #58 from haowg/patch-1 Fix: Obsolete `buffer-substring` function replaced with `buffer-subst… --- pcre2el.el | 4 ++-- 1 file cha

[nongnu] elpa/pcre2el 9b23ecd63d 1/2: Fix: Obsolete `buffer-substring` function replaced with `buffer-substring-no-properties`

2024-06-28 Thread ELPA Syncer
branch: elpa/pcre2el commit 9b23ecd63d28e0262ef789d187785ad0cfde0b32 Author: haowg Commit: GitHub Fix: Obsolete `buffer-substring` function replaced with `buffer-substring-no-properties` * Replaced `buffer-substring` with `buffer-substring-no-properties` to avoid using an obsolete

[nongnu] elpa/magit-section updated (6359e5c98f -> 61a6e60909)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 6359e5c98f magit-hack-dir-local-variables: New function adds 61a6e60909 Clean up whitespace No new revisions were added by this update. Summary of changes: lisp/magit-diff.el | 4 ++-- lisp/magit-git.el | 3 ++- lisp/mag

[nongnu] elpa/magit updated (6359e5c98f -> 61a6e60909)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 6359e5c98f magit-hack-dir-local-variables: New function adds 61a6e60909 Clean up whitespace No new revisions were added by this update. Summary of changes: lisp/magit-diff.el | 4 ++-- lisp/magit-git.el | 3 ++- lisp/magit-refs.

[nongnu] elpa/git-commit 61a6e60909: Clean up whitespace

2024-06-28 Thread ELPA Syncer
branch: elpa/git-commit commit 61a6e609096bdad3b4332e40f1a0648478a62bb2 Author: Jonas Bernoulli Commit: Jonas Bernoulli Clean up whitespace --- lisp/magit-diff.el | 4 ++-- lisp/magit-git.el | 3 ++- lisp/magit-refs.el | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/

[elpa] externals/greader 38b4190780: greader version 0.11.8

2024-06-28 Thread ELPA Syncer
branch: externals/greader commit 38b4190780a475a974eec4bbc13c048ff1a0fd16 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez greader version 0.11.8 - greader-audiobook.el: Added support for converting buffers in m4b apple ebook format. - Some minor improvements.

[elpa] externals/transient 0e0ece3236 1/2: transient--post-command: Clear transient-current-* variables here

2024-06-28 Thread Jonas Bernoulli via
branch: externals/transient commit 0e0ece32362bb5eed430328583018a35f44d3c7d Author: Jonas Bernoulli Commit: Jonas Bernoulli transient--post-command: Clear transient-current-* variables here These variables are only intended to be accessible by the command that was invoked as a s

[elpa] externals/transient updated (2d6fae0ca2 -> cfd17a714b)

2024-06-28 Thread Jonas Bernoulli via
tarsius pushed a change to branch externals/transient. from 2d6fae0ca2 Release version 0.7.2 new 0e0ece3236 transient--post-command: Clear transient-current-* variables here new cfd17a714b manual: Add an example using :setup-children Summary of changes: docs/transient.or

[elpa] externals/transient cfd17a714b 2/2: manual: Add an example using :setup-children

2024-06-28 Thread Jonas Bernoulli via
branch: externals/transient commit cfd17a714b0ef9401d570946795a38fe1d8d6e08 Author: Jonas Bernoulli Commit: Jonas Bernoulli manual: Add an example using :setup-children --- docs/transient.org | 31 ++- docs/transient.texi | 31 ++- 2

[nongnu] elpa/helm 6309dc2b2f: Add async support for helm-packages

2024-06-28 Thread ELPA Syncer
branch: elpa/helm commit 6309dc2b2f3d884646e8fd3498f52327e97d0f4e Author: Thierry Volpiatto Commit: Thierry Volpiatto Add async support for helm-packages --- helm-packages.el | 108 ++- 1 file changed, 100 insertions(+), 8 deletions(-) di

[nongnu] elpa/magit updated (703dfe5812 -> 6359e5c98f)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 703dfe5812 Remove magit-libgit.el adds cb8a0ba65b magit-section-mode: Remove commented code adds 6359e5c98f magit-hack-dir-local-variables: New function No new revisions were added by this update. Summary of changes: lisp/

[nongnu] elpa/helm-core updated (5dd15389a3 -> 6309dc2b2f)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 5dd15389a3 Exclude helm-M-x from helm-M-x adds 6309dc2b2f Add async support for helm-packages No new revisions were added by this update. Summary of changes: helm-packages.el | 108

[nongnu] elpa/magit-section updated (703dfe5812 -> 6359e5c98f)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 703dfe5812 Remove magit-libgit.el adds cb8a0ba65b magit-section-mode: Remove commented code adds 6359e5c98f magit-hack-dir-local-variables: New function No new revisions were added by this update. Summary of changes

[nongnu] elpa/git-commit 6359e5c98f 2/2: magit-hack-dir-local-variables: New function

2024-06-28 Thread ELPA Syncer
branch: elpa/git-commit commit 6359e5c98fb55f270464a22f10e8552e989084ab Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-hack-dir-local-variables: New function Users and package authors don't always realize that its possible to respect directory local variables in `special-

[nongnu] elpa/git-commit cb8a0ba65b 1/2: magit-section-mode: Remove commented code

2024-06-28 Thread ELPA Syncer
branch: elpa/git-commit commit cb8a0ba65ba645057b9e78dbfbc80105a099435c Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-section-mode: Remove commented code --- lisp/magit-section.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index

[nongnu] elpa/git-commit updated (703dfe5812 -> 6359e5c98f)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 703dfe5812 Remove magit-libgit.el new cb8a0ba65b magit-section-mode: Remove commented code new 6359e5c98f magit-hack-dir-local-variables: New function Summary of changes: lisp/magit-diff.el| 6 +++--- lisp/magit

[elpa] externals/async f365589f29 4/4: New variable async-inject-variables-exclude-regexps

2024-06-28 Thread ELPA Syncer
branch: externals/async commit f365589f298146426d46afc752074c4eb9243732 Author: Thierry Volpiatto Commit: Thierry Volpiatto New variable async-inject-variables-exclude-regexps This is used instead of hardcoding "-syntax-table\\'" as previously. --- async.el | 10 +++--- 1 file

[elpa] externals/async f23ed33f05 2/4: Bind error-data in async-byte-compile-file

2024-06-28 Thread ELPA Syncer
branch: externals/async commit f23ed33f050a9f5b9460b5b78ba20987e747ed2e Author: Thierry Volpiatto Commit: Thierry Volpiatto Bind error-data in async-byte-compile-file --- async-bytecomp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/async-bytecomp.el b/async-byteco

[elpa] externals/async 15f24b1694 3/4: Remove unneeded test in async-bytecomp

2024-06-28 Thread ELPA Syncer
branch: externals/async commit 15f24b1694eb805732e05030e0e118a3961c3644 Author: Thierry Volpiatto Commit: Thierry Volpiatto Remove unneeded test in async-bytecomp The two tests (eq cur-package 'async) and (string= cur-package "async") are doing the same thing, the later was

[elpa] externals/async a60b721877 1/4: Eval variable value later in async-inject-variables

2024-06-28 Thread ELPA Syncer
branch: externals/async commit a60b721877eea5d78aebfd2d972c05eb02d4c0a1 Author: Thierry Volpiatto Commit: Thierry Volpiatto Eval variable value later in async-inject-variables --- async.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/async.el b/async.el index 83c

[elpa] externals/async updated (cff2bd0be3 -> f365589f29)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/async. from cff2bd0be3 Fix emacs bug#71401 with dired-vc-rename-file new a60b721877 Eval variable value later in async-inject-variables new f23ed33f05 Bind error-data in async-byte-compile-file new 15f24b1694 Remove unneed

[elpa] externals-release/org a091ca9e66 5/6: Merge branch 'km/from-emacs-30' into bugfix

2024-06-28 Thread ELPA Syncer
branch: externals-release/org commit a091ca9e663e029d55c9046eaf520e2416f97561 Merge: 5ffb2675f5 fa7d7ec3bd Author: Kyle Meyer Commit: Kyle Meyer Merge branch 'km/from-emacs-30' into bugfix --- doc/org-manual.org | 2 +- etc/ORG-NEWS | 2 +- lisp/ob-core.el| 2 +- lisp/ob-lua.el

[elpa] externals/org updated (b64dbd838f -> d6c0bbe280)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from b64dbd838f org-babel-sh-evaluate: Always provide shebang in script files new 5d7218ceff Backport commit c0eefebab from Emacs new b72871ab6a Backport commit a7dff8c53 from Emacs new 4077e9e45b Backport commit c64

[elpa] externals/org d6c0bbe280: Merge branch 'bugfix'

2024-06-28 Thread ELPA Syncer
branch: externals/org commit d6c0bbe280bf4ece9068e106437ad709d730acb3 Merge: b64dbd838f 7a45270b11 Author: Ihor Radchenko Commit: Ihor Radchenko Merge branch 'bugfix' --- doc/org-manual.org | 2 +- etc/ORG-NEWS | 2 +- lisp/ob-core.el| 2 +- lisp/oc-basic.el | 2 +- lisp/org-fac

[elpa] externals-release/org 4077e9e45b 3/6: Backport commit c645e1d82 from Emacs

2024-06-28 Thread ELPA Syncer
branch: externals-release/org commit 4077e9e45beaf4ac383b68c9fda39c53bcc1b191 Author: Ihor Radchenko Commit: Kyle Meyer Backport commit c645e1d82 from Emacs org-link-expand-abbrev: Do not evaluate arbitrary unsafe Elisp code c645e1d8205f0f0663ec4a2d27575b238c646c7c Ihor Radc

[elpa] externals-release/org b72871ab6a 2/6: Backport commit a7dff8c53 from Emacs

2024-06-28 Thread ELPA Syncer
branch: externals-release/org commit b72871ab6aa477c55e56facea092edb9f7accda2 Author: Stefan Kangas Commit: Kyle Meyer Backport commit a7dff8c53 from Emacs * lisp/ob-lua.el: Minor doc fixes. a7dff8c53dde18c703f470cde9ad033cffe8c766 Stefan Kangas Tue Jun 18 21:27:51

[elpa] externals-release/org 5d7218ceff 1/6: Backport commit c0eefebab from Emacs

2024-06-28 Thread ELPA Syncer
branch: externals-release/org commit 5d7218ceffbef573d2113eca0dc3689411d995fd Author: Stefan Kangas Commit: Kyle Meyer Backport commit c0eefebab from Emacs ; Fix typos c0eefebabfee011f0ec7631d055e482e4965a24d Stefan Kangas Sun Jun 16 22:38:26 2024 +0200 --- doc/org-manu

[elpa] externals-release/org 7a45270b11 6/6: Update version number for the 9.7.6 release

2024-06-28 Thread ELPA Syncer
branch: externals-release/org commit 7a45270b114c3d6140848ce13b6d4ae366074583 Author: Ihor Radchenko Commit: Ihor Radchenko Update version number for the 9.7.6 release --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 718d53d

[elpa] externals-release/org updated (5ffb2675f5 -> 7a45270b11)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from 5ffb2675f5 org-persist: Avoid interactive query for coding system when computing hash new 5d7218ceff Backport commit c0eefebab from Emacs new b72871ab6a Backport commit a7dff8c53 from Emacs new 4077e9e45

[elpa] externals-release/org fa7d7ec3bd 4/6: Backport commit fb11294d4 from Emacs

2024-06-28 Thread ELPA Syncer
branch: externals-release/org commit fa7d7ec3bdf2fc317237e0a8edbbd5b1cdd01c81 Author: Stefan Kangas Commit: Kyle Meyer Backport commit fb11294d4 from Emacs ; Fix typos fb11294d4156a4be45080ff286a8ee0d5a3ede9b Stefan Kangas Sun Jun 23 16:40:06 2024 +0200 --- etc/ORG-NEWS

[elpa] externals/jinx f85d7e9ac8 2/2: Expose (jinx-correct-all t) via C-u C-u C-u M-x jinx-correct

2024-06-28 Thread ELPA Syncer
branch: externals/jinx commit f85d7e9ac8e07f2a5507b0b078dae011e7abeedd Author: Daniel Mendler Commit: Daniel Mendler Expose (jinx-correct-all t) via C-u C-u C-u M-x jinx-correct --- jinx.el | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jinx.el b/jinx.el index c33d

[elpa] externals/jinx 55faf4c30d 1/2: jinx-correct-all: Add ONLY-CHECK argument.

2024-06-28 Thread ELPA Syncer
branch: externals/jinx commit 55faf4c30db54b1f67376f6824c52bcafd7a4bde Author: Daniel Mendler Commit: Daniel Mendler jinx-correct-all: Add ONLY-CHECK argument. --- CHANGELOG.org | 5 + jinx.el | 23 +-- 2 files changed, 18 insertions(+), 10 deletions(-) diff

[elpa] externals/jinx updated (7a7f5f0dd5 -> f85d7e9ac8)

2024-06-28 Thread ELPA Syncer
elpasync pushed a change to branch externals/jinx. from 7a7f5f0dd5 A better fix for #156 new 55faf4c30d jinx-correct-all: Add ONLY-CHECK argument. new f85d7e9ac8 Expose (jinx-correct-all t) via C-u C-u C-u M-x jinx-correct Summary of changes: CHANGELOG.org | 5 + ji