[nongnu] elpa/helm 829adf70e3 1/4: Fix error in helm-locate-lib-get-summary

2023-09-22 Thread ELPA Syncer
branch: elpa/helm commit 829adf70e39d1c2c61233c31dc99cd38c81a3205 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix error in helm-locate-lib-get-summary --- helm-lib.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm-lib.el b/helm-lib.el index e2e5c56abb..3

[nongnu] elpa/helm b36b02ee10 4/4: Add a reporter to locate-libs

2023-09-22 Thread ELPA Syncer
branch: elpa/helm commit b36b02ee10a3a2debab28c31dcfc30a53e7cadf1 Author: Thierry Volpiatto Commit: Thierry Volpiatto Add a reporter to locate-libs --- helm-elisp.el | 68 --- 1 file changed, 37 insertions(+), 31 deletions(-) diff --g

[nongnu] elpa/helm-core updated (4b781e229c -> b36b02ee10)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 4b781e229c Merge pull request #2620 from mcarpenter/cygstart adds 829adf70e3 Fix error in helm-locate-lib-get-summary adds fa98cbd196 Compute all descs even if it's longer adds c93e08a100 Don't compute documentatio

[nongnu] elpa/helm c93e08a100 3/4: Don't compute documentation when completions-detailed is nil

2023-09-22 Thread ELPA Syncer
branch: elpa/helm commit c93e08a1001a6484db79a6efb8ced795b759949c Author: Thierry Volpiatto Commit: Thierry Volpiatto Don't compute documentation when completions-detailed is nil --- helm-elisp.el | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/helm-

[nongnu] elpa/helm updated (4b781e229c -> b36b02ee10)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 4b781e229c Merge pull request #2620 from mcarpenter/cygstart new 829adf70e3 Fix error in helm-locate-lib-get-summary new fa98cbd196 Compute all descs even if it's longer new c93e08a100 Don't compute documentation whe

[nongnu] elpa/helm fa98cbd196 2/4: Compute all descs even if it's longer

2023-09-22 Thread ELPA Syncer
branch: elpa/helm commit fa98cbd19648d5548962d4f7f38e890f32d96e15 Author: Thierry Volpiatto Commit: Thierry Volpiatto Compute all descs even if it's longer Once done no process is called again, specially when using a small value for helm-candidate-number-limit. --- helm-elisp.e

[nongnu] elpa/treeview c6888e5f3a: Improved node highlighting

2023-09-22 Thread ELPA Syncer
branch: elpa/treeview commit c6888e5f3aa0d72a7b4db625fcc2a847fd3bb1ce Author: Tilman Rassy Commit: Tilman Rassy Improved node highlighting --- treeview.el | 35 ++- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/treeview.el b/treeview.el index

[nongnu] elpa/inf-ruby 5f42a70063 2/3: make regex a little stricter

2023-09-22 Thread ELPA Syncer
branch: elpa/inf-ruby commit 5f42a70063f980b8922c2a357b40ee48efe3a374 Author: bo-tato <122528427+bo-t...@users.noreply.github.com> Commit: bo-tato <122528427+bo-t...@users.noreply.github.com> make regex a little stricter --- inf-ruby.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[nongnu] elpa/inf-ruby 4714f02bd8 3/3: Merge pull request #174 from bo-tato/fix-ruby-print-result

2023-09-22 Thread ELPA Syncer
branch: elpa/inf-ruby commit 4714f02bd86d354f99b77868fe39a71fa29b774f Merge: 03475ac1cc 5f42a70063 Author: Dmitry Gutov Commit: GitHub Merge pull request #174 from bo-tato/fix-ruby-print-result fix ruby-print-result for pry --- inf-ruby.el | 2 +- 1 file changed, 1 insertion(+), 1

[nongnu] elpa/inf-ruby 4d18cfb726 1/3: fix ruby-print-result for pry

2023-09-22 Thread ELPA Syncer
branch: elpa/inf-ruby commit 4d18cfb726fc4d2e04cb8d0cc71a1e674c8206de Author: bo-tato <122528427+bo-t...@users.noreply.github.com> Commit: bo-tato <122528427+bo-t...@users.noreply.github.com> fix ruby-print-result for pry --- inf-ruby.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[nongnu] elpa/inf-ruby updated (03475ac1cc -> 4714f02bd8)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/inf-ruby. from 03475ac1cc inf-ruby-console-auto: Improve error when no project found new 4d18cfb726 fix ruby-print-result for pry new 5f42a70063 make regex a little stricter new 4714f02bd8 Merge pull request #174 from bo-tato

