[elpa] externals/ebdb updated (3e293a1aad -> dff7a1c432)

2023-10-21 Thread Eric Abrahamsen
girzel pushed a change to branch externals/ebdb. from 3e293a1aad Fix variable-name bug in ebdb-com-delete-field new 55bdcc37b2 Add autoload cookies to all "insinuation" MUA functions new 19f30e5b71 Update all remaining copyright dates to 2023 new 44f8379883 Add ebdb-

[elpa] externals/ebdb dff7a1c432 4/4: More compiler quieting

2023-10-21 Thread Eric Abrahamsen
branch: externals/ebdb commit dff7a1c43223d1a2b218f4a2efc85c80a5cc0c03 Author: Eric Abrahamsen Commit: Eric Abrahamsen More compiler quieting Thanks to Arash Esbati for his continued persistence. --- ebdb-com.el| 2 +- ebdb-i18n-basic.el | 11 +-- ebdb-migrate.el

[elpa] externals/ebdb 55bdcc37b2 1/4: Add autoload cookies to all "insinuation" MUA functions

2023-10-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 55bdcc37b28d1e827f5c03367bea989b707e0564 Author: Eric Abrahamsen Commit: Eric Abrahamsen Add autoload cookies to all "insinuation" MUA functions Preparatory to changing the recommended load method from require, to adding hooks manually. --- ebdb-gn

[elpa] externals/ebdb 19f30e5b71 2/4: Update all remaining copyright dates to 2023

2023-10-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 19f30e5b715487c9575085a6c7d894bca6d55a18 Author: Eric Abrahamsen Commit: Eric Abrahamsen Update all remaining copyright dates to 2023 Just in time for 2024. --- ebdb-complete.el | 2 +- ebdb-counsel.el| 2 +- ebdb-gnus.el | 2 +- ebdb-helm.

[elpa] externals/ebdb 44f8379883 3/4: Add ebdb-load guards to all MUA insinuation functions

2023-10-21 Thread Eric Abrahamsen
branch: externals/ebdb commit 44f8379883dd4daee86417047cf0df58d5a3039b Author: Eric Abrahamsen Commit: Eric Abrahamsen Add ebdb-load guards to all MUA insinuation functions Ensure EBDB is loaded when the MUA starts up. --- ebdb-gnus.el| 2 ++ ebdb-message.el | 4 ebdb-mhe.

[nongnu] elpa/smartparens 096a8f6a64 2/4: test: add kill/delete related test cases

2023-10-21 Thread ELPA Syncer
branch: elpa/smartparens commit 096a8f6a64a05baf0dd22c68ceeda23eb136aa50 Author: Matus Goljer Commit: Matus Goljer test: add kill/delete related test cases --- test/smartparens-commands-test.el | 26 ++ 1 file changed, 26 insertions(+) diff --git a/test/smartparens-

[nongnu] elpa/smartparens e3e563b20e 3/4: Merge pull request #1152 from zyxir/master

2023-10-21 Thread ELPA Syncer
branch: elpa/smartparens commit e3e563b20e405d87e3f1b3792174803bb8de2b7b Merge: 096a8f6a64 afffa3f6c2 Author: Matus Goljer Commit: GitHub Merge pull request #1152 from zyxir/master Add python-ts-mode (treesit) as an alias for python-mode --- smartparens-config.el | 2 +- smartparen

[nongnu] elpa/smartparens 37f91720fe 4/4: docs: add example of use-package configuration

2023-10-21 Thread ELPA Syncer
branch: elpa/smartparens commit 37f91720fe040a878600fc615bdf442f7ea316e6 Author: Matus Goljer Commit: Matus Goljer docs: add example of use-package configuration Fixes #1088 --- README.md | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/R

[nongnu] elpa/smartparens updated (708f2d6a01 -> 37f91720fe)

2023-10-21 Thread ELPA Syncer
elpasync pushed a change to branch elpa/smartparens. from 708f2d6a01 fix(kill-ring): prevent `kill-ring-yank-pointer` changes when deleting new 096a8f6a64 test: add kill/delete related test cases new afffa3f6c2 Add python-ts-mode (treesit) as an alias for python-mode

