[elpa] externals/greader 6ead65c448 2/7: Headers and initial commentary added.

2024-04-30 Thread ELPA Syncer
branch: externals/greader commit 6ead65c448bc967f6154f521ee2cb59aa3f1a292 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Headers and initial commentary added. --- greader-audiobook.el | 56 1 file changed, 56 insertions(+)

[elpa] externals/greader e3983a5920 1/7: Greader-audiobook mode started.

2024-04-30 Thread ELPA Syncer
branch: externals/greader commit e3983a5920c438e4a89a777901d8be0bb17237ce Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Greader-audiobook mode started. --- greader-audiobook.el | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/greader-audiobook.el b/greader-

[elpa] externals/greader 19c324134a 3/7: Command `greader-get-rate' added.

2024-04-30 Thread ELPA Syncer
branch: externals/greader commit 19c324134ab0a662e4f582f98a2a7402e4ad912b Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Command `greader-get-rate' added. This command has to be supported at backend level, so a back-end that want to support this feature has to imp

[elpa] externals/greader 18f96fae7f 4/7: greader.el: fixed backends.

2024-04-30 Thread ELPA Syncer
branch: externals/greader commit 18f96fae7f8d6e26c9893189018b93219625ed02 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez greader.el: fixed backends. Now back-ends are interely responsible for their punctuation levels, as it should have been from the beginning. ---

[elpa] externals/greader 336b9b3608 7/7: Greader version 0.9.21

2024-04-30 Thread ELPA Syncer
branch: externals/greader commit 336b9b3608cf24c7cd20f7d32e2fe05e3c9f5150 Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Greader version 0.9.21 --- greader.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greader.el b/greader.el index 7d91a743f3..5b40262

[elpa] externals/greader updated (c277fd3e2f -> 336b9b3608)

2024-04-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/greader. from c277fd3e2f Greader: debug fixed. new e3983a5920 Greader-audiobook mode started. new 6ead65c448 Headers and initial commentary added. new 19c324134a Command `greader-get-rate' added. new 18f96fae7f gre

[elpa] externals/greader 8456eb5ed9 6/7: greader-speechd.el: Option `greader-speechd-handle-server'

2024-04-30 Thread ELPA Syncer
branch: externals/greader commit 8456eb5ed9695172f09c47df8320644d9ecf Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez greader-speechd.el: Option `greader-speechd-handle-server' implemented. This is, i hope, only a workaround while i discover the real problem

[elpa] externals/greader aba3f33080 5/7: Merge branch 'master' into personal

2024-04-30 Thread ELPA Syncer
branch: externals/greader commit aba3f330803ccc2eb2829e710d170bc9ffec4a05 Merge: 18f96fae7f c277fd3e2f Author: Michelangelo Rodriguez Commit: Michelangelo Rodriguez Merge branch 'master' into personal --- greader.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/greader

[elpa] externals/org badb09d679 2/4: org-ctags.el: Do not activate on load

2024-04-30 Thread ELPA Syncer
branch: externals/org commit badb09d679d7cde07e29b6c5fa7b52a0c24cb2f5 Author: Max Nikulin Commit: Ihor Radchenko org-ctags.el: Do not activate on load * etc/ORG-NEWS: Announce the change breaking for `org-ctags' users and provide init file code to enable the feature. * lisp/

[elpa] externals/org 0f0019e326 3/4: org-ctags.el: Protect shell specials in directory name

