[elpa] externals/plz d4be5b2c29: Tests: Unwrap (and (should ...) ...)

2023-06-29 Thread ELPA Syncer
branch: externals/plz commit d4be5b2c293c585ff79ffd5bc1a86fa441b23137 Author: Adam Porter Commit: Adam Porter Tests: Unwrap (and (should ...) ...) SHOULDs shouldn't be inside ANDs. Also, use map-nested-elt. --- tests/test-plz.el | 23 --- 1 file changed

[elpa] externals/tramp b04c8bfc49: Tramp ELPA version 2.6.1 released

2023-06-29 Thread ELPA Syncer
branch: externals/tramp commit b04c8bfc49d4c41b8db461b837452887f4c259fe Author: Michael Albinus Commit: Michael Albinus Tramp ELPA version 2.6.1 released --- README |4 +- test/tramp-tests.el | 1003 +-- texi/tramp.texi |

[nongnu] elpa/helm-core updated (4c3abcd8ea -> d6bdd4c277)

2023-06-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 4c3abcd8ea Prevent following while updating in helm-find-files adds d6bdd4c277 Rewrite helm-ff-prefix-filename, use now icons if possible No new revisions were added by this update. Summary of changes: helm-core.el | 6 +++

[nongnu] elpa/helm d6bdd4c277: Rewrite helm-ff-prefix-filename, use now icons if possible

2023-06-29 Thread ELPA Syncer
branch: elpa/helm commit d6bdd4c27797881bf6933b4a28277eea802ca746 Author: Thierry Volpiatto Commit: Thierry Volpiatto Rewrite helm-ff-prefix-filename, use now icons if possible Also when not using icons the prefix has changed to [+]. --- helm-core.el | 6 +++--- helm-files.el | 3

[elpa] externals/plz updated (d4be5b2c29 -> 9f83a74eef)

2023-06-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/plz. from d4be5b2c29 Tests: Unwrap (and (should ...) ...) new 63e4b2260c Fix: (plz) Use with-local-quit for synchronous requests new 9f83a74eef Fix: For ":as 'buffer" result type Summary of changes: README.org| 2 ++ p

[elpa] externals/plz 63e4b2260c 1/2: Fix: (plz) Use with-local-quit for synchronous requests

2023-06-29 Thread ELPA Syncer
branch: externals/plz commit 63e4b2260c8aff4dfc1a9998c0f62d18a28f Author: Adam Porter Commit: Adam Porter Fix: (plz) Use with-local-quit for synchronous requests Fixes . --- README.org | 1 + plz.el | 2 +- plz.info | 33 ++

[elpa] externals/plz 9f83a74eef 2/2: Fix: For ":as 'buffer" result type

2023-06-29 Thread ELPA Syncer
branch: externals/plz commit 9f83a74eef0d19df3753d73af736eceac206c61b Author: Adam Porter Commit: Adam Porter Fix: For ":as 'buffer" result type --- README.org| 1 + plz.el| 18 ++ plz.info | 33 ++--- tests/test-plz.

[elpa] externals/plz 4f106c4347 1/2: Docs: Update plz docstring

2023-06-29 Thread ELPA Syncer
branch: externals/plz commit 4f106c434799f46f9ae82989077c99113853f881 Author: Adam Porter Commit: Adam Porter Docs: Update plz docstring --- README.org | 22 + plz.info | 82 +++--- 2 files changed, 58 insertions(+),

[elpa] externals/plz e8ac29bfb4 2/2: Docs: Tidy

2023-06-29 Thread ELPA Syncer
branch: externals/plz commit e8ac29bfb40e21a7681d264ca478b8c70bb9e26e Author: Adam Porter Commit: Adam Porter Docs: Tidy --- README.org | 2 +- plz.info | 44 ++-- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README.org b/README

[elpa] externals/plz updated (9f83a74eef -> e8ac29bfb4)

2023-06-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/plz. from 9f83a74eef Fix: For ":as 'buffer" result type new 4f106c4347 Docs: Update plz docstring new e8ac29bfb4 Docs: Tidy Summary of changes: README.org | 20 + plz.info | 76

[nongnu] elpa/helm 87059794e9: Ensure [+] is used and documented everywhere

2023-06-29 Thread ELPA Syncer
branch: elpa/helm commit 87059794e903755da51c3c526f97b8a654a220f6 Author: Thierry Volpiatto Commit: Thierry Volpiatto Ensure [+] is used and documented everywhere --- helm-core.el | 4 ++-- helm-files.el | 2 +- helm-help.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff -

[nongnu] elpa/helm-core updated (d6bdd4c277 -> 87059794e9)