[nongnu] elpa/geiser 5575975b5a: Use delete-char instead of delete-backward-char.

2023-09-22 Thread ELPA Syncer
branch: elpa/geiser commit 5575975b5a4ff774768f48d6b014d62198b1fe47 Author: Antero Mejr Commit: jao Use delete-char instead of delete-backward-char. The bytecode compiler complains because delete-backward-char is an interactive function. --- elisp/geiser-repl.el | 2 +- 1 file

[nongnu] elpa/sweeprolog be76f2d2c5 1/2: ; Documentation fixes

2023-09-22 Thread ELPA Syncer
branch: elpa/sweeprolog commit be76f2d2c513d0cea21667c7aec265f61bbcefcd Author: Eshel Yaron Commit: Eshel Yaron ; Documentation fixes * sweep.texi (Top, Editing Prolog Code): Mention "Term Replace" in menus. (Main Features, Architecture, Alternatives): Mark as sections rathe

[nongnu] elpa/sweeprolog updated (3fb029a918 -> acb57675b5)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from 3fb029a918 Announce recent changes in NEWS.org and bump version to 0.25.1 new be76f2d2c5 ; Documentation fixes new acb57675b5 ; Improve documentation about shutting down Prolog Summary of changes: sweep.texi| 1

[nongnu] elpa/sweeprolog acb57675b5 2/2: ; Improve documentation about shutting down Prolog

2023-09-22 Thread ELPA Syncer
branch: elpa/sweeprolog commit acb57675b5903778e2f740c624f04f7de4a7d0f0 Author: Eshel Yaron Commit: Eshel Yaron ; Improve documentation about shutting down Prolog * sweeprolog.el (sweeprolog-shutdown): Tweak and make interactive. * sweep.texi (Initialization): Document it, reorg

[elpa] externals/sql-indent e29998f0b3 2/3: fix doc comment warnings reported by Emacs 29.1

2023-09-22 Thread ELPA Syncer
branch: externals/sql-indent commit e29998f0b379ec7d72bf4beea87ba118c4ba0fe7 Author: Alex Harsányi Commit: Alex Harsányi fix doc comment warnings reported by Emacs 29.1 --- sql-indent.el | 57 ++--- 1 file changed, 30 insertions(+), 27 del

[elpa] externals/sql-indent updated (d6f451dc09 -> 323ece64ac)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/sql-indent. from d6f451dc09 Add automated tests for #105 new b79a5faa9c Add support for BEGIN ATOMIC keywords new e29998f0b3 fix doc comment warnings reported by Emacs 29.1 new 323ece64ac Bump version number to 1.7 Summa

[elpa] externals/sql-indent 323ece64ac 3/3: Bump version number to 1.7

2023-09-22 Thread ELPA Syncer
branch: externals/sql-indent commit 323ece64acaac7f27b7806db9dba0757d6e57885 Author: Alex Harsányi Commit: Alex Harsányi Bump version number to 1.7 --- sql-indent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql-indent.el b/sql-indent.el index 93a0cfabea..d1d45e515

[elpa] externals/sql-indent b79a5faa9c 1/3: Add support for BEGIN ATOMIC keywords

2023-09-22 Thread ELPA Syncer
branch: externals/sql-indent commit b79a5faa9c15baefc2eade4cbff172d05bf9fc87 Author: Alex Harsányi Commit: Alex Harsányi Add support for BEGIN ATOMIC keywords ... as well as BEGIN NOT ATOMIC --- sql-indent-test.el | 5 +++ sql-indent.el | 3 +- test-data/pr106-syn.

[nongnu] elpa/geiser 10aad17545 1/2: Add geiser-repl-superparen-mode minor mode.

2023-09-22 Thread ELPA Syncer
branch: elpa/geiser commit 10aad175451ba020cacb1a79253fec93d2021bf0 Author: Antero Mejr Commit: jao Add geiser-repl-superparen-mode minor mode. Disabled by default. Adds new custom variables "geiser-repl-superparen-character" and "geiser-repl-superparen-mode-p". --- elisp/geise