[nongnu] elpa/smartparens afffa3f6c2 1/4: Add python-ts-mode (treesit) as an alias for python-mode

2023-10-21 Thread ELPA Syncer
branch: elpa/smartparens commit afffa3f6c223c1a61e88c764e4828ac932ef4464 Author: Eric Zhuo Chen Commit: Eric Zhuo Chen Add python-ts-mode (treesit) as an alias for python-mode --- smartparens-config.el | 2 +- smartparens-python.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)

[nongnu] elpa/org-contrib 5ad774ff1a: * lisp/org-registry.el (require): Use `cl-lib' instead of obsolete `cl'

2023-10-21 Thread ELPA Syncer
branch: elpa/org-contrib commit 5ad774ff1ad21824dbfbf6ee7c20e3ea35f368de Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/org-registry.el (require): Use `cl-lib' instead of obsolete `cl' --- lisp/org-registry.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/or

[nongnu] elpa/cider 4c99c02b57: Query `text-scale-mode-amount` safely

2023-10-21 Thread ELPA Syncer
branch: elpa/cider commit 4c99c02b5762c107cdf771a771a1216b040ba53e Author: vemv Commit: vemv Query `text-scale-mode-amount` safely --- CHANGELOG.md | 4 cider-inspector.el | 6 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index

[elpa] externals/org 1494445116 2/2: Fix obsolete `sleep-for' usage

2023-10-21 Thread ELPA Syncer
branch: externals/org commit 14944451164ec1259cf2c730c9aadad3d0525ec4 Author: Gerard Vermeulen Commit: Ihor Radchenko Fix obsolete `sleep-for' usage * lisp/ob-lua.el (org-babel-lua-evaluate-session): * lisp/ob-python.el (org-babel-python-initiate-session-by-key): (org-babel-

[elpa] externals/org edff094b5f 1/2: * lisp/ol-eshell.el: Fix docstrings

2023-10-21 Thread ELPA Syncer
branch: externals/org commit edff094b5f27b131347ee57f23c799e95ec6cbf6 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ol-eshell.el: Fix docstrings (org-eshell-open): Document the function argument. (org-eshell-store-link): Make the first docstring line into a single sen

[elpa] externals/org updated (7ceefaf2d5 -> 1494445116)

2023-10-21 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 7ceefaf2d5 * lisp/ob-plantuml.el: Support tikz output new edff094b5f * lisp/ol-eshell.el: Fix docstrings new 1494445116 Fix obsolete `sleep-for' usage Summary of changes: lisp/ob-lua.el | 2 +- lisp/o

[nongnu] elpa/markdown-mode d004ddc608 1/2: Apply URL unescape againt URL in a inline link

2023-10-21 Thread ELPA Syncer
branch: elpa/markdown-mode commit d004ddc6084073886ed09ed274ca955f06db1d39 Author: Shohei YOSHIDA Commit: Shohei YOSHIDA Apply URL unescape againt URL in a inline link --- CHANGES.md | 4 markdown-mode.el | 3 ++- tests/markdown-test.el | 12 +++- 3 files ch

[nongnu] elpa/markdown-mode 2a0556c5b7 2/2: Merge pull request #806 from jrblevin/issue-805

2023-10-21 Thread ELPA Syncer
branch: elpa/markdown-mode commit 2a0556c5b7dbf29ce437eac6ee9b6636e1b95234 Merge: 31d4fefdf2 d004ddc608 Author: Shohei YOSHIDA Commit: GitHub Merge pull request #806 from jrblevin/issue-805 Apply URL unescape againt URL in a inline link --- CHANGES.md | 4 markdow

[nongnu] elpa/evil-goggles 34ca276a85: Protect against multiple hints shows at the same time

2023-10-21 Thread ELPA Syncer
branch: elpa/evil-goggles commit 34ca276a85f615d2b45e714c9f8b5875bcb676f3 Author: Evgeni Kolev Commit: Evgeni Kolev Protect against multiple hints shows at the same time In some situations multiple hints can be shown at the same time, which results in leftover hits because only