2023-06-29 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from d6bdd4c277 Rewrite helm-ff-prefix-filename, use now icons if possible adds 87059794e9 Ensure [+] is used and documented everywhere No new revisions were added by this update. Summary of changes: helm-core.el | 4 ++-- helm-

[elpa] externals/window-commander c3240a61dc: ; Bump version to 3.0.1

2023-06-29 Thread ELPA Syncer
branch: externals/window-commander commit c3240a61dc40b70153403553e994f31dfbef3da2 Author: Daniel Semyonov Commit: Daniel Semyonov ; Bump version to 3.0.1 Also incorporate '.gitignore' changes from Stefan Monnier. --- .gitignore| 4 NEWS | 4

[nongnu] branch scratch/evil created (now d3b7b6f5d4)

2023-06-29 Thread Stefan Monnier via
monnier pushed a change to branch scratch/evil. at d3b7b6f5d4 Various code cleanups This branch includes the following new commits: new d3b7b6f5d4 Various code cleanups

[nongnu] scratch/evil d3b7b6f5d4: Various code cleanups

2023-06-29 Thread Stefan Monnier via
branch: scratch/evil commit d3b7b6f5d408054a766295cb3edd512061030c10 Author: Stefan Monnier Commit: Stefan Monnier Various code cleanups The original motivation was to fix the misuse of `eval` in `evil-delay` by turning it into a macro (name `evil-with-delay`). But it includes

[nongnu] branch scratch/evil deleted (was bb2f3649cd)

2023-06-29 Thread Stefan Monnier via
monnier pushed a change to branch scratch/evil. was bb2f3649cd Various code cleanups This change permanently discards the following revisions: discards bb2f3649cd Various code cleanups

[elpa] externals/org 1b5451a105 1/3: doc/org-manual.org: Reorder sections

2023-06-29 Thread ELPA Syncer
branch: externals/org commit 1b5451a10504ad5d17453e15bba5ea1cb0394399 Author: Matthew Trzcinski Commit: Matthew Trzcinski doc/org-manual.org: Reorder sections org-manual.org: Move the "Exporting to minimal HTML" node from its current section under "Export in Foreign Buffers" (13

[elpa] externals/org updated (5df1ee36ae -> 88c572de25)

2023-06-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 5df1ee36ae org-refile: Fix typo in 94c2c8d92 new 1b5451a105 doc/org-manual.org: Reorder sections new 9da248ccd2 doc/org-manual.org: Remove term "foreign buffer" new 88c572de25 Create aliases for export region fun

[elpa] externals/org 9da248ccd2 2/3: doc/org-manual.org: Remove term "foreign buffer"

2023-06-29 Thread ELPA Syncer
branch: externals/org commit 9da248ccd2e2fb86a37009bb0e672cb8419dc30c Author: Matthew Trzcinski Commit: Matthew Trzcinski doc/org-manual.org: Remove term "foreign buffer" doc/org-manual.org: Change "Export in Foreign Buffers" to "Export Region", replace phrase "foreign buffers"

[elpa] externals/org 88c572de25 3/3: Create aliases for export region functions

2023-06-29 Thread ELPA Syncer
branch: externals/org commit 88c572de25894a7a012eee9c7316998135cf8f13 Author: Matthew Trzcinski Commit: Matthew Trzcinski Create aliases for export region functions lisp/ox-ascii.el: Create alias `org-export-region-to-ascii` for `org-ascii-convert-region-to-ascii`. lisp/ox-h

[elpa] externals/embark-consult updated (281ee5004e -> f2dcfe4d79)

2023-06-29 Thread ELPA Syncer
elpasync pushed a change to branch externals/embark-consult. from 281ee5004e Free up i for embark-insert in more cases adds f2dcfe4d79 Fix bug in embark-collect-mode candidate collector No new revisions were added by this update. Summary of changes: embark.el | 6 -- 1 file ch

[elpa] externals/embark f2dcfe4d79: Fix bug in embark-collect-mode candidate collector

2023-06-29 Thread ELPA Syncer
branch: externals/embark commit f2dcfe4d797a3ab66bb603d5cf441ae1172a672d Author: Omar Antolín Camarena Commit: Omar Antolín Camarena Fix bug in embark-collect-mode candidate collector Embarrassingly this bug has been present since support was added for group-function --- embark.el

[elpa] externals/hyperbole a19a1e1d27: Remove redundant indent property (#352)

2023-06-29 Thread ELPA Syncer
branch: externals/hyperbole commit a19a1e1d278a654aa7a7d27fdcbdd4b5ff01adba Author: Mats Lidell Commit: GitHub Remove redundant indent property (#352) --- ChangeLog | 5 + hbut.el | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5420