[nongnu] elpa/slime c2e45e7004 4/4: Don't run the repl on the main thread in CCL.

2024-04-26 Thread ELPA Syncer
branch: elpa/slime commit c2e45e7004743fdd8620e2fea67f30a17b6a558a Author: Stas Boukarev Commit: Stas Boukarev Don't run the repl on the main thread in CCL. interrupt-thread doesn't work on it. The listener thread isn't actually the main thread on CCL anyway. --- swank.lisp | 3

[nongnu] elpa/slime 8bd5d67a62 3/4: Fix creating a second server.

2024-04-26 Thread ELPA Syncer
branch: elpa/slime commit 8bd5d67a6204595e7646f03e93c60e0d01506973 Author: Stas Boukarev Commit: Stas Boukarev Fix creating a second server. --- swank.lisp | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/swank.lisp b/swank.lisp index f03e6e6547..ff4b0b26ef 100644 -

[nongnu] elpa/slime 1705382116 1/4: Run repl-thread in the main thread.

2024-04-26 Thread ELPA Syncer
branch: elpa/slime commit 1705382116c755ca397159b1da9d3064b902431e Author: Stas Boukarev Commit: Stas Boukarev Run repl-thread in the main thread. Useful for graphical applications on various operating systems. --- contrib/swank-repl.lisp | 12 ++-- swank.lisp

[nongnu] elpa/slime updated (ef2af895a9 -> c2e45e7004)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/slime. from ef2af895a9 2.30 new 1705382116 Run repl-thread in the main thread. new a1b8b5b51c Fix disconnection. new 8bd5d67a62 Fix creating a second server. new c2e45e7004 Don't run the repl on the main thread in CCL.

[nongnu] elpa/slime a1b8b5b51c 2/4: Fix disconnection.

2024-04-26 Thread ELPA Syncer
branch: elpa/slime commit a1b8b5b51cc81c6c6f30b23c674772996c07cb18 Author: Stas Boukarev Commit: Stas Boukarev Fix disconnection. --- swank.lisp | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/swank.lisp b/swank.lisp index f959d1f2fe..f03e6e6547 100644 --

[elpa] externals/denote 5a7b408b4a 8/9: Merge pull request #331 from jeanphilippegg/title-sluggification

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 5a7b408b4ae5c6168d8136f43125c483de41ca92 Merge: be3ca425d6 ac21068d3c Author: Protesilaos Stavrou Commit: GitHub Merge pull request #331 from jeanphilippegg/title-sluggification Fix issue #271 (Allow -- in titles) --- denote.el | 48 +

[elpa] externals/denote 63c65c0cc0 2/9: Compare identifier with what denote-retrieve-filename-identifier returns

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 63c65c0cc0ceff0f39d797007d33304935859655 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Compare identifier with what denote-retrieve-filename-identifier returns --- denote.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[elpa] externals/denote 337e99abaf 6/9: Merge pull request #329 from jeanphilippegg/refactoring

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 337e99abaff4776d4dca096f929b0680d1273391 Merge: 31e94d0568 63c65c0cc0 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #329 from jeanphilippegg/refactoring Refactorings --- denote.el | 8 1 file changed, 4 insertions(+), 4 delet

[elpa] externals/denote updated (31e94d0568 -> 0a7560882e)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 31e94d0568 Update the manual of all commands tha respect denote-rename-confirmations new 5894fe704f Use denote-retrieve-front-matter-title-value instead of an alias new 63c65c0cc0 Compare identifier with what denot

[elpa] externals/denote 0a7560882e 9/9: Update the denote-sluggify entry in the manual

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 0a7560882e3f2d9a331191cda6cc7931723e4c30 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the denote-sluggify entry in the manual This reflects the change made by Jean-Philippe Gagné Guay in pull request 331:

[elpa] externals/denote ee13dc8641 3/9: Add denote--used-ids and simplify renaming commands

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit ee13dc8641c27d78e7d40a1e653018ca44aa931e Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Add denote--used-ids and simplify renaming commands --- denote.el | 56 +--- 1 file changed, 29 inse

[elpa] externals/denote 5894fe704f 1/9: Use denote-retrieve-front-matter-title-value instead of an alias

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 5894fe704f29410e95750f9efe1094aed1354872 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Use denote-retrieve-front-matter-title-value instead of an alias --- denote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denot