[nongnu] elpa/geiser updated (d743a8cd1d -> 6d106be167)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/geiser. from d743a8cd1d new version: require emacs 27.1 new 10aad17545 Add geiser-repl-superparen-mode minor mode. new 6d106be167 Formatting nits Summary of changes: elisp/geiser-mode.el | 2 ++ elisp/geiser-repl.el | 49 ++

[nongnu] elpa/geiser 6d106be167 2/2: Formatting nits

2023-09-22 Thread ELPA Syncer
branch: elpa/geiser commit 6d106be16772e777c5bbb2c22750a344a21ff116 Author: jao Commit: jao Formatting nits --- elisp/geiser-repl.el | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el index 5f2743e3ab..a8b7a0a31d

[nongnu] elpa/sweeprolog updated (526c1fae14 -> 3fb029a918)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/sweeprolog. from 526c1fae14 Announce recent changes in NEWS.org and bump version to 0.25.0 new 1effbd3c95 ADDED: new command 'sweeprolog-query-replace-term' new 3fb029a918 Announce recent changes in NEWS.org and bump version to 0.25.

[nongnu] elpa/sweeprolog 3fb029a918 2/2: Announce recent changes in NEWS.org and bump version to 0.25.1

2023-09-22 Thread ELPA Syncer
branch: elpa/sweeprolog commit 3fb029a918ebce83f541085b859966441317deef Author: Eshel Yaron Commit: Eshel Yaron Announce recent changes in NEWS.org and bump version to 0.25.1 --- NEWS.org | 16 sweep.texi| 4 ++-- sweeprolog.el | 2 +- 3 files changed, 19 inserti

[nongnu] elpa/sweeprolog 1effbd3c95 1/2: ADDED: new command 'sweeprolog-query-replace-term'

2023-09-22 Thread ELPA Syncer
branch: elpa/sweeprolog commit 1effbd3c95edbb3dbfe4131f86d0f8813835e3ab Author: Eshel Yaron Commit: Eshel Yaron ADDED: new command 'sweeprolog-query-replace-term' This patch extends the Term Search infrastructure to support search-and-replace operations. Namely, we replace the

[nongnu] elpa/helm 4b781e229c 2/2: Merge pull request #2620 from mcarpenter/cygstart

2023-09-22 Thread ELPA Syncer
branch: elpa/helm commit 4b781e229c1872c674f77d695530241abba988f0 Merge: a2f829e85b 81bfb239d5 Author: Thierry Volpiatto Commit: GitHub Merge pull request #2620 from mcarpenter/cygstart Cygwin compatibility for helm-open-file-with-default-tool --- helm-utils.el | 4 +++- 1 file cha

[nongnu] elpa/helm 81bfb239d5 1/2: Cygwin compatibility for helm-open-file-with-default-tool

2023-09-22 Thread ELPA Syncer
branch: elpa/helm commit 81bfb239d5af0e861b453356d015c6d0cdac7f3d Author: Martin Carpenter Commit: Martin Carpenter Cygwin compatibility for helm-open-file-with-default-tool Fixes #2619 Cygwin also provides an xdg-open(1) (from xdg-utils in X11) but cygstart(1) (from cy

[nongnu] elpa/helm-core updated (a2f829e85b -> 4b781e229c)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from a2f829e85b Fix sentinel in locate-library adds 81bfb239d5 Cygwin compatibility for helm-open-file-with-default-tool adds 4b781e229c Merge pull request #2620 from mcarpenter/cygstart No new revisions were added by this up

[nongnu] elpa/dracula-theme 3b68952243: Alphabetically sort ansi-colors and use purple for blue (as in term-*)

2023-09-22 Thread ELPA Syncer
branch: elpa/dracula-theme commit 3b689522435845df0f85dbee4cbad1e035d356df Author: Étienne Deparis Commit: Étienne Deparis Alphabetically sort ansi-colors and use purple for blue (as in term-*) --- dracula-theme.el | 32 1 file changed, 16 insertions(+), 16

[elpa] externals/altcaps updated (61e7bc7d55 -> aee1fb74ac)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/altcaps. from 61e7bc7d55 Tweak how characters are checked for letter casing new 5c52ae6f7c Do not use vectors and characters in altcaps-transform new ecc9003385 Deprecate 'altcaps-replace'; change it to 'altcaps-replace-region'

