[elpa] externals/async updated (886be4600a -> 20f7757c08)

2024-07-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/async. from 886be4600a Bind package-pinned-packages in children new 230b53606f Update commentary in async-package new d08a41295b No need to call package-initialize which is costly new 2276bccd62 Only load the new or upgrad

[elpa] externals/async 230b53606f 1/5: Update commentary in async-package

2024-07-19 Thread ELPA Syncer
branch: externals/async commit 230b53606f7cc01d7a5951c0dfe3d5ab34790a2a Author: Thierry Volpiatto Commit: Thierry Volpiatto Update commentary in async-package --- async-package.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/async-package.el b/async-package.el index f1542ca4c3..7c

[elpa] externals/async 93957f5b0f 4/5: Refresh package-alist in call-back

2024-07-19 Thread ELPA Syncer
branch: externals/async commit 93957f5b0f2ed22aeef02972de860fb9c45b4422 Author: Thierry Volpiatto Commit: Thierry Volpiatto Refresh package-alist in call-back --- async-package.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/async-package.el b/async-package.el index

[elpa] externals/async 20f7757c08 5/5: Update README

2024-07-19 Thread ELPA Syncer
branch: externals/async commit 20f7757c08d998c79ca6c9d724c0500281dd512b Author: Thierry Volpiatto Commit: Thierry Volpiatto Update README --- README.md | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 236de27c60..caf7ab3d94 100644 --- a/README.md +++ b/

[elpa] externals/async 2276bccd62 3/5: Only load the new or upgraded packages

2024-07-19 Thread ELPA Syncer
branch: externals/async commit 2276bccd622b998ed3633da1d54f0e13c788fcfd Author: Thierry Volpiatto Commit: Thierry Volpiatto Only load the new or upgraded packages --- async-package.el | 47 +++ 1 file changed, 23 insertions(+), 24 deletions(-) di

[elpa] externals/async d08a41295b 2/5: No need to call package-initialize which is costly

2024-07-19 Thread ELPA Syncer
branch: externals/async commit d08a41295bde2ed9e7890f4b4fbda7c54cfb259c Author: Thierry Volpiatto Commit: Thierry Volpiatto No need to call package-initialize which is costly Reuse already defined vars which should be enough. --- async-package.el | 6 -- 1 file changed, 4 inser

[elpa] externals/elisa 7298d3ee8d: Add GNU ELPA badge

2024-07-19 Thread ELPA Syncer
branch: externals/elisa commit 7298d3ee8da09005520722a6e160cb0ef66f16e9 Author: Sergey Kostyaev Commit: Sergey Kostyaev Add GNU ELPA badge --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 421ebc5c1b..85bb106cff 100644 --- a/README.org +++ b/RE

[elpa] externals/diff-hl 57d9d4e3e1: diff-hl-git-index-revision: Better compatibility with MS Windows

2024-07-19 Thread ELPA Syncer
branch: externals/diff-hl commit 57d9d4e3e17397bf178c3aa5c369b5edd24523e0 Author: Dmitry Gutov Commit: Dmitry Gutov diff-hl-git-index-revision: Better compatibility with MS Windows Fixes #222 --- diff-hl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-hl

[elpa] externals/eev 919129f5e4: Mention (find-dot-emacs-links) in more places.

2024-07-19 Thread ELPA Syncer
..1e57d3497a 100644 --- a/eev-intro.el +++ b/eev-intro.el @@ -19,7 +19,7 @@ ;; ;; Author: Eduardo Ochs ;; Maintainer: Eduardo Ochs -;; Version:20240710 +;; Version:20240719 ;; Keywords: e-scripts ;; ;; Latest version: <http://anggtwu.net/eev-current/eev-intro.el> @@ -

[elpa] externals/greader cf1db7405b: dict filters fixed.

2024-07-19 Thread ELPA Syncer
branch: externals/greader commit cf1db7405bfa694c837e1d3e4d759b47d5956524 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez dict filters fixed. Now filters support multiple lines, them will be transformed in a regexp that don't conflict with the routine that reads th

[nongnu] elpa/helm d5878c24e0 2/2: Merge pull request #2676 from taquangtrung/master

2024-07-19 Thread ELPA Syncer
branch: elpa/helm commit d5878c24e04e8ef6382ef79851dea21c1a8aa059 Merge: 602c128a7d 910daa3025 Author: Thierry Volpiatto Commit: GitHub Merge pull request #2676 from taquangtrung/master include checking tab in helm-ff-last-expanded-candidate-regexp --- helm-files.el | 4 ++-- 1 fil

[nongnu] elpa/helm-core updated (602c128a7d -> d5878c24e0)