2024-04-30 Thread ELPA Syncer
branch: externals/org commit 0f0019e326ad48c93d6ede55bf12dfcf9a756997 Author: Max Nikulin Commit: Ihor Radchenko org-ctags.el: Protect shell specials in directory name * lisp/org-ctags.el (org-ctags-create-tags): Escape shell specials. Directory name (the argument or `defau

[elpa] externals/org 735334445f 1/4: org-ctags.el: Define unload function

2024-04-30 Thread ELPA Syncer
branch: externals/org commit 735334445f8348573845d3c82b408ca9f3bcfa5b Author: Max Nikulin Commit: Ihor Radchenko org-ctags.el: Define unload function * lisp/org-ctags.el (org-ctags-unload-function): New function to cleanup during `unload-feature' call. (org-ctags--open-link-

[elpa] externals/org 3c01767f7e 4/4: test-org-ctags.el: Test escaping of shell arguments

2024-04-30 Thread ELPA Syncer
branch: externals/org commit 3c01767f7eff4b15b34b8fda11bdc5b12c15e425 Author: Max Nikulin Commit: Ihor Radchenko test-org-ctags.el: Test escaping of shell arguments * testing/lisp/test-org-ctags.el (test-org-ctags/create-tags-escape): A new test that tag regexp and directory nam

[elpa] externals/org updated (3e11b2eb88 -> 3c01767f7e)

2024-04-30 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 3e11b2eb88 org-make-tags-matcher: Byte-compile the returned function new 735334445f org-ctags.el: Define unload function new badb09d679 org-ctags.el: Do not activate on load new 0f0019e326 org-ctags.el: Protect s

[elpa] externals/emms a330e64c21: * emms-cue.el: Use completing-read to jump to tracks in cue file

2024-04-30 Thread ELPA Syncer
branch: externals/emms commit a330e64c212a1bf1e538be8e4615dd57a3e5191d Author: Yoni Rabkin Commit: Yoni Rabkin * emms-cue.el: Use completing-read to jump to tracks in cue file Patch by Akito Mikami --- AUTHORS | 1 + emms-cue.el | 42 --

[elpa] externals/org c6bbde4c78: test-org-ctags: Fix CI failures

2024-04-30 Thread ELPA Syncer
branch: externals/org commit c6bbde4c78559379d05a42d01da0405ef5e5710e Author: Max Nikulin Commit: Ihor Radchenko test-org-ctags: Fix CI failures * testing/lisp/test-org-ctags.el (test-org-ctags/with-fake-ctags): Do not use function name not compatible with dash. --- testing/lis

[nongnu] elpa/evil 8d3da0c404: Don't mutate register when stripping test props during paste

2024-04-30 Thread ELPA Syncer
branch: elpa/evil commit 8d3da0c404d058b73949c32763b0e34f92f76f0e Author: Tom Dalziel Commit: Tom Dalziel <33435574+tomd...@users.noreply.github.com> Don't mutate register when stripping test props during paste Fixes an issue noticed while triaging #1894 --- evil-commands.el | 14 ++

[nongnu] elpa/moe-theme 6df0d99a1a: fix invalid `:style none` :box properties

2024-04-30 Thread ELPA Syncer
branch: elpa/moe-theme commit 6df0d99a1a2006b218282f15d84609b88478ca7a Author: dalu Commit: クエン酸 fix invalid `:style none` :box properties `none` is no longer a valid value for :box's :style attribute, as of recent commits of Emacs HEAD. --- moe-dark-theme.el | 4 ++-- moe-lig

[elpa] externals/consult d84bbc1ea6: Fix issues link (#1008)

2024-04-30 Thread ELPA Syncer
branch: externals/consult commit d84bbc1ea6ae4f85204c22102cbc4e54accbb9c4 Author: Burgess Chang Commit: GitHub Fix issues link (#1008) Signed-off-by: Burgess Chang --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index e4b2

[nongnu] elpa/evil b6629aef2c 1/3: Remove evil--visual-eol-anchored

2024-04-30 Thread ELPA Syncer
branch: elpa/evil commit b6629aef2c196a6910b9fcdefad2c34b4cf4f0c1 Author: Axel Forsman Commit: Axel Forsman Remove evil--visual-eol-anchored There already exists a method for sticking to EOL: Setting temporary-goal-column to most-positive-fixnum. As such, there is no need fo

[nongnu] elpa/evil 55f29f07e3 2/3: Small cleanups

2024-04-30 Thread ELPA Syncer
branch: elpa/evil commit 55f29f07e31c408931e3569066c2050c48dd882b Author: Axel Forsman Commit: Axel Forsman Small cleanups --- evil-commands.el | 45 + evil-common.el | 36 ++-- evil-macros.el | 17 +++--

[nongnu] elpa/evil updated (8d3da0c404 -> f564ffa3ca)

2024-04-30 Thread ELPA Syncer
elpasync pushed a change to branch elpa/evil. from 8d3da0c404 Don't mutate register when stripping test props during paste new b6629aef2c Remove evil--visual-eol-anchored new 55f29f07e3 Small cleanups new f564ffa3ca Define documentation dependencies Summary of cha

[nongnu] elpa/evil f564ffa3ca 3/3: Define documentation dependencies

2024-04-30 Thread ELPA Syncer
branch: elpa/evil commit f564ffa3ca33cbcdc24218906dc95566f679d1b1 Author: Axel Forsman Commit: Axel Forsman Define documentation dependencies Read the Docs stopped installing spinx-rtd-theme by default, which broke documentation builds. This commit fixes that by pinning the

[nongnu] elpa/helm fa1b2f3fca 2/5: Fix rsync svg progress bar precision

2024-04-30 Thread ELPA Syncer
branch: elpa/helm commit fa1b2f3fca3929c081e777655d4af97c3f9f0ae5 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix rsync svg progress bar precision --- helm-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-files.el b/helm-files.el index 3154d6c79c..b6

[nongnu] elpa/helm updated (21a3a3327e -> 9be9829a90)

2024-04-30 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm. from 21a3a3327e Allow customizing the rsync progress bar new 5a2e18dfe7 Provide the rsync SVG progress bar fn new fa1b2f3fca Fix rsync svg progress bar precision new fc443cdacc Use black/white as defaul color for svg PB

[nongnu] elpa/helm f1930b1486 4/5: Fix helm-current-buffer when resuming

2024-04-30 Thread ELPA Syncer
branch: elpa/helm commit f1930b14866586112434c18c8049caadf2f8a286 Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix helm-current-buffer when resuming --- helm-core.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-core.el b/helm-core.el index dad3c412d9

[nongnu] elpa/helm fc443cdacc 3/5: Use black/white as defaul color for svg PB

2024-04-30 Thread ELPA Syncer
branch: elpa/helm commit fc443cdaccd178d1a2b680d9b8cf397a7a85fc72 Author: Thierry Volpiatto Commit: Thierry Volpiatto Use black/white as defaul color for svg PB --- helm-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-files.el b/helm-files.el index b60e38d2

[nongnu] elpa/helm 5a2e18dfe7 1/5: Provide the rsync SVG progress bar fn

2024-04-30 Thread ELPA Syncer
branch: elpa/helm commit 5a2e18dfe7424df2e844d6595600115d617149a4 Author: Thierry Volpiatto Commit: Thierry Volpiatto Provide the rsync SVG progress bar fn --- helm-files.el | 34 +++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/helm-files.el

[nongnu] elpa/hyperdrive 805180751d 10/11: Tidy: Compilation warning

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit 805180751dd0ca0b975ddb5c38b1e044aa0f9740 Author: Adam Porter Commit: Adam Porter Tidy: Compilation warning --- hyperdrive-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index bf79874922..b795b34

[nongnu] elpa/hyperdrive 0b754b36b7 04/11: Move defun to avoid compilation error

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit 0b754b36b73bfca7d7326f8c8f7871c0283a32fa Author: Joseph Turner Commit: Joseph Turner Move defun to avoid compilation error --- hyperdrive-lib.el | 4 hyperdrive-org.el | 4 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hyperdrive-lib

[nongnu] elpa/hyperdrive dd570c4591 05/11: Meta: Update copyright notice

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit dd570c4591c73e6bbe4386acd7b221876ac9d887 Author: Joseph Turner Commit: Joseph Turner Meta: Update copyright notice --- hyperdrive-describe.el | 2 +- hyperdrive-diff.el | 2 +- hyperdrive-dir.el | 2 +- hyperdrive-ewoc.el | 2 +- hyperdrive-histor

[nongnu] elpa/hyperdrive afb04553fc 01/11: Tidy: Split h/org--element-entry out from h/org--link-entry-at-point

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit afb04553fcf096aebc8a35598532aeb984827f0d Author: Joseph Turner Commit: Joseph Turner Tidy: Split h/org--element-entry out from h/org--link-entry-at-point This allows h/org--element-entry to be called with an Org link element context which has been

[nongnu] elpa/hyperdrive 24064d9de6 03/11: Fix: Don't remove "::" from non-Org link targets

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit 24064d9de677b8b2f0ae1abc9db78195257250c8 Author: Joseph Turner Commit: Joseph Turner Fix: Don't remove "::" from non-Org link targets --- hyperdrive-lib.el | 9 ++--- hyperdrive-org.el | 4 2 files changed, 10 insertions(+), 3 deletions(-) diff --git

[nongnu] elpa/hyperdrive ce814a8d4c 09/11: Add/Change: (h//find-buffer-visiting)

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit ce814a8d4c81c21e94cc2537db7900f27e6d437b Author: Adam Porter Commit: Adam Porter Add/Change: (h//find-buffer-visiting) --- hyperdrive-lib.el | 21 - hyperdrive.el | 18 -- 2 files changed, 16 insertions(+), 23 deletions(

[nongnu] elpa/hyperdrive updated (d10b6524bc -> 59b7dcf10b)

2024-04-30 Thread ELPA Syncer
elpasync pushed a change to branch elpa/hyperdrive. from d10b6524bc Meta: Update changelog new afb04553fc Tidy: Split h/org--element-entry out from h/org--link-entry-at-point new 4b89ff6a04 Docs: Clarify storing org links new 24064d9de6 Fix: Don't remove "::" from n

[nongnu] elpa/hyperdrive bdf2fa244a 06/11: Meta: Add to dictionary

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit bdf2fa244a1a1dc0a953f7967ff997e146643165 Author: Joseph Turner Commit: Joseph Turner Meta: Add to dictionary --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 5ba88fb009..65d6493da8 100

[nongnu] elpa/hyperdrive 4b89ff6a04 02/11: Docs: Clarify storing org links

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit 4b89ff6a04faf925b91f9e5496b192414eb2ebed Author: Joseph Turner Commit: Joseph Turner Docs: Clarify storing org links --- doc/hyperdrive.org | 5 +++-- doc/hyperdrive.texi | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/hyperdrive

[nongnu] elpa/hyperdrive 929d9dd486 07/11: Meta: Update changelog

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit 929d9dd4869ed2b79bffaca6f9e3d63691513e4a Author: Joseph Turner Commit: Joseph Turner Meta: Update changelog --- CHANGELOG.org | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 04aee796b6..f78c7fe4cd 100644 --- a/CHANG

[nongnu] elpa/helm-core updated (21a3a3327e -> 9be9829a90)

2024-04-30 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 21a3a3327e Allow customizing the rsync progress bar adds 5a2e18dfe7 Provide the rsync SVG progress bar fn adds fa1b2f3fca Fix rsync svg progress bar precision adds fc443cdacc Use black/white as defaul color for svg

[nongnu] elpa/hyperdrive 02b77f7f4f 08/11: Merge branch 'org-transclusion'

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit 02b77f7f4f82abc8916d13488cd022f07509e7c8 Merge: d10b6524bc 929d9dd486 Author: Joseph Turner Commit: Joseph Turner Merge branch 'org-transclusion' --- .dir-locals.el | 2 +- CHANGELOG.org | 5 + doc/hyperdrive.org | 5 +++-- doc/hype

[nongnu] elpa/hyperdrive 59b7dcf10b 11/11: Fix: (h//find-buffer-visiting) Take first buffer

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit 59b7dcf10b802f595c58be9301d923b28fb5123c Author: Adam Porter Commit: Adam Porter Fix: (h//find-buffer-visiting) Take first buffer --- hyperdrive-lib.el | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hyperdrive-lib.el b/hyperdri

[nongnu] elpa/helm 9be9829a90 5/5: Fix wording issue with "actually"

2024-04-30 Thread ELPA Syncer
branch: elpa/helm commit 9be9829a90edb6145c623348cfd80aa55dbbd9fc Author: Thierry Volpiatto Commit: Thierry Volpiatto Fix wording issue with "actually" --- helm-core.el| 4 ++-- helm-dabbrev.el | 2 +- helm-files.el | 4 ++-- helm-grep.el| 4 ++-- helm-help.el| 4 ++-- helm-mo

[elpa] externals/idlwave e65a0676cb: variables: require browse-url

2024-04-30 Thread ELPA Syncer
branch: externals/idlwave commit e65a0676cb959d30df530f5a30d996d6bb06e617 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com> variables: require browse-url --- idlw-variables.el | 3 +++ 1 file changed, 3 insertions(+) diff --

[elpa] externals/org-modern 5393edbb5a: Update org-modern-fold-stars

2024-04-30 Thread ELPA Syncer
branch: externals/org-modern commit 5393edbb5a078348d0eea5723868c35be3e73494 Author: Daniel Mendler Commit: Daniel Mendler Update org-modern-fold-stars --- org-modern.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-modern.el b/org-modern.el index 5b4d65cec0..b781a

[nongnu] elpa/hyperdrive d259854b69: Fix: (hyperdrive-diff-file-entries) Kill buffers more reliably

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit d259854b69c7551a09fb36fa9fcad9256368e248 Author: Adam Porter Commit: Adam Porter Fix: (hyperdrive-diff-file-entries) Kill buffers more reliably --- hyperdrive-diff.el | 62 +- 1 file changed, 33 insertions(+)

[nongnu] elpa/macrostep 81fcf3dafb 3/3: Release version 0.9.3

2024-04-30 Thread ELPA Syncer
branch: elpa/macrostep commit 81fcf3dafb761fed82c8c3b1c2dfe6956b62344d Author: Jeremy Bryant Commit: Jeremy Bryant Release version 0.9.3 --- macrostep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macrostep.el b/macrostep.el index ca9683961c..edd01d7059 100644 --- a

[nongnu] elpa/macrostep a738ffdb16 2/3: ; * macrostep-test.el: Fix last change

2024-04-30 Thread ELPA Syncer
branch: elpa/macrostep commit a738ffdb16fe5f95c60e02054fa3a9e1d275acbc Author: Jeremy Bryant Commit: Jeremy Bryant ; * macrostep-test.el: Fix last change --- macrostep-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macrostep-test.el b/macrostep-test.el index a7e

[nongnu] elpa/macrostep updated (e28d0a028f -> 81fcf3dafb)

2024-04-30 Thread ELPA Syncer
elpasync pushed a change to branch elpa/macrostep. from e28d0a028f ; Replace macrostep-make-ring by ring-convert-sequence-to-ring. new a88fccf32d Add FSF copyright notice new a738ffdb16 ; * macrostep-test.el: Fix last change new 81fcf3dafb Release version 0.9.3 Su

[nongnu] elpa/macrostep a88fccf32d 1/3: Add FSF copyright notice

2024-04-30 Thread ELPA Syncer
branch: elpa/macrostep commit a88fccf32df3fa61cf5652b2d9adbfb8c0a5bf60 Author: Jeremy Bryant Commit: Jeremy Bryant Add FSF copyright notice * macrostep-test.el: Add FSF copyright to reflect contributors. --- macrostep-test.el | 1 + 1 file changed, 1 insertion(+) diff --git a/macr

[nongnu] elpa/hyperdrive 90ea9beb10: Meta: Update changelog

2024-04-30 Thread ELPA Syncer
branch: elpa/hyperdrive commit 90ea9beb1092e10171777f605b425314cc1f20ff Author: Joseph Turner Commit: Joseph Turner Meta: Update changelog --- CHANGELOG.org | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index f78c7fe4cd..720213a1d4 100644 --- a/CHANGELOG.