[elpa] externals/denote 503967372e 4/9: Include signature delimiter in denote-*-regexp variables

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 503967372e726561a8ec70ad586ecf95dfa32133 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Include signature delimiter in denote-*-regexp variables --- denote.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/denote.

[elpa] externals/denote be3ca425d6 7/9: Merge pull request #330 from jeanphilippegg/denote--used-ids

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit be3ca425d6453a8cf901e02c33722ed84112c0eb Merge: 337e99abaf ee13dc8641 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #330 from jeanphilippegg/denote--used-ids Add denote--used-ids and simplify renaming commands --- denote.el | 56 +

[elpa] externals/denote ac21068d3c 5/9: Allow consecutive hyphens in file name titles

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit ac21068d3ca420cd9c54af95b5bff6972978e070 Author: Jean-Philippe Gagné Guay Commit: Jean-Philippe Gagné Guay Allow consecutive hyphens in file name titles --- denote.el | 44 +++- 1 file changed, 27 insertions(+), 17 dele

[nongnu] elpa/slime ef2af895a9: 2.30

2024-04-26 Thread ELPA Syncer
branch: elpa/slime commit ef2af895a9e79306f0789e72b101aa39e960c900 Author: Stas Boukarev Commit: Stas Boukarev 2.30 --- NEWS | 4 doc/slime.texi | 2 +- slime.el | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ed3a7571e7..d51842a

[nongnu] elpa/magit-section updated (8102e8bf2b -> 49ba535f52)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 8102e8bf2b magit-file-accessible-directory-p: Remove kludge function adds 49ba535f52 Revert "magit--insert-modules-logs: Use section type shorthand" No new revisions were added by this update. Summary of changes: lisp/ma

[nongnu] elpa/magit updated (8102e8bf2b -> 49ba535f52)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 8102e8bf2b magit-file-accessible-directory-p: Remove kludge function adds 49ba535f52 Revert "magit--insert-modules-logs: Use section type shorthand" No new revisions were added by this update. Summary of changes: lisp/magit-subm

[nongnu] elpa/git-commit 49ba535f52: Revert "magit--insert-modules-logs: Use section type shorthand"