2024-07-19 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 602c128a7d Fix dups in helm-imenu adds 910daa3025 include checking tab in helm-ff-last-expanded-candidate-regexp adds d5878c24e0 Merge pull request #2676 from taquangtrung/master No new revisions were added by this upda

[nongnu] elpa/git-commit 9d4192b7b1: Fix visiting file from buffer created with magit-diff-paths

2024-07-19 Thread ELPA Syncer
branch: elpa/git-commit commit 9d4192b7b12c6b7f0664d99c4f876cfcc0a30ad4 Author: Jonas Bernoulli Commit: Jonas Bernoulli Fix visiting file from buffer created with magit-diff-paths Closes #5116. --- lisp/magit-diff.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) di

[nongnu] elpa/helm 910daa3025 1/2: include checking tab in helm-ff-last-expanded-candidate-regexp

2024-07-19 Thread ELPA Syncer
branch: elpa/helm commit 910daa30254385f8f771120e8d1609034db9e1c7 Author: Ta Quang Trung Commit: Ta Quang Trung include checking tab in helm-ff-last-expanded-candidate-regexp --- helm-files.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-files.el b/helm-files

[nongnu] elpa/magit updated (b9948f9571 -> 9d4192b7b1)

2024-07-19 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from b9948f9571 Bump dependencies adds 9d4192b7b1 Fix visiting file from buffer created with magit-diff-paths No new revisions were added by this update. Summary of changes: lisp/magit-diff.el | 8 +--- 1 file changed, 5 insertio

[nongnu] elpa/magit-section updated (b9948f9571 -> 9d4192b7b1)

2024-07-19 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from b9948f9571 Bump dependencies adds 9d4192b7b1 Fix visiting file from buffer created with magit-diff-paths No new revisions were added by this update. Summary of changes: lisp/magit-diff.el | 8 +--- 1 file changed, 5

[nongnu] scratch/editorconfig c70df61772: (editorconfig-core-handle--parse-file): Streamline

2024-07-19 Thread Stefan Monnier via
branch: scratch/editorconfig commit c70df617723d1bf06ad390089e6a7bc7395a9eca Author: Stefan Monnier Commit: Stefan Monnier (editorconfig-core-handle--parse-file): Streamline * editorconfig-core-handle.el: Change copyright to the FSF since all the contributors have signed the cor

[nongnu] branch scratch/editorconfig deleted (was 4f543558fe)

2024-07-19 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. was 4f543558fe editorconfig-core-handle.el: Don't use file names as glob pattern This change permanently discards the following revisions: discards 4f543558fe editorconfig-core-handle.el: Don't use file names as glob pattern

[nongnu] branch scratch/editorconfig created (now c70df61772)

2024-07-19 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. at c70df61772 (editorconfig-core-handle--parse-file): Streamline This branch includes the following new commits: new c70df61772 (editorconfig-core-handle--parse-file): Streamline

[nongnu] scratch/editorconfig updated (c70df61772 -> abd2e42c90)

2024-07-19 Thread Stefan Monnier via
monnier pushed a change to branch scratch/editorconfig. from c70df61772 (editorconfig-core-handle--parse-file): Streamline new 25f45dc3b5 (editorconfig-fnmatch-p): Speed up new abd2e42c90 (editorconfig-fnmatch--do-translate): Reduce redundancy Summary of changes: editorco

[nongnu] scratch/editorconfig 25f45dc3b5 1/2: (editorconfig-fnmatch-p): Speed up

2024-07-19 Thread Stefan Monnier via
branch: scratch/editorconfig commit 25f45dc3b506558087a312ceda98192195612adf Author: Stefan Monnier Commit: Stefan Monnier (editorconfig-fnmatch-p): Speed up * editorconfig-fnmatch.el: Change copyright to the FSF since all the contributors have signed the corresponding paperwork

[nongnu] scratch/editorconfig abd2e42c90 2/2: (editorconfig-fnmatch--do-translate): Reduce redundancy