[elpa] externals/altcaps 2643e7b123 07/10: Update link to mailing list

2023-09-22 Thread ELPA Syncer
branch: externals/altcaps commit 2643e7b1239daa8cfe33f8c2b0dd89fe03b29625 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update link to mailing list --- README.org | 3 ++- altcaps.el | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org i

[elpa] externals/altcaps ecc9003385 02/10: Deprecate 'altcaps-replace'; change it to 'altcaps-replace-region'

2023-09-22 Thread ELPA Syncer
branch: externals/altcaps commit ecc9003385899d52cc8571b4de5601df2155694f Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Deprecate 'altcaps-replace'; change it to 'altcaps-replace-region' --- altcaps.el | 36 1 file changed, 20 insertions(+), 16

[elpa] externals/altcaps 6387f0483f 08/10: Update package Commentary in accordance with commit c5fc696

2023-09-22 Thread ELPA Syncer
branch: externals/altcaps commit 6387f0483f0caa0abacb2a8d279234b5b82d3169 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update package Commentary in accordance with commit c5fc696 --- altcaps.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/altcaps

[elpa] externals/altcaps 153329a7c8 09/10: Update to altcaps version 1.2.0

2023-09-22 Thread ELPA Syncer
branch: externals/altcaps commit 153329a7c88ef9991c272473257618940d95448b Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update to altcaps version 1.2.0 --- CHANGELOG.org | 100 ++ README.org| 6 ++-- altcaps.el| 2

[elpa] externals/altcaps aee1fb74ac 10/10: Clarify statement in the README

2023-09-22 Thread ELPA Syncer
branch: externals/altcaps commit aee1fb74ac8f35ea27db1003f60ea6429f2686bc Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify statement in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd36a5dbb..1b1baf7

[elpa] externals/altcaps 885003e6b9 03/10: Remove outdated reference from the manual

2023-09-22 Thread ELPA Syncer
branch: externals/altcaps commit 885003e6b9920c015e9fca3a7361464dda29b909 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Remove outdated reference from the manual --- README.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.org b/README.org index f6cec88dc6..71fa391ee

[elpa] externals/altcaps 75bbe67959 06/10: Update wording in README.md

2023-09-22 Thread ELPA Syncer
branch: externals/altcaps commit 75bbe67959cb41a4501f1d427fe92342a02594f5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update wording in README.md --- README.md | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 38b9f977b1..dd

[elpa] externals/altcaps c5fc696916 05/10: BREAKING make altcaps-force-character-casing value be a string, not character

2023-09-22 Thread ELPA Syncer
branch: externals/altcaps commit c5fc69691656cec22f156dba446135fcc8e96da0 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou BREAKING make altcaps-force-character-casing value be a string, not character --- README.org | 14 +++--- altcaps.el | 9 + 2 files changed, 12

[elpa] externals/altcaps 896b1ea91e 04/10: Clarify that altcaps-transform enforces altcaps-force-character-casing

2023-09-22 Thread ELPA Syncer
branch: externals/altcaps commit 896b1ea91e54a668c2e428825634f39c40a45383 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Clarify that altcaps-transform enforces altcaps-force-character-casing --- altcaps.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/altc

[elpa] externals/altcaps 5c52ae6f7c 01/10: Do not use vectors and characters in altcaps-transform

2023-09-22 Thread ELPA Syncer
branch: externals/altcaps commit 5c52ae6f7c2eeaeb23fe2866b61d06cd235c1402 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Do not use vectors and characters in altcaps-transform --- altcaps.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/altcaps.el b/al

[elpa] externals/gnat-compiler 9db5c393ee: Release version 1.0.3

2023-09-22 Thread Stephen Leake
branch: externals/gnat-compiler commit 9db5c393ee0f9694e83305ef8b0b1e37f0560111 Author: Stephen Leake Commit: Stephen Leake Release version 1.0.3 * NEWS: Version. * gnat-compiler.el (wisi-compiler-fix-error): Remove unwind-protect; not needed. * gnat-xref.el: U

[nongnu] elpa/org-contrib 1b7df17b3d: * lisp/org-collector.el: Fix compiler warnings

2023-09-22 Thread ELPA Syncer
branch: elpa/org-contrib commit 1b7df17b3d0937ead2b476e8b4c7eeb6fcf7b490 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/org-collector.el: Fix compiler warnings (org-dblock-write:propview): let-bind undefined variables. --- lisp/org-collector.el | 2 +- 1 file changed, 1 inser

[nongnu] elpa/helm a2f829e85b 2/2: Fix sentinel in locate-library

2023-09-22 Thread ELPA Syncer
branch: elpa/helm commit a2f829e85bd09874f40ed66061c6e1b517004529 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix sentinel in locate-library --- helm-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-lib.el b/helm-lib.el index 14e79e1c80..e2e5c56abb

[nongnu] elpa/helm ea4c9cc61e 1/2: Fix helm-read-repeat-string prompt and docstring

2023-09-22 Thread ELPA Syncer
branch: elpa/helm commit ea4c9cc61e5d3d37c3338a627b6951e9e50a95e7 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix helm-read-repeat-string prompt and docstring --- helm-utils.el | 21 + 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/helm-utils.el b

[nongnu] elpa/magit-section updated (84eaa203f3 -> b4c6744d0d)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 84eaa203f3 Use seq-keep instead of delq and mapcar adds 75d2d817a2 Require seq explicitly adds b4c6744d0d magit-section.el: Rearrange require forms No new revisions were added by this update. Summary of changes: li

[nongnu] elpa/magit updated (84eaa203f3 -> b4c6744d0d)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 84eaa203f3 Use seq-keep instead of delq and mapcar adds 75d2d817a2 Require seq explicitly adds b4c6744d0d magit-section.el: Rearrange require forms No new revisions were added by this update. Summary of changes: lisp/magit

[nongnu] elpa/helm-core updated (89fb29c93f -> a2f829e85b)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 89fb29c93f Add key description in symbol affixation adds ea4c9cc61e Fix helm-read-repeat-string prompt and docstring adds a2f829e85b Fix sentinel in locate-library No new revisions were added by this update. Summary of

[nongnu] elpa/helm updated (89fb29c93f -> a2f829e85b)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 89fb29c93f Add key description in symbol affixation new ea4c9cc61e Fix helm-read-repeat-string prompt and docstring new a2f829e85b Fix sentinel in locate-library Summary of changes: helm-lib.el | 4 ++-- helm-utils.el

[nongnu] elpa/git-commit b4c6744d0d 2/2: magit-section.el: Rearrange require forms

2023-09-22 Thread ELPA Syncer
branch: elpa/git-commit commit b4c6744d0d56d7b4777a02d2aa61a3f3f8e016d4 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-section.el: Rearrange require forms The intention is to use the exact same block of require forms for essential libraries as used in other magit librarie

[nongnu] elpa/git-commit updated (84eaa203f3 -> b4c6744d0d)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 84eaa203f3 Use seq-keep instead of delq and mapcar new 75d2d817a2 Require seq explicitly new b4c6744d0d magit-section.el: Rearrange require forms Summary of changes: lisp/magit-base.el| 1 + lisp/magit-libgit.el

[nongnu] elpa/git-commit 75d2d817a2 1/2: Require seq explicitly

2023-09-22 Thread ELPA Syncer
branch: elpa/git-commit commit 75d2d817a2a6fec596593bb27fc7dced76cae38c Author: Jonas Bernoulli Commit: Jonas Bernoulli Require seq explicitly It is not autoloaded. Re #5011. --- lisp/magit-base.el| 1 + lisp/magit-libgit.el | 1 + lisp/magit-section.el | 1 + 3 files changed

[elpa] externals/org 4d0f89672a: * lisp/ob-maxima.el: Document all the function arguments

2023-09-22 Thread ELPA Syncer
branch: externals/org commit 4d0f89672ab1c3f70724538f19be4ec65f2cf123 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ob-maxima.el: Document all the function arguments (org-babel-maxima-expand): (org-babel-execute:maxima): (org-babel-maxima-var-to-maxima): Document all

[nongnu] elpa/eat 3f4d4a9c36: Skip comments in Bash history file

2023-09-22 Thread ELPA Syncer
branch: elpa/eat commit 3f4d4a9c36526e82ee0c84ae312d95291699ac19 Author: Akib Azmain Turja Commit: Akib Azmain Turja Skip comments in Bash history file * eat.el (eat--prompt-populate-input-ring): Skip Bash history comments. * eat.el: Add Compat as dependency; some functions