2024-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit 49ba535f526266b69fcaf7442acfa59ad8473caf Author: Jonas Bernoulli Commit: Jonas Bernoulli Revert "magit--insert-modules-logs: Use section type shorthand" This reverts commit 9ec92f116cebdabc85b2c66e8495b0facdcb1ad3. The same class, `magit-modul

[elpa] externals/ef-themes 3f25c4a30a 1/3: ef-light: tweak blue-faint value and use it for rainbow-1 mappings

2024-04-26 Thread ELPA Syncer
branch: externals/ef-themes commit 3f25c4a30ab9539321db9a3670109387e60bba38 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou ef-light: tweak blue-faint value and use it for rainbow-1 mappings --- contrast-ratios.org | 2 +- ef-light-theme.el | 4 ++-- 2 files changed, 3 insertions(

[elpa] externals/ef-themes 040c83b458 2/3: ef-light: make blue a bit darker

2024-04-26 Thread ELPA Syncer
branch: externals/ef-themes commit 040c83b458196928794501714fe4c9accebfd9cf Author: Protesilaos Stavrou Commit: Protesilaos Stavrou ef-light: make blue a bit darker --- ef-light-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-light-theme.el b/ef-light-theme.e

[elpa] externals/ef-themes 4adefa6398 3/3: ef-melissa-light: tweak red-warmer, red-cooler, yellow to better differentiate them

2024-04-26 Thread ELPA Syncer
branch: externals/ef-themes commit 4adefa6398147e7825c9959372cdce1a6f2f4877 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou ef-melissa-light: tweak red-warmer, red-cooler, yellow to better differentiate them --- contrast-ratios.org | 6 +++--- ef-melissa-light-theme.el | 6 ++

[elpa] externals/ef-themes updated (f0063343c0 -> 4adefa6398)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/ef-themes. from f0063343c0 ef-symbiosis: make preprocessor a bit more red new 3f25c4a30a ef-light: tweak blue-faint value and use it for rainbow-1 mappings new 040c83b458 ef-light: make blue a bit darker new 4adefa6398 ef

[elpa] externals/dape bc983aa440: Add source line to breakpoints info buffer

2024-04-26 Thread ELPA Syncer
branch: externals/dape commit bc983aa4402c904f52882ddb19306823f986a57f Author: Daniel Pettersson Commit: Daniel Pettersson Add source line to breakpoints info buffer --- dape-tests.el | 6 ++-- dape.el | 89 +++ 2 files changed,

[elpa] externals/comint-mime ca278064da: Add support for SVG plots using IPython/Matplotlib (#21)

2024-04-26 Thread ELPA Syncer
branch: externals/comint-mime commit ca278064dac431b8c3f72ab1b860bf9c9b8d8d60 Author: Jabir Ali Ouassou Commit: GitHub Add support for SVG plots using IPython/Matplotlib (#21) Copyright-paperwork-exempt: yes --- comint-mime.el | 11 +-- comint-mime.py | 6 +- 2 files c

[nongnu] elpa/ample-theme 39ac29cf9a: basic lsp specs so headerline looks less garbage

2024-04-26 Thread ELPA Syncer
branch: elpa/ample-theme commit 39ac29cf9a1229bb076964335fbd71cfb52e498b Author: Jordon Biondo Commit: Jordon Biondo basic lsp specs so headerline looks less garbage --- ample-flat-theme.el | 15 +++ ample-light-theme.el | 19 +++ ample-theme.el | 19 +

[elpa] externals/org updated (fbf613ece9 -> ba747598c6)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from fbf613ece9 lisp/org-colview.el: Move cleanup code to cleanup function new 64049aaddc lisp/ox.el (org-export-data): Improve broken link error message new ba747598c6 org-icalendar-export-agenda-files: Report file name wh

[elpa] externals/org 64049aaddc 1/2: lisp/ox.el (org-export-data): Improve broken link error message

2024-04-26 Thread ELPA Syncer
branch: externals/org commit 64049aaddc8e81eb54ca1a8c99dfc3cc706d637f Author: Ihor Radchenko Commit: Ihor Radchenko lisp/ox.el (org-export-data): Improve broken link error message * lisp/ox.el (org-export-data): Link to `org-export-with-broken' links in the error message. Highl

[elpa] externals/org ba747598c6 2/2: org-icalendar-export-agenda-files: Report file name when export fails

2024-04-26 Thread ELPA Syncer
branch: externals/org commit ba747598c617bb9ce0913eac4ecd141a839e44e2 Author: Ihor Radchenko Commit: Ihor Radchenko org-icalendar-export-agenda-files: Report file name when export fails * lisp/ox-icalendar.el (org-icalendar-export-agenda-files): When export fails, display warnin

[elpa] externals/ess 6b9f19a455 2/2: makeinfo change needed for macOS

2024-04-26 Thread ELPA Syncer
branch: externals/ess commit 6b9f19a455172c53c0c2cab2627e3e2e4a8d51ab Author: rodney sparapani Commit: rodney sparapani makeinfo change needed for macOS --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makeconf b/Makeconf index 3d2b08a6ab..39043e7e88 100644 -

[elpa] externals/ess b7ec1ec50d 1/2: sed/makeinfo changes needed for macOS

2024-04-26 Thread ELPA Syncer
branch: externals/ess commit b7ec1ec50d23a35e75be2f111be5906597ca0282 Author: rodney sparapani Commit: rodney sparapani sed/makeinfo changes needed for macOS --- Makeconf | 19 +-- Makefile | 4 +++- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Makeconf