2024-07-19 Thread Stefan Monnier via
branch: scratch/editorconfig commit abd2e42c90806d245b30d001ce3ff311e7b529e2 Author: Stefan Monnier Commit: Stefan Monnier (editorconfig-fnmatch--do-translate): Reduce redundancy * editorconfig-fnmatch.el (editorconfig-fnmatch--do-translate): Consolidate the `push`s outside of `

[elpa] externals/ellama 6373528783 2/3: Merge pull request #150 from byronclark/bugfix/ellama-provider-validation

2024-07-19 Thread ELPA Syncer
branch: externals/ellama commit 6373528783e9ed841b28d66443c56573929df015 Merge: 633fb58383 c7c30aa1c3 Author: Sergey Kostyaev Commit: GitHub Merge pull request #150 from byronclark/bugfix/ellama-provider-validation Fix ellama-providers validation --- ellama.el | 2 +- 1 file change

[elpa] externals/ellama c7c30aa1c3 1/3: Fix ellama-providers validation

2024-07-19 Thread ELPA Syncer
branch: externals/ellama commit c7c30aa1c317ed665acb96580986cbd5f2e52079 Author: Byron Clark Commit: Byron Clark Fix ellama-providers validation Extra quote caused validation to fail for all values. Fixes #149 --- ellama.el | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[elpa] externals/ellama updated (633fb58383 -> a791ec0a70)

2024-07-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/ellama. from 633fb58383 Bump version new c7c30aa1c3 Fix ellama-providers validation new 6373528783 Merge pull request #150 from byronclark/bugfix/ellama-provider-validation new a791ec0a70 Bump version Summary of changes

[elpa] externals/ellama a791ec0a70 3/3: Bump version

2024-07-19 Thread ELPA Syncer
branch: externals/ellama commit a791ec0a705f09bce27c38ae6e7010d502433d2b Author: Sergey Kostyaev Commit: Sergey Kostyaev Bump version --- NEWS.org | 2 ++ ellama.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 35c2070aa2..dd0b552fa2 100644

[elpa] externals/auctex ba84a2dbd1 09/15: Add new style/tabularray.el

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit ba84a2dbd143bb5e576eb7013d84a2f2ed619c79 Author: Arash Esbati Commit: Arash Esbati Add new style/tabularray.el * Makefile.in (STYLESRC): Add new style. * NEWS.org (Added): Announce new styles. * latex.el (LaTeX-indent-environment-lis

[elpa] externals/auctex 70422fe0c7 12/15: * style/tabularray.el ("tabularray"): Load ninecolors.el.

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 70422fe0c7e283e6bfe69cbb75bd31feb3030f22 Author: Arash Esbati Commit: Arash Esbati * style/tabularray.el ("tabularray"): Load ninecolors.el. --- style/tabularray.el | 4 1 file changed, 4 insertions(+) diff --git a/style/tabularray.el b/style/tabularray

[elpa] externals/auctex 922545e8af 14/15: Update style/simpleicons.el to package v13.1.0

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 922545e8af7f9081a9852387afddbe65a4ebf48c Author: Arash Esbati Commit: Arash Esbati Update style/simpleicons.el to package v13.1.0 * style/simpleicons.el (LaTeX-simpleicons-icons): Update icon names. --- style/simpleicons.el | 9 ++--- 1 file

[elpa] externals/auctex 9bc5d19aa5 13/15: ; * NEWS.org: Update the file.

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 9bc5d19aa5843df1802232bb59007714ae4d6869 Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Update the file. --- NEWS.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index a657237260..673c7c93a9 100644 --- a/

[elpa] externals/auctex 34818c0307 10/15: Simplify entering of captions in optional argument

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 34818c0307be48d5be323fde1f73c8b9f8cd4980 Author: Arash Esbati Commit: Arash Esbati Simplify entering of captions in optional argument * style/listings.el (LaTeX-listings-reftex-label-context-function): Delete function and use `LaTeX-keyval-cap

[elpa] externals/company 8bd34f8e73: company-diag: Update to pass the suffix to `candidates`

2024-07-19 Thread ELPA Syncer
branch: externals/company commit 8bd34f8e73957bb7d5234564a45175c171016e63 Author: Dmitry Gutov Commit: Dmitry Gutov company-diag: Update to pass the suffix to `candidates` --- company.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/company.el b/company.el index a91

[elpa] externals/auctex updated (3091f2ca61 -> 84e959333b)

2024-07-19 Thread ELPA Syncer
elpasync pushed a change to branch externals/auctex. from 3091f2ca61 * auctex.el: Shorten 'Commentary' section to 4 lines. new 7fca4a2016 Update style/acro.el to package v3.8 new 08e7f159e8 Improve fontification of arguments new 306a561ad5 Add new style/authblk.el

[elpa] externals/auctex 71d25de1c6 11/15: Add new style/ninecolors.el

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 71d25de1c6ba178d0626bae2e5246b33535bf6f6 Author: Arash Esbati Commit: Arash Esbati Add new style/ninecolors.el * Makefile.in (STYLESRC): Add new style. * style/ninecolors.el: New file. --- Makefile.in | 2 +- style/ninecolors.el | 9

[elpa] externals/auctex 10c8f782f8 07/15: Keep compatibility with Org mode src editing (bug#71363)

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 10c8f782f8c0456443f09db0c54403e8753ee52b Author: Ikumi Keita Commit: Ikumi Keita Keep compatibility with Org mode src editing (bug#71363) * tex-site.el.in (TeX-modes-set): Add entries for AUCTeX LaTeX mode to `org-src-lang-modes'. Use `major-m

[elpa] externals/auctex 63087fc4bf 06/15: * style/longtable.el ("longtable"): Support \LTcaptype macro.

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 63087fc4bfd6b24d85077d0b5be2b150e5a37ca9 Author: Arash Esbati Commit: Arash Esbati * style/longtable.el ("longtable"): Support \LTcaptype macro. --- style/longtable.el | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/

[elpa] externals/auctex 89fa93c4f9 05/15: ; * latex.el (TeX-arg-ref): Fix docstring.

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 89fa93c4f9cc9616925f2401e0bbb8b04505e017 Author: Arash Esbati Commit: Arash Esbati ; * latex.el (TeX-arg-ref): Fix docstring. --- latex.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/latex.el b/latex.el index b90146688f..9b92c7

[elpa] externals/auctex 7fcab23c4b 04/15: Update style/simpleicons.el to package v13.0.0

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 7fcab23c4b8e7806f28798955e7ddd81f34aa759 Author: Arash Esbati Commit: Arash Esbati Update style/simpleicons.el to package v13.0.0 * style/simpleicons.el (LaTeX-simpleicons-icons): Update icon names. --- style/simpleicons.el | 78 +++--

[elpa] externals/auctex 84e959333b 15/15: Merge remote-tracking branch 'origin/master'

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 84e959333b1790043283520aa34404d3bf86f156 Merge: 3091f2ca61 922545e8af Author: Arash Esbati Commit: Arash Esbati Merge remote-tracking branch 'origin/master' --- NEWS.org | 7 +- doc/changes.texi | 35 +- doc/install.texi

[elpa] externals/auctex 08e7f159e8 02/15: Improve fontification of arguments

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 08e7f159e8abe971608aea8cd9b08ec204c8ab8e Author: Arash Esbati Commit: Arash Esbati Improve fontification of arguments * font-latex.el (font-latex-built-in-keyword-classes): Improve fontification of arguments provided as macros and not inside b

[elpa] externals/auctex 306a561ad5 03/15: Add new style/authblk.el

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 306a561ad5ec82140fc45598d999cebd3c5e750a Author: Arash Esbati Commit: Arash Esbati Add new style/authblk.el * Makefile.in (STYLESRC): Add new style. * style/authblk.el ("authblk"): New file. --- Makefile.in | 3 ++- style/authblk.el |

[elpa] externals/auctex 7fca4a2016 01/15: Update style/acro.el to package v3.8

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 7fca4a201637b1f3ca8fb127b55296853dbd1f83 Author: Arash Esbati Commit: Arash Esbati Update style/acro.el to package v3.8 * style/acro.el (LaTeX-acro-acsetup-key-val-options) (LaTeX-acro-declareacronym-key-val-options) (LaTeX-acro-printacronyms-

[elpa] externals/auctex 01e3e22c7c 08/15: ; * doc/changes.texi: Wrap nil in @code and refill paragraphs.

2024-07-19 Thread ELPA Syncer
branch: externals/auctex commit 01e3e22c7c33c2f6919b88992f47aa02b191196c Author: Arash Esbati Commit: Arash Esbati ; * doc/changes.texi: Wrap nil in @code and refill paragraphs. --- doc/changes.texi | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-)

[elpa] externals/denote cba932b053 2/2: Merge pull request #398 from skissue/template-functions

2024-07-19 Thread ELPA Syncer
branch: externals/denote commit cba932b05310fa1edd8abac720ffc381e703d6fd Merge: 6b762364f7 ed21e8b647 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #398 from skissue/template-functions Support functions in `denote-templates` --- denote.el | 20

[elpa] externals/denote ed21e8b647 1/2: Support functions in `denote-templates`

2024-07-19 Thread ELPA Syncer
branch: externals/denote commit ed21e8b64774d704ea2c84b977659cc4269636f4 Author: Ad Commit: Ad Support functions in `denote-templates` --- denote.el | 20 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/denote.el b/denote.el index 5d6a1b8097..b345f51309 1

[elpa] externals/greader 690d35be1c: Function `greader-dict-substitute-word' fixed.

2024-07-19 Thread ELPA Syncer
branch: externals/greader commit 690d35be1c28eaf60ae720666ea6ffe86da8d43e Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Function `greader-dict-substitute-word' fixed. Now it works with "\" correctly. --- greader-dict.el | 2 +- 1 file changed, 1 insertion(+), 1 dele

[nongnu] elpa/cider c698e1454c: Use cider-nrepl 0.49.2

2024-07-19 Thread ELPA Syncer
branch: elpa/cider commit c698e1454cb416ad55c739961f9df514da9556f0 Author: Oleksandr Yakushev Commit: Bozhidar Batsov Use cider-nrepl 0.49.2 --- CHANGELOG.md | 1 + cider.el | 2 +- dev/docker-sample-project/p