[nongnu] elpa/cider 95d8facd9a: Use cider-nrepl 0.38.1 (#3476)

2023-09-22 Thread ELPA Syncer
branch: elpa/cider commit 95d8facd9a94aa723c9a11e5061ed0e109541b55 Author: vemv Commit: GitHub Use cider-nrepl 0.38.1 (#3476) https://github.com/clojure-emacs/cider-nrepl/blob/v0.38.1/CHANGELOG.md#0381-2023-09-21 https://clojars.org/cider/cider-nrepl/versions/0.38.1 --- CHANGE

[elpa] externals/org d73d85b05e 1/2: * lisp/ob-makefile.el (org-babel-execute:makefile): Document function args

2023-09-22 Thread ELPA Syncer
branch: externals/org commit d73d85b05e56eab6eabba939436920c7b8222af2 Author: Ihor Radchenko Commit: Ihor Radchenko * lisp/ob-makefile.el (org-babel-execute:makefile): Document function args --- lisp/ob-makefile.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/o

[elpa] externals/org 7efd5bba0a 2/2: org-element-cache: Add switch to verify cache before writing to disk

2023-09-22 Thread ELPA Syncer
branch: externals/org commit 7efd5bba0a061ee4016d39518a4f7c8533c809b3 Author: Ihor Radchenko Commit: Ihor Radchenko org-element-cache: Add switch to verify cache before writing to disk * lisp/org-element.el (org-element--cache-self-verify-before-persisting): New internal var

[elpa] externals/org updated (266aac1186 -> 7efd5bba0a)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 266aac1186 org-element--cache-persist-before-write: Warn when writing incorrect cache new d73d85b05e * lisp/ob-makefile.el (org-babel-execute:makefile): Document function args new 7efd5bba0a org-element-cache: Add swit

[elpa] externals/greader 19b094782c: Version 0.4.1

2023-09-22 Thread ELPA Syncer
branch: externals/greader commit 19b094782c7706d684017d9dd456786245fc0b82 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Version 0.4.1 --- greader.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greader.el b/greader.el index e5aba042f0..c9043ef3d7 10064

[elpa] externals/do-at-point 9f59dd6520 2/2: Improve navigation when not on a thing

2023-09-22 Thread ELPA Syncer
branch: externals/do-at-point commit 9f59dd6520f4417bd50efe32f4f35ecfc6bbea17 Author: Philip Kaludercic Commit: Philip Kaludercic Improve navigation when not on a thing --- do-at-point.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/do-at-point.el b/do-at

[elpa] externals/do-at-point b63e279932 1/2: Note inspirations in "Commentary" section

2023-09-22 Thread ELPA Syncer
branch: externals/do-at-point commit b63e279932a799e6177a644dc4a2dfc4d9d6f089 Author: Philip Kaludercic Commit: Philip Kaludercic Note inspirations in "Commentary" section --- do-at-point.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/do-at-point.el b/do-at-point.el index 25bad6f6

[elpa] externals/do-at-point updated (7408882caf -> 9f59dd6520)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/do-at-point. from 7408882caf Revert "Leave 'do-at-point--mode' if there is no thing at point" new b63e279932 Note inspirations in "Commentary" section new 9f59dd6520 Improve navigation when not on a thing Summary of changes: d

[nongnu] elpa/hyperdrive d2413785b0 4/4: Comment: Add TODO

2023-09-22 Thread ELPA Syncer
branch: elpa/hyperdrive commit d2413785b0d973f946266263ce91d7067de0d8ff Author: Joseph Turner Commit: Joseph Turner Comment: Add TODO --- hyperdrive.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyperdrive.el b/hyperdrive.el index cc2c68df00..2f7e905945 100644 --- a/hyperdrive.e

[nongnu] elpa/hyperdrive 69cbe16826 2/4: Change: (hyperdrive-fill-latest-version) Fix docstring

2023-09-22 Thread ELPA Syncer
branch: elpa/hyperdrive commit 69cbe1682696eabdd028d3dd7cc9eeedfe512053 Author: Joseph Turner Commit: Joseph Turner Change: (hyperdrive-fill-latest-version) Fix docstring --- hyperdrive-lib.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyperdrive-lib.el b/hype

[nongnu] elpa/hyperdrive 8282225cff 3/4: Comment: Add TODO

2023-09-22 Thread ELPA Syncer
branch: elpa/hyperdrive commit 8282225cff163b82e5deef942b637b09ba05f966 Author: Joseph Turner Commit: Joseph Turner Comment: Add TODO --- hyperdrive.el | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperdrive.el b/hyperdrive.el index ecdd5a00bc..cc2c68df00 100644 --- a/hyperdrive.el +

[nongnu] elpa/hyperdrive 366e21fc4f 1/4: Change/Fix: (hyperdrive-delete) Update version info in callback

2023-09-22 Thread ELPA Syncer
branch: elpa/hyperdrive commit 366e21fc4f8d72f9a0ce8568d66bd25dc863f366 Author: Joseph Turner Commit: Joseph Turner Change/Fix: (hyperdrive-delete) Update version info in callback --- hyperdrive-lib.el | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/

[nongnu] elpa/hyperdrive updated (9e34eb28d1 -> d2413785b0)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch elpa/hyperdrive. from 9e34eb28d1 Tidy: (hyperdrive--clean-buffer) Use delete-all-overlays new 366e21fc4f Change/Fix: (hyperdrive-delete) Update version info in callback new 69cbe16826 Change: (hyperdrive-fill-latest-version) Fix docstring

[nongnu] elpa/dracula-theme dabe749040: Improve ansi-colors

2023-09-22 Thread ELPA Syncer
branch: elpa/dracula-theme commit dabe74904036717b06546c382df6e77a28921cff Author: Étienne Deparis Commit: Étienne Deparis Improve ansi-colors --- dracula-theme.el | 34 +++--- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/dracula-theme.el b/dra

[nongnu] elpa/cider 147055a558: Fix C-j keybinding in cider scratch buffer (#3475)

2023-09-22 Thread ELPA Syncer
branch: elpa/cider commit 147055a5583e0192358b2ccb1aa8ba5accdbaab5 Author: p4v4n Commit: GitHub Fix C-j keybinding in cider scratch buffer (#3475) C-j is bound to a different function in newer versions of paredit. --- cider-scratch.el | 1 + 1 file changed, 1 insertion(+) diff --g

[elpa] externals/modus-themes updated (fe08a02c4c -> daf689493e)

2023-09-22 Thread ELPA Syncer
elpasync pushed a change to branch externals/modus-themes. from fe08a02c4c Update to modus-themes version 4.3.0 new 69b67b77af Add section in the manual with modus-themes-to-toggle new 3f5953b17b Reword statement in the manual new 6b2e660e14 Fix markup in the CHANGEL

[elpa] externals/modus-themes 084f88bea0 4/5: Add clarifications to the "Enable and Load" section of the manual

2023-09-22 Thread ELPA Syncer
branch: externals/modus-themes commit 084f88bea02b4cff78b31536ef1954e1eb32f225 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add clarifications to the "Enable and Load" section of the manual I am doing this after realising it could be improved, thanks to the comment/qu

[elpa] externals/modus-themes daf689493e 5/5: Recompile Info manual

2023-09-22 Thread ELPA Syncer
branch: externals/modus-themes commit daf689493e203f9b97211c4c13d472ebd7a9a0b7 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Recompile Info manual --- doc/modus-themes.info | 386 +- 1 file changed, 222 insertions(+), 164 deletions(-

[elpa] externals/modus-themes 6b2e660e14 3/5: Fix markup in the CHANGELOG

2023-09-22 Thread ELPA Syncer
branch: externals/modus-themes commit 6b2e660e14760b2c4eec1c9ca1be14154789943c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Fix markup in the CHANGELOG --- CHANGELOG.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 0258ba

[elpa] externals/modus-themes 3f5953b17b 2/5: Reword statement in the manual

2023-09-22 Thread ELPA Syncer
branch: externals/modus-themes commit 3f5953b17b1463f3cce9855f2ee10e0b4335faf5 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reword statement in the manual --- doc/modus-themes.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modus-themes.org b/doc/modus

[elpa] externals/modus-themes 69b67b77af 1/5: Add section in the manual with modus-themes-to-toggle

2023-09-22 Thread ELPA Syncer
branch: externals/modus-themes commit 69b67b77af8b84f6bc2e4c8016c56aa04d3fa0e8 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add section in the manual with modus-themes-to-toggle --- doc/modus-themes.org | 35 +++ 1 file changed, 31 insertions(+), 4