[elpa] externals/ess updated (8030e29de8 -> 6b9f19a455)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/ess. from 8030e29de8 Extended support for function shorthand notation (#1282) new b7ec1ec50d sed/makeinfo changes needed for macOS new 6b9f19a455 makeinfo change needed for macOS Summary of changes: Makeconf | 19 +-

[elpa] externals/auctex 36590b044f 2/8: Fix preview bug involving long common suffixes

2024-04-26 Thread ELPA Syncer
branch: externals/auctex commit 36590b044f86a546b1a0b21e89e301ed29408be4 Author: Paul Nelson Commit: Ikumi Keita Fix preview bug involving long common suffixes * preview.el.in (preview-parse-messages): Fix it. --- preview.el.in | 8 1 file changed, 8 insertions(+) diff --

[elpa] externals/auctex 0e315c7fbe 3/8: Support indirect buffer

2024-04-26 Thread ELPA Syncer
branch: externals/auctex commit 0e315c7fbeed081addf369fd42e7206d83580bc5 Author: Vangelis Evangelou Commit: Ikumi Keita Support indirect buffer * tex.el (TeX-buffer-file-name): New wrapper function for `buffer-file-name'. It returns base buffer's file name in indirect buffe

[elpa] externals/auctex da4a140bd8 8/8: Merge remote-tracking branch 'origin/master'

2024-04-26 Thread ELPA Syncer
branch: externals/auctex commit da4a140bd8e031a98665eb9601efdda6f3df4bcb Merge: 235f420c1d 255da61131 Author: Tassilo Horn Commit: Tassilo Horn Merge remote-tracking branch 'origin/master' --- NEWS.org | 4 + bib-cite.el | 2 +- doc/changes.texi

[elpa] externals/auctex 235f420c1d 7/8: Delete Makefile.in and auctex.el.in

2024-04-26 Thread ELPA Syncer
branch: externals/auctex commit 235f420c1dc4c8a8109f6edd04a035fb36236e3e Author: Tassilo Horn Commit: Tassilo Horn Delete Makefile.in and auctex.el.in They are not used on the main branch. --- Makefile.in | 632 --- auctex.el

[elpa] externals/auctex a401c3fcc6 4/8: Silence the compiler for the "main" branch

2024-04-26 Thread ELPA Syncer
branch: externals/auctex commit a401c3fcc678541384b0cda915069c7998729fe0 Author: Arash Esbati Commit: Arash Esbati Silence the compiler for the "main" branch * latex.el: * plain-tex.el: * tex.el: Declare functions which are reported as not known to be defined when compil

[elpa] externals/auctex 255da61131 6/8: Add function TeX-master-output-file

2024-04-26 Thread ELPA Syncer
branch: externals/auctex commit 255da61131a20b1f72ce656bec5d4cf8ccf0f0ac Author: Paul Nelson Commit: Ikumi Keita Add function TeX-master-output-file * tex.el (TeX-master-output-file): New function. --- tex.el | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tex.el b/

[elpa] externals/auctex 195bceed82 1/8: Supplement documentation

2024-04-26 Thread ELPA Syncer
branch: externals/auctex commit 195bceed828c7a16bed9c63a2db08ec1667a8264 Author: Ikumi Keita Commit: Ikumi Keita Supplement documentation * doc/preview-latex.texi (The Emacs interface): * preview.el.in (preview-leave-open-previews-visible): Adjust and enhance the explanation

[elpa] externals/auctex updated (80f47a4b72 -> da4a140bd8)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/auctex. from 80f47a4b72 * GNUmakefile (clean): Don't clean up ChangeLog. new 235f420c1d Delete Makefile.in and auctex.el.in new 195bceed82 Supplement documentation new 36590b044f Fix preview bug involving long common suffi

[elpa] externals/auctex f5546d1da0 5/8: ; * NEWS.org: Update the file.

2024-04-26 Thread ELPA Syncer
branch: externals/auctex commit f5546d1da0feacc43d0673dab262a7a7f44f26e9 Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org: Update the file. --- NEWS.org | 4 1 file changed, 4 insertions(+) diff --git a/NEWS.org b/NEWS.org index 21b98e3072..10e890e0e3 100644 --- a/NEWS.org +++ b

[nongnu] elpa/magit-section updated (82ba5b2828 -> 8102e8bf2b)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 82ba5b2828 magit-log-format-author-margin: Better error of no margin option adds e42121aaf1 magit-cancel-section: Add IF-EMPTY argument adds 77bfae6e2e magit-insert-child-count: Use same face for preceding space

[nongnu] elpa/magit updated (82ba5b2828 -> 8102e8bf2b)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 82ba5b2828 magit-log-format-author-margin: Better error of no margin option adds e42121aaf1 magit-cancel-section: Add IF-EMPTY argument adds 77bfae6e2e magit-insert-child-count: Use same face for preceding space adds

[nongnu] elpa/git-commit e42121aaf1 1/8: magit-cancel-section: Add IF-EMPTY argument

2024-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit e42121aaf13fad812b581938c5bc71139beec6e2 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-cancel-section: Add IF-EMPTY argument --- lisp/magit-section.el | 17 + lisp/magit-stash.el | 8 +++- lisp/magit-submodule.el | 8 +++

[nongnu] elpa/git-commit 8102e8bf2b 8/8: magit-file-accessible-directory-p: Remove kludge function

2024-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit 8102e8bf2bec80cde2178471f3eb33637a262399 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-file-accessible-directory-p: Remove kludge function This was necessary to work around a bug in macOS. It has been nine years since then, and Yamamoto Mi

[nongnu] elpa/git-commit c48934b20a 6/8: magit-log-wash-rev: Set correct commit section type upfront

2024-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit c48934b20a2b0628fa51204611decb97dc09252f Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-log-wash-rev: Set correct commit section type upfront --- lisp/magit-log.el | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/lis

[nongnu] elpa/git-commit fef45b274e 7/8: magit-insert-child-count: Minor performance tweak

2024-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit fef45b274ecb4dc0448bd34dac26f7eaff621e59 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-insert-child-count: Minor performance tweak --- lisp/magit-section.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/magit-section.el b/l

[nongnu] elpa/git-commit 74c9664c0f 3/8: magit-insert-revision-notes: Cosmetics

2024-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit 74c9664c0fb16cb9830272a726cff17ccb8e27f6 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-insert-revision-notes: Cosmetics --- lisp/magit-diff.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el i

[nongnu] elpa/git-commit 77bfae6e2e 2/8: magit-insert-child-count: Use same face for preceding space

2024-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit 77bfae6e2ea5a7715482b0de3ce4ea521d223d8b Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-insert-child-count: Use same face for preceding space The heading may not use the `magit-section-heading' face, in which case it might look weird if the

[nongnu] elpa/git-commit dbacaa3e4f 5/8: magit-module-worktree-p: Remove redundant expand-file-name call

2024-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit dbacaa3e4fc3005abc810e463d211a5c9a58d184 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit-module-worktree-p: Remove redundant expand-file-name call --- lisp/magit-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-git.el

[nongnu] elpa/git-commit 9ec92f116c 4/8: magit--insert-modules-logs: Use section type shorthand

2024-04-26 Thread ELPA Syncer
branch: elpa/git-commit commit 9ec92f116cebdabc85b2c66e8495b0facdcb1ad3 Author: Jonas Bernoulli Commit: Jonas Bernoulli magit--insert-modules-logs: Use section type shorthand --- lisp/magit-submodule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-submodule

[nongnu] elpa/git-commit updated (82ba5b2828 -> 8102e8bf2b)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 82ba5b2828 magit-log-format-author-margin: Better error of no margin option new e42121aaf1 magit-cancel-section: Add IF-EMPTY argument new 77bfae6e2e magit-insert-child-count: Use same face for preceding space

[elpa] externals/org e4ab416fcc 1/5: Only run Bash tests when relevant features are supported

2024-04-26 Thread ELPA Syncer
branch: externals/org commit e4ab416fcc2821c105fd4173af0648ff0947b88e Author: Ihor Radchenko Commit: Ihor Radchenko Only run Bash tests when relevant features are supported * testing/lisp/test-ob-shell.el (test-ob-shell/bash-uses-arrays): Do not run when Bash is not available.

[elpa] externals/org 4e6fa96e26 4/5: lisp/org-colview.el: Add link parameter to colview dynamic block

2024-04-26 Thread ELPA Syncer
branch: externals/org commit 4e6fa96e2659be1f8ec5189bbce661e99aeeb466 Author: Alexander Adolf Commit: Ihor Radchenko lisp/org-colview.el: Add link parameter to colview dynamic block * lisp/org-colview.el (org-columns--capture-view): Add new link parameter, which when non-nil cau

[elpa] externals/org updated (510e8f9cc8 -> fbf613ece9)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 510e8f9cc8 ox-publish: Do not store :title, :date, and :index in project cache new e4ab416fcc Only run Bash tests when relevant features are supported new f124b616d9 oc-biblatex: Allow native biblatex options in CITE_EX

[elpa] externals/org 5a98b4c563 3/5: lisp/org-colview.el: Add formatter parameter to colview dynamic block

2024-04-26 Thread ELPA Syncer
branch: externals/org commit 5a98b4c563dc6e688e805e4ef8411c65f5d0471b Author: Alexander Adolf Commit: Ihor Radchenko lisp/org-colview.el: Add formatter parameter to colview dynamic block * lisp/org-colview.el (org-dblock-write:column view): Factor out the existing formatting cod

[elpa] externals/org fbf613ece9 5/5: lisp/org-colview.el: Move cleanup code to cleanup function

2024-04-26 Thread ELPA Syncer
branch: externals/org commit fbf613ece9989a8d2d50c7430af1e852430b5b1b Author: Alexander Adolf Commit: Ihor Radchenko lisp/org-colview.el: Move cleanup code to cleanup function * lisp/org-colview.el (org-columns--clean-item): Additionally process the result with `org-quote-vert'.

[elpa] externals/org f124b616d9 2/5: oc-biblatex: Allow native biblatex options in CITE_EXPORT

2024-04-26 Thread ELPA Syncer
branch: externals/org commit f124b616d98aebb9509ef5884d555a3b44ae8ded Author: Pedro A. Aranda Commit: Ihor Radchenko oc-biblatex: Allow native biblatex options in CITE_EXPORT * lisp/oc-biblatex.el: (org-cite-biblatex--package-options) Add support for options in the native biblat

[elpa] externals/fontaine c67b85a2fa 4/4: Add support for font width attribute

2024-04-26 Thread ELPA Syncer
branch: externals/fontaine commit c67b85a2fa1463d1f4d1f3b8dcff2f713bc5dd5c Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add support for font width attribute Thanks to Adam Porter for making this suggestion in issue 6:

[elpa] externals/fontaine 4902042b56 2/4: Replace (not (null ...)) with just the symbol

2024-04-26 Thread ELPA Syncer
branch: externals/fontaine commit 4902042b56f56972917a92e681c7c669a7722490 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Replace (not (null ...)) with just the symbol --- fontaine.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fontaine.el b/fontaine

[elpa] externals/fontaine updated (353e03ece0 -> c67b85a2fa)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/fontaine. from 353e03ece0 Update Fontaine to version 2.0.0 new d000403e51 Add missing default slant from the :type of fontaine-presets new 4902042b56 Replace (not (null ...)) with just the symbol new ebe2edb351 Update som

[elpa] externals/fontaine d000403e51 1/4: Add missing default slant from the :type of fontaine-presets

2024-04-26 Thread ELPA Syncer
branch: externals/fontaine commit d000403e51be4223962ced6e33e3ec6045761992 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Add missing default slant from the :type of fontaine-presets --- fontaine.el | 1 + 1 file changed, 1 insertion(+) diff --git a/fontaine.el b/fontaine.el index

[elpa] externals/fontaine ebe2edb351 3/4: Update some development notes in the manual

2024-04-26 Thread ELPA Syncer
branch: externals/fontaine commit ebe2edb3512ca43da875f135f2f0da5ad3404d72 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update some development notes in the manual --- README.org | 27 ++- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/READ

[elpa] externals/org 510e8f9cc8 2/2: ox-publish: Do not store :title, :date, and :index in project cache

2024-04-26 Thread ELPA Syncer
branch: externals/org commit 510e8f9cc8e2ab42f2254fc291231ff5664ec28e Author: Ihor Radchenko Commit: Ihor Radchenko ox-publish: Do not store :title, :date, and :index in project cache * lisp/ox-publish.el (org-publish-transient-cache): New transient cache, used just during curre

[elpa] externals/org updated (252cc0be07 -> 510e8f9cc8)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 252cc0be07 ob-lua: Support all types and multiple values in results new 68d592bae4 ox-man: Escape backslash characters in verbatim examples new 510e8f9cc8 ox-publish: Do not store :title, :date, and :index in project ca

[elpa] externals/org 68d592bae4 1/2: ox-man: Escape backslash characters in verbatim examples

2024-04-26 Thread ELPA Syncer
branch: externals/org commit 68d592bae40612254ba09c7ef9e982728d2938c1 Author: Ihor Radchenko Commit: Ihor Radchenko ox-man: Escape backslash characters in verbatim examples * lisp/ox-man.el (org-man--protect-example): New helper function protecting special escape characters insi

[elpa] externals-release/org 0e743d0bfc: Update version number for the 9.6.28 release

2024-04-26 Thread ELPA Syncer
branch: externals-release/org commit 0e743d0bfca7eb9861795791b9d3b5f05b23 Author: Ihor Radchenko Commit: Ihor Radchenko Update version number for the 9.6.28 release --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 6284ed

[elpa] externals/posframe 468ac1ab50: v1.4.3

2024-04-26 Thread ELPA Syncer
branch: externals/posframe commit 468ac1ab50d7e0feae2c06f12596bbc169f2abe4 Author: Feng Shu Commit: Feng Shu v1.4.3 --- posframe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posframe.el b/posframe.el index 7efe597d5c..2363b54288 100644 --- a/posframe.el +++ b/posfr

[elpa] externals/denote a5a52d6b6c 06/10: Reword the doc string of denote-rename-confirmations

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit a5a52d6b6c083db6ad47b6aa47855d379e4c7614 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reword the doc string of denote-rename-confirmations --- denote.el | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) d

[elpa] externals/denote updated (2a8aa0030b -> 31e94d0568)

2024-04-26 Thread ELPA Syncer
elpasync pushed a change to branch externals/denote. from 2a8aa0030b Merge pull request #324 from jeanphilippegg/denote-rename-confirmations new 05d378ec08 Update the manual about denote-save-buffers new 9eacb2f4e8 Document the denote-rename-confirmations in the manual

[elpa] externals/denote 9eacb2f4e8 02/10: Document the denote-rename-confirmations in the manual

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 9eacb2f4e81ba92f1f3250eee8181316a5070672 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document the denote-rename-confirmations in the manual --- README.org | 42 ++ 1 file changed, 22 insertions(+), 20 deleti

[elpa] externals/denote 4723147554 07/10: Update the manual for denote-rename-file to mention denote-rename-confirmations

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 4723147554802af516b4a53d306e7e70cf1d4573 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the manual for denote-rename-file to mention denote-rename-confirmations This new user option was contributed by Jean-Philippe Gagné Guay in p

[elpa] externals/denote 52bc45fc86 05/10: Deprecate denote-rename-no-confirm (superseded by denote-rename-confirmations)

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 52bc45fc86d4ee3f021752e5982fc63a168027c0 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Deprecate denote-rename-no-confirm (superseded by denote-rename-confirmations) --- denote.el | 39 +-- 1 file changed, 1 inse

[elpa] externals/denote 2f50fe45d6 04/10: Include :package-version for modified denote-save-buffers

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 2f50fe45d679bcf7dbde0f43bdbbc93c3425837e Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Include :package-version for modified denote-save-buffers --- denote.el | 1 + 1 file changed, 1 insertion(+) diff --git a/denote.el b/denote.el index 6e1289fac4

[elpa] externals/denote 05d378ec08 01/10: Update the manual about denote-save-buffers

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 05d378ec08ae1a59c37b0f585f8e2e68010266fb Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the manual about denote-save-buffers --- README.org | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.org b/RE

[elpa] externals/denote 68915b1545 03/10: Document functions for developers affected by the new denote-rename-confirmations

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 68915b1545bc96d7881b2621498284a437861337 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Document functions for developers affected by the new denote-rename-confirmations --- README.org | 24 +--- 1 file changed, 17 insertions(+),

[elpa] externals/denote a0f324a6e3 09/10: Reword some docstrings to use the imperative mood

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit a0f324a6e3d9924801d46a89666c3e236dec1dff Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Reword some docstrings to use the imperative mood --- denote.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/denote.el b/denot

[elpa] externals/denote 31e94d0568 10/10: Update the manual of all commands tha respect denote-rename-confirmations

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 31e94d05680663c6fd1282c1645bdb4d9609cef1 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Update the manual of all commands tha respect denote-rename-confirmations This new user option was contributed by Jean-Philippe Gagné Guay in pull req

[elpa] externals/denote 8ee7eb5b57 08/10: Include reference to denote-save-buffers in manual's denote-rename-file entry

2024-04-26 Thread ELPA Syncer
branch: externals/denote commit 8ee7eb5b5776d379023cc584a0bcd3227e1dabd6 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Include reference to denote-save-buffers in manual's denote-rename-file entry --- README.org | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff -