[elpa] externals/exwm 41d1e6c1c3: Deprecate xinitrc

2024-06-15 Thread ELPA Syncer
branch: externals/exwm commit 41d1e6c1c3f06721de1df79578bf6089eb5ec2e6 Author: Daniel Mendler Commit: Daniel Mendler Deprecate xinitrc The example configuration should not be used directly. Instead copy the relevant settings to your X initialization script. See #57. * x

[nongnu] elpa/helm d1556d5e12: Update help

2024-06-15 Thread ELPA Syncer
branch: elpa/helm commit d1556d5e1221bd12bcb195912869c66f9c0857f8 Author: Thierry Volpiatto Commit: Thierry Volpiatto Update help --- helm-core.el | 21 - helm-help.el | 2 ++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/helm-core.el b/helm-core.el ind

[nongnu] elpa/helm-core updated (56ac197f37 -> d1556d5e12)

2024-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/helm-core. from 56ac197f37 Avoid using a flag for recentering when preselecting adds d1556d5e12 Update help No new revisions were added by this update. Summary of changes: helm-core.el | 21 - helm-help.el | 2 ++ 2 file

[nongnu] elpa/undo-fu acd4f6c925: Use a more sophisticated with-advice macro

2024-06-15 Thread ELPA Syncer
branch: elpa/undo-fu commit acd4f6c92521716c1010ff3aba471218ba14a5e9 Author: Campbell Barton Commit: Campbell Barton Use a more sophisticated with-advice macro This supports advising multiple functions at once. --- undo-fu.el | 63 ---

[elpa] externals/persist 5ea8f32ef5 3/3: * persist.el: Bump version

2024-06-15 Thread Philip Kaludercic
branch: externals/persist commit 5ea8f32ef50ce2b444d6918e17eedce9f74629af Author: Philip Kaludercic Commit: Philip Kaludercic * persist.el: Bump version --- persist.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/persist.el b/persist.el index df7f3836c5..49b3e9b51

[elpa] externals/persist updated (f569906232 -> 5ea8f32ef5)

2024-06-15 Thread Philip Kaludercic
zge pushed a change to branch externals/persist. from f569906232 ; Require Emacs 26.1 new 2f9b5de9d3 Copy default when resetting with persist-reset new d46c9f8d7a Test persist-reset new 5ea8f32ef5 * persist.el: Bump version Summary of changes: persist.el

[elpa] externals/persist d46c9f8d7a 2/3: Test persist-reset

2024-06-15 Thread Philip Kaludercic
branch: externals/persist commit d46c9f8d7a50ae29606a8c55f5c86dc07ed180d1 Author: Joseph Turner Commit: Philip Kaludercic Test persist-reset --- test/persist-tests.el | 10 ++ 1 file changed, 10 insertions(+) diff --git a/test/persist-tests.el b/test/persist-tests.el index 62d85014

[elpa] externals/persist 2f9b5de9d3 1/3: Copy default when resetting with persist-reset

2024-06-15 Thread Philip Kaludercic
branch: externals/persist commit 2f9b5de9d33b8503e84b8394ff0c261a475cacb3 Author: Joseph Turner Commit: Philip Kaludercic Copy default when resetting with persist-reset Previously, persist-reset set the value of SYM to its default without copying it, which caused subsequent modi

[nongnu] main 101085856d: * elpa-packages (hideshowvis): New package

2024-06-15 Thread Philip Kaludercic
branch: main commit 101085856d9dee836d7d23bedbcb5063b11c1e72 Author: Philip Kaludercic Commit: Philip Kaludercic * elpa-packages (hideshowvis): New package --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index d9db9366ef..b66ee9ca1e 1006

[elpa] externals-release/org be39e61c4e 2/2: Use emacs-internal coding system to read/write Elisp data

2024-06-15 Thread ELPA Syncer
branch: externals-release/org commit be39e61c4efa5027536809c89b90bfe66b76b712 Author: Ihor Radchenko Commit: Ihor Radchenko Use emacs-internal coding system to read/write Elisp data * lisp/org-persist.el (org-persist--read-elisp-file): (org-persist--write-elisp-file): * lisp

[elpa] externals-release/org updated (55fd660b4e -> be39e61c4e)

2024-06-15 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from 55fd660b4e org-element: Auto-undefer deferred properties that depend on buffer positions new 1387e36135 Update version number for the 9.7.4 release new be39e61c4e Use emacs-internal coding system to read/write E

[elpa] externals/org 80f6a949e5 2/5: ob-lua: Sort tabular results

2024-06-15 Thread ELPA Syncer
branch: externals/org commit 80f6a949e56d83c59133dc098d3acdfc606237f7 Author: Rudolf Adamkovič Commit: Ihor Radchenko ob-lua: Sort tabular results `test-ob-lua/colnames-yes-header-argument-pp' fails intermittently due to tabular results being returned from Lua to Emacs Lisp in d

[elpa] externals-release/org 1387e36135 1/2: Update version number for the 9.7.4 release

2024-06-15 Thread ELPA Syncer
branch: externals-release/org commit 1387e361350794610ac1d5e5629381652713197b Author: Ihor Radchenko Commit: Ihor Radchenko Update version number for the 9.7.4 release --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 44734a7

[elpa] externals/org c23d5fc5dc 4/5: ob-lua: Improve documentation strings and commentary

2024-06-15 Thread ELPA Syncer
branch: externals/org commit c23d5fc5dcd402673bae8b8258ebeba943049092 Author: Rudolf Adamkovič Commit: Ihor Radchenko ob-lua: Improve documentation strings and commentary * lisp/ob-lua.el (org-babel-lua-mode): (org-babel-lua-hline-to): (org-babel-lua-None-to): (org-babel

[elpa] externals/org 3ccc1ca6ec 1/5: ob-lua: Escape double quote characters in results

2024-06-15 Thread ELPA Syncer
branch: externals/org commit 3ccc1ca6ec329e337e8cb67dd43683fc17901993 Author: Rudolf Adamkovič Commit: Ihor Radchenko ob-lua: Escape double quote characters in results * lisp/ob-lua.el (org-babel-lua-wrapper-method): Escape all double quote characters in Lua before giving them t

[elpa] externals/org c4434f825d 5/5: ob-lua: Do not confuse list-like strings with lists

2024-06-15 Thread ELPA Syncer
branch: externals/org commit c4434f825dac92ddf5b83c754d4674996ef0da56 Author: Rudolf Adamkovič Commit: Ihor Radchenko ob-lua: Do not confuse list-like strings with lists * lisp/ob-lua.el (org-babel-lua-wrapper-method): Prevent Org Babel from confusing strings that look like list

[elpa] externals/org updated (73da6beb50 -> c4434f825d)

2024-06-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 73da6beb50 org-link-plain-re: Improve heuristic regexp for plain link detection new 3ccc1ca6ec ob-lua: Escape double quote characters in results new 80f6a949e5 ob-lua: Sort tabular results new 58e5d1d5a6 ob-lua:

[elpa] externals/org 58e5d1d5a6 3/5: ob-lua: Remove half-baked session support

2024-06-15 Thread ELPA Syncer
branch: externals/org commit 58e5d1d5a6cc0a49dbe4dbcb382d38815a113f2e Author: Rudolf Adamkovič Commit: Ihor Radchenko ob-lua: Remove half-baked session support * lisp/ob-lua.el (org-babel-execute:lua): (org-babel-prep-session:lua): (org-babel-load-session:lua): (org-babe

[nongnu] elpa/diff-ansi 245b27e789: Use a more sophisticated with-advice macro

2024-06-15 Thread ELPA Syncer
branch: elpa/diff-ansi commit 245b27e7892b6375e1d29418df30cc29dc7d3f18 Author: Campbell Barton Commit: Campbell Barton Use a more sophisticated with-advice macro This supports advising multiple functions at once. --- diff-ansi.el | 37 +++-- 1 file c

[nongnu] elpa/doc-show-inline e75d142d6d: Use a more sophisticated with-advice macro

2024-06-15 Thread ELPA Syncer
branch: elpa/doc-show-inline commit e75d142d6d829381c209df8051082923e54e33f4 Author: Campbell Barton Commit: Campbell Barton Use a more sophisticated with-advice macro This supports advising multiple functions at once. --- doc-show-inline.el | 74 +++

[nongnu] elpa/hideshowvis 7cb98a4455 02/20: v0.1

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 7cb98a44550a3a63a40c4458cdc0efde4579a3fc Author: Jan Rehders Commit: Jan Rehders v0.1 --- hideshowvis.el | 192 + 1 file changed, 192 insertions(+) diff --git a/hideshowvis.el b/hideshowvis.el new file

[nongnu] branch elpa/hideshowvis created (now 3a605b78d8)

2024-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/hideshowvis. at 3a605b78d8 Applied code review comments by Philip Kaludercic This branch includes the following new commits: new 6dee54598e Initial commit new 7cb98a4455 v0.1 new 5e5ab24a35 v0.2 new 7d5a6e259d v0.3

[nongnu] elpa/hideshowvis 5e5ab24a35 03/20: v0.2

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 5e5ab24a355b5c0437b61c9356134de616d8e4c7 Author: Jan Rehders Commit: Jan Rehders v0.2 - '-' symbol in fringe is clickable - don't show '-' in fringe if the foldable region ends on the same line --- hideshowvis.el | 17 - 1 file ch

[nongnu] elpa/hideshowvis 6dee54598e 01/20: Initial commit

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 6dee54598eed1fe35ec0397904424faef9380735 Author: Jan Rehders Commit: Jan Rehders Initial commit --- LICENSE | 340 ++ README.md | 2 + 2 files changed, 342 insertions(+) diff --git a/LICENSE b/L

[nongnu] elpa/hideshowvis 064b6bb1b5 09/20: Updated readme and doc.

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 064b6bb1b59b96b985bef7d0f23075346dfac71e Author: Jan Rehders Commit: Jan Rehders Updated readme and doc. --- README.md | 7 ++- hideshowvis.el | 7 ++- screenshot.png | Bin 0 -> 230083 bytes 3 files changed, 12 insertions(+), 2 deletions(-)

[nongnu] elpa/hideshowvis 9ae59d8576 16/20: Update contributors list

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 9ae59d8576659c01b6d2eb2a6f5c49dd1637dc2c Author: Jan Rehders Commit: Jan Rehders Update contributors list --- hideshowvis.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hideshowvis.el b/hideshowvis.el index 2b2fe80386..f5e13d7e0b 1

[nongnu] elpa/hideshowvis 2474bb3175 07/20: v0.6

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 2474bb317504213dc032841987f8843f894f1ab8 Author: Jan Rehders Commit: Jan Rehders v0.6 - Running hideshowvis-enable will not enable minor mode if buffer is larger than `hideshowvis-max-file-size' to avoid slow loading of large files. --- hidesho

[nongnu] elpa/hideshowvis 3a5cd08c4f 10/20: Fixed version constant.

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 3a5cd08c4f6768c099b72156dfbe8688ef109645 Author: Jan Rehders Commit: Jan Rehders Fixed version constant. --- hideshowvis.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hideshowvis.el b/hideshowvis.el index c91c2821b3..5c560b33d6 100644

[nongnu] elpa/hideshowvis 3a605b78d8 20/20: Applied code review comments by Philip Kaludercic

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 3a605b78d88bb974a7346dce72a2508674db310c Author: Jan Rehders Commit: Jan Rehders Applied code review comments by Philip Kaludercic And removed a typo which turned 18 --- .elpaignore| 1 + hideshowvis.el | 171 +++

[nongnu] elpa/hideshowvis 234cd37e00 06/20: v0.5

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 234cd37e001d0579c102a9b531ffb2425fada0e3 Author: Jan Rehders Commit: Jan Rehders v0.5 - Made ELPA compliant and added function `hideshowvis-symbols' --- hideshowvis.el | 119 - 1 file changed, 6

[nongnu] elpa/hideshowvis 7d5a6e259d 04/20: v0.3

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 7d5a6e259d242aa27aaaf30a9cf5547b49e6565e Author: Jan Rehders Commit: Jan Rehders v0.3 - added autoload cookies - fixed bug causing major mode menu to disappear, among other things --- hideshowvis.el | 48 +++---

[nongnu] elpa/hideshowvis 614e856620 12/20: Update copyright and mail

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 614e856620445166a60c00a1c4653dbd59c871c9 Author: Jan Rehders Commit: Jan Rehders Update copyright and mail --- hideshowvis.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hideshowvis.el b/hideshowvis.el index 7d679ae162..b000279351

[nongnu] elpa/hideshowvis e48500ef9f 14/20: Fix interaction with indent-region

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit e48500ef9f569d597b87be172a6dbe32ad8876a8 Author: Jan Rehders Commit: Jan Rehders Fix interaction with indent-region Fixes #8 on Github --- hideshowvis.el | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hideshowvis.el b/hide

[nongnu] elpa/hideshowvis 136d94e8f1 08/20: Updated readme

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 136d94e8f129eb566b77160e2267891e6ea26d10 Author: Jan Rehders Commit: Jan Rehders Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 543c1fd645..61f6993f88 100644 --- a/README.md +++ b/R

[nongnu] elpa/hideshowvis 33e693dc60 19/20: Add docstrings and fix warnings, add v0.8 release notes

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 33e693dc6098825a5d2255707a2961a47d140b6c Author: Jan Rehders Commit: Jan Rehders Add docstrings and fix warnings, add v0.8 release notes --- hideshowvis.el | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/hideshowvis.e

[nongnu] elpa/hideshowvis e313c9ea78 11/20: v0.7

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit e313c9ea783bc0db21e00a791ece9c8ee9e17d7d Author: Jan Rehders Commit: Jan Rehders v0.7 Fixed issues found using flycheck-package, package-lint, checkdoc --- hideshowvis.el | 88 -- 1 file changed

[nongnu] elpa/hideshowvis eef0603fb9 17/20: Move hideshowvis-symbols helpers to toplevel

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit eef0603fb92df40ae3594c6e5c7e93277ead5e27 Author: Jan Rehders Commit: Jan Rehders Move hideshowvis-symbols helpers to toplevel This fixes #2 on Github --- hideshowvis.el | 71 +- 1 file changed,

[nongnu] elpa/hideshowvis 7b174241c9 15/20: fix: Check hideshowvis-ignore-same-line before making overlay.

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 7b174241c9381afb0d55c8bdc52b727323ce76bc Author: eyal0 <109809+ey...@users.noreply.github.com> Commit: Jan R fix: Check hideshowvis-ignore-same-line before making overlay. This fixes #11. --- hideshowvis.el | 32 +++- 1 fil

[nongnu] elpa/hideshowvis c2ab91bd77 18/20: Fix interaction with auto-revert-mode.

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit c2ab91bd77810e4f083179fdfd3839953b03c450 Author: Jan Rehders Commit: Jan Rehders Fix interaction with auto-revert-mode. This fixes #10 on Github. --- hideshowvis.el | 29 - 1 file changed, 28 insertions(+), 1 deletion(-)

[nongnu] elpa/hideshowvis 8570f58ed3 13/20: Whitespace fix

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 8570f58ed3baad86c0e83c59480d0e51e1c0845e Author: Jan Rehders Commit: Jan Rehders Whitespace fix --- hideshowvis.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hideshowvis.el b/hideshowvis.el index b000279351..cc2928cd9b 1006

[nongnu] elpa/hideshowvis 51c9fcd8ff 05/20: v0.4

2024-06-15 Thread ELPA Syncer
branch: elpa/hideshowvis commit 51c9fcd8ff2519bc6fa48b50e13705fd515e1be6 Author: Jan Rehders Commit: Jan Rehders v0.4 - fixed bug causing transpose-words to be broken as well as causing problems when auto-fill-mode was enabled --- hideshowvis.el | 12 1 file chan

[nongnu] elpa/recomplete ef32c49fb6: Use a more sophisticated with-advice macro

2024-06-15 Thread ELPA Syncer
branch: elpa/recomplete commit ef32c49fb6001b953bf84f65de651877d721d8d4 Author: Campbell Barton Commit: Campbell Barton Use a more sophisticated with-advice macro This supports advising multiple functions at once. --- recomplete.el | 65 +

[nongnu] elpa/spell-fu 853e2f8c41: Use a more sophisticated with-advice macro

2024-06-15 Thread ELPA Syncer
branch: elpa/spell-fu commit 853e2f8c41404f578b7bd732f35c9d5114da6032 Author: Campbell Barton Commit: Campbell Barton Use a more sophisticated with-advice macro This supports advising multiple functions at once. --- spell-fu.el | 47 ++-

[elpa] externals-release/org 008c28426d 3/3: ob-clojure-cli-command: Fix :type declaration

2024-06-15 Thread ELPA Syncer
branch: externals-release/org commit 008c28426d8973ce2ba0734488669cc2d3261e47 Author: Ihor Radchenko Commit: Ihor Radchenko ob-clojure-cli-command: Fix :type declaration * lisp/ob-clojure.el (ob-clojure-cli-command): Allow nil value. It can happen, even though it will yield err

[elpa] externals/org updated (c4434f825d -> 96d149a660)

2024-06-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from c4434f825d ob-lua: Do not confuse list-like strings with lists new 4d4bc20861 (org-*-in-calendar): Prefer `apply' to `eval' new 3fa18371ee mk/default.mk (BTEST): Remove `-l cl' new cb758720f3 testing/org-test.el

[elpa] externals-release/org updated (be39e61c4e -> 008c28426d)

2024-06-15 Thread ELPA Syncer
elpasync pushed a change to branch externals-release/org. from be39e61c4e Use emacs-internal coding system to read/write Elisp data new a9a05dab81 lisp/org-src.el (org-src-lang-modes): Fix :type definition new 12243b9910 lisp/ob-lilypond.el (org-src-lang-modes): Fix alist v

[elpa] externals-release/org 12243b9910 2/3: lisp/ob-lilypond.el (org-src-lang-modes): Fix alist value

2024-06-15 Thread ELPA Syncer
branch: externals-release/org commit 12243b9910b2a44c0584cc95492446a34cf7c2bd Author: Ihor Radchenko Commit: Ihor Radchenko lisp/ob-lilypond.el (org-src-lang-modes): Fix alist value LilyPond-mode name should be a symbol as per `org-src-lang-modes' spec. Reported-by: Mic

[elpa] externals-release/org a9a05dab81 1/3: lisp/org-src.el (org-src-lang-modes): Fix :type definition

2024-06-15 Thread ELPA Syncer
branch: externals-release/org commit a9a05dab81eb4e7d6c74bb9755d50c08973f00d1 Author: Ihor Radchenko Commit: Ihor Radchenko lisp/org-src.el (org-src-lang-modes): Fix :type definition Reported-by: Mattias Engdegård Link: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71566 ---

[elpa] externals/org 4d4bc20861 1/4: (org-*-in-calendar): Prefer `apply' to `eval'

2024-06-15 Thread ELPA Syncer
branch: externals/org commit 4d4bc20861d33b00da38521467ea813fcc3daacc Author: Stefan Monnier Commit: Ihor Radchenko (org-*-in-calendar): Prefer `apply' to `eval' * lisp/org.el (org-funcall-in-calendar): Rename from `org-eval-in-calendar'. Use `apply' rather than `eval'. Use `wi

[elpa] externals/org cb758720f3 3/4: testing/org-test.el (): Remove dead code

2024-06-15 Thread ELPA Syncer
branch: externals/org commit cb758720f3bf8a8e5d22d454f5b239393c3a8071 Author: Stefan Monnier Commit: Ihor Radchenko testing/org-test.el (): Remove dead code (featurep 'org) is always non-nil here since we have a (require 'org) further up. I suspect other `require's nearby could

[elpa] externals/org 3fa18371ee 2/4: mk/default.mk (BTEST): Remove `-l cl'

2024-06-15 Thread ELPA Syncer
branch: externals/org commit 3fa18371ee02e43ba97d25ad551504ae2bca04ef Author: Stefan Monnier Commit: Ihor Radchenko mk/default.mk (BTEST): Remove `-l cl' The CL library is deprecated and it's not needed here any more. I suspect other `-l' could be removed here since `org-test' l

[elpa] externals/org 96d149a660 4/4: testing/lisp/*.el: Fix second arg to `signal'

2024-06-15 Thread ELPA Syncer
branch: externals/org commit 96d149a660e85114b34e817727bf971148be67cc Author: Stefan Monnier Commit: Ihor Radchenko testing/lisp/*.el: Fix second arg to `signal' The second argument to `signal' should be a list, as explained in its docstring. Fix `missing-test-dependency' signa

[nongnu] elpa/beancount updated (bdd71c570d -> 0a242aff8f)

2024-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/beancount. from bdd71c570d Implement xref backend new 649388fd7c better version checking new e5b50a6e78 correct function used new 0a242aff8f interactive spec fixes Summary of changes: beancount-tests.el | 2 +- beancount.el

[nongnu] elpa/beancount e5b50a6e78 2/3: correct function used

2024-06-15 Thread ELPA Syncer
branch: elpa/beancount commit e5b50a6e78a1eb1c09d0a56fe998660eebba7365 Author: Vladimir Kazanov Commit: Martin Blais correct function used --- beancount.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beancount.el b/beancount.el index a893b75f81..cb891a5797 100644

[nongnu] elpa/beancount 0a242aff8f 3/3: interactive spec fixes

2024-06-15 Thread ELPA Syncer
branch: elpa/beancount commit 0a242aff8f57139fcaca2923b26327dd86549325 Author: Vladimir Kazanov Commit: Martin Blais interactive spec fixes --- beancount.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beancount.el b/beancount.el index cb891a5797..b0ed7a9cfd 10064

[nongnu] elpa/beancount 649388fd7c 1/3: better version checking

2024-06-15 Thread ELPA Syncer
branch: elpa/beancount commit 649388fd7c9597d9dca1b82ba9fffc4aae96c77e Author: Vladimir Kazanov Commit: Martin Blais better version checking --- beancount-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beancount-tests.el b/beancount-tests.el index fee1f486a1..2

[nongnu] elpa/proof-general ea0f007c42 1/2: Reduce splash time to 1s.

2024-06-15 Thread ELPA Syncer
branch: elpa/proof-general commit ea0f007c4218c14947a8fb648d35c141bc0af5e8 Author: Pierre Courtieu Commit: Pierre Courtieu Reduce splash time to 1s. The idea is that this splash screen annoys everyone, even in its new manga-style form. I would even consider removing it

[nongnu] elpa/proof-general b9fdbbf0b5 2/2: Merge pull request #768 from Matafou/splash-time

2024-06-15 Thread ELPA Syncer
branch: elpa/proof-general commit b9fdbbf0b50fc2c0c2ef799d05b9c6c1019d17aa Merge: cb23709ad0 ea0f007c42 Author: Pierre Courtieu Commit: GitHub Merge pull request #768 from Matafou/splash-time --- generic/proof-splash.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen

[elpa] externals/persist 63808241b5: Also test that persist-reset does not reset to initial value

2024-06-15 Thread Philip Kaludercic
branch: externals/persist commit 63808241b51132e34375aa97d9bb1ee0e6821ce2 Author: Joseph Turner Commit: Philip Kaludercic Also test that persist-reset does not reset to initial value --- test/persist-tests.el | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff

[nongnu] main c7b774608a: * elpa-packages (org-transclusion-http): New package

2024-06-15 Thread Philip Kaludercic
branch: main commit c7b774608a8b17b5e95a096317d12fae7dc31b68 Author: Philip Kaludercic Commit: Philip Kaludercic * elpa-packages (org-transclusion-http): New package --- elpa-packages | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elpa-packages b/elpa-packages index b66ee9ca1e..c4815

[nongnu] elpa/hyperdrive 66f817b68f: Meta: Bump persist.el version to fix persist-reset

2024-06-15 Thread ELPA Syncer
branch: elpa/hyperdrive commit 66f817b68f250f0c230da282b68eb04519a9061a Author: Joseph Turner Commit: Joseph Turner Meta: Bump persist.el version to fix persist-reset --- hyperdrive.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdrive.el b/hyperdrive.el index 65

[nongnu] elpa/org-transclusion-http 5cff2bd817 03/42: Tests: Add manual tests

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 5cff2bd8173058f37eac9c95c9ffcbf4ab2d69a1 Author: Joseph Turner Commit: Joseph Turner Tests: Add manual tests --- test/manual-test.org | 17 + 1 file changed, 17 insertions(+) diff --git a/test/manual-test.org b/test/manual-test.org

[nongnu] elpa/org-transclusion-http 57992e1ba4 02/42: Meta: Hack to remove html

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 57992e1ba48bca6c501340632ba61110dad2f8c3 Author: Joseph Turner Commit: Joseph Turner Meta: Hack to remove html --- README.org | 1 - build-readme.el | 8 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.org b/READ

[nongnu] elpa/org-transclusion-http 050b2bf68c 16/42: Release v0.1

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 050b2bf68c7563b5599348385a41d1db31a5a7a7 Author: Joseph Turner Commit: Joseph Turner Release v0.1 --- README.org | 4 ++-- org-transclusion-http.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/REA

[nongnu] elpa/org-transclusion-http 4faa30638b 13/42: Meta: Add .dir-locals.el with spelling dictionary

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 4faa30638bde419a758d1025a0de8a29d19d2cab Author: Joseph Turner Commit: Joseph Turner Meta: Add .dir-locals.el with spelling dictionary --- .dir-locals.el | 4 1 file changed, 4 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el new fil

[nongnu] elpa/org-transclusion-http a0032d3d80 38/42: Meta: Add .elpaignore

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit a0032d3d809f4172d1f543f0ca2c283cf543bb50 Author: Joseph Turner Commit: Joseph Turner Meta: Add .elpaignore --- .elpaignore | 4 1 file changed, 4 insertions(+) diff --git a/.elpaignore b/.elpaignore new file mode 100644 index 00..5c38a

[nongnu] elpa/org-transclusion-http b9cdc3868a 14/42: Tidy: Appease checkdoc

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit b9cdc3868a26c31c7d35f1c5d8c14c3a98ca3df5 Author: Joseph Turner Commit: Joseph Turner Tidy: Appease checkdoc --- org-transclusion-http.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org-transclusion-http.el b/org-transclu

[nongnu] elpa/org-transclusion-http 0f80ffe4d1 35/42: Meta: Use Makefile instead of build-readme.el script

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 0f80ffe4d1900cc2cd6e0c90475fe5b4d1f4c288 Author: Joseph Turner Commit: Joseph Turner Meta: Use Makefile instead of build-readme.el script --- .build.yml | 2 +- Makefile| 26 ++ build-readme.el | 5 - 3 fil

[nongnu] elpa/org-transclusion-http 0de97e77dc 11/42: Link to test file in README

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 0de97e77dccc60e63306746976565bcf1c95300f Author: Joseph Turner Commit: Joseph Turner Link to test file in README --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index 96c92e15e5..41da73248c 100644 --- a/R

[nongnu] elpa/org-transclusion-http c7011230a4 31/42: Meta: Update changelog

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit c7011230a4f4abf29c11e3f51088465f07b954ec Author: Joseph Turner Commit: Joseph Turner Meta: Update changelog --- README.org | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index c2561efe17..c

[nongnu] elpa/org-transclusion-http 2f028aff5d 24/42: Meta: (README.org) Just export HTML body

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 2f028aff5d2e040984bf35d04c259865651b1388 Author: Joseph Turner Commit: Joseph Turner Meta: (README.org) Just export HTML body In this message (

[nongnu] elpa/org-transclusion-http f638a18832 12/42: Add makem git submodule

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit f638a1883222ba48260b65316b866ccb1625e945 Author: Joseph Turner Commit: Joseph Turner Add makem git submodule --- .gitmodules | 3 +++ makem | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules new file mode 100644 in

[nongnu] elpa/org-transclusion-http 95fae55e7a 41/42: v0.3

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 95fae55e7a507f365654eef7c7c608f25f3a6d51 Author: Joseph Turner Commit: Joseph Turner v0.3 --- README.org | 2 +- org-transclusion-http.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org in

[nongnu] elpa/org-transclusion-http 52db478cc0 30/42: Change: (org-transclusion-http--add-file) Improve error message

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 52db478cc08baba42a78756b548407cd55e36d59 Author: Joseph Turner Commit: Joseph Turner Change: (org-transclusion-http--add-file) Improve error message --- org-transclusion-http.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/o

[nongnu] elpa/org-transclusion-http d05b12141b 39/42: Meta: Update changelog

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit d05b12141b2d09792e6993ab67ce8f7caa8fc613 Author: Joseph Turner Commit: Joseph Turner Meta: Update changelog --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 49e9fa0f21..2102534c9a 10

[nongnu] elpa/org-transclusion-http 0a58e1e3fe 33/42: v0.2

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 0a58e1e3fe53f56fdd7ce66c59de5d68e096d527 Author: Joseph Turner Commit: Joseph Turner v0.2 --- README.org | 2 +- org-transclusion-http.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org in

[nongnu] elpa/org-transclusion-http 886f0563c3 37/42: Meta: Improve package description

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 886f0563c38f4bcc4960a73d7b01fad94bb89431 Author: Joseph Turner Commit: Joseph Turner Meta: Improve package description --- org-transclusion-http.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-transclusion-http.el b/or

[nongnu] elpa/org-transclusion-http 44f16ab7bc 08/42: Tidy: Rename internal functions

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 44f16ab7bc34f59c26dc8650f2fbc27a5a545011 Author: Joseph Turner Commit: Joseph Turner Tidy: Rename internal functions --- org-transclusion-http.el | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org-transclusion-http.el b/

[nongnu] elpa/org-transclusion-http 82530625be 28/42: Docs: Fix installation instructions

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 82530625be230ebe3d0df3199e0e30d6325f61f8 Author: Joseph Turner Commit: Joseph Turner Docs: Fix installation instructions --- README.org | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index

[nongnu] elpa/org-transclusion-http 9f667e803f 09/42: Change: Autoload entry point

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 9f667e803fc88d15783faf938c2d2aea1ae81879 Author: Joseph Turner Commit: Joseph Turner Change: Autoload entry point --- org-transclusion-http.el | 1 + 1 file changed, 1 insertion(+) diff --git a/org-transclusion-http.el b/org-transclusion-http.el in

[nongnu] elpa/org-transclusion-http 2d38cd2173 36/42: Meta: Add dir-locals

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 2d38cd21732d6a9375dd53d573f5fffb0441e58b Author: Joseph Turner Commit: Joseph Turner Meta: Add dir-locals --- .dir-locals.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index da521918f5..e3

[nongnu] elpa/org-transclusion-http be6ccfda05 15/42: Meta: Add .gitignore

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit be6ccfda0556c0ca9b570427fb0057f113828b37 Author: Joseph Turner Commit: Joseph Turner Meta: Add .gitignore --- .gitignore | 10 ++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 00..6

[nongnu] elpa/org-transclusion-http 9af5b3c800 18/42: Comment: Fix comment

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 9af5b3c8005302ac36c3051d5da8ebf85cd514d9 Author: Joseph Turner Commit: Joseph Turner Comment: Fix comment --- org-transclusion-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-transclusion-http.el b/org-transclusion-ht

[nongnu] elpa/org-transclusion-http 47e315d7ea 10/42: Update README

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 47e315d7ea5631296cfbc96347c703b29681a74a Author: Joseph Turner Commit: Joseph Turner Update README --- README.org | 38 ++ 1 file changed, 38 insertions(+) diff --git a/README.org b/README.org index 97c56530bc..9

[nongnu] elpa/org-transclusion-http 0279281629 23/42: Fix: Typo in version string

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 02792816291ebe655ae97bae62e34adc91b9e336 Author: Joseph Turner Commit: Joseph Turner Fix: Typo in version string --- org-transclusion-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-transclusion-http.el b/org-transclu

[nongnu] elpa/org-transclusion-http 07efa8aa4a 27/42: Fix: (org-transclusion-http--add-file) Print error with prin1

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 07efa8aa4a22c9a8a2f1e22ca3a08bc2fa97213e Author: Joseph Turner Commit: Joseph Turner Fix: (org-transclusion-http--add-file) Print error with prin1 --- org-transclusion-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-t

[nongnu] elpa/org-transclusion-http 25835b4a6d 29/42: Change: (org-transclusion-http--add-file) Minor refactor, add check

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 25835b4a6d24aca502a4f6274c14f17ece799a97 Author: Adam Porter Commit: Adam Porter Change: (org-transclusion-http--add-file) Minor refactor, add check --- org-transclusion-http.el | 87 +--- 1 file changed,

[nongnu] elpa/org-transclusion-http 0808a3b302 01/42: Initial commit

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 0808a3b302d6dd620e87497774fc65a1fb813d44 Author: Joseph Turner Commit: Joseph Turner Initial commit --- .build.yml | 12 + LICENSE | 661 +++ README.org | 28

[nongnu] elpa/org-transclusion-http a7ac91afae 20/42: Change: (--add-file) Update to renamed org-transclusion-add-payload

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit a7ac91afaeb9354a440b35c2e62f921001333a58 Author: Joseph Turner Commit: Joseph Turner Change: (--add-file) Update to renamed org-transclusion-add-payload --- org-transclusion-http.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -

[nongnu] elpa/org-transclusion-http f8b79cf019 21/42: Change: (org-transclusion-http--add-file) Use noquery t

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit f8b79cf0197c4ea03046c65b328475a0181cb866 Author: Joseph Turner Commit: Joseph Turner Change: (org-transclusion-http--add-file) Use noquery t --- org-transclusion-http.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org-trans

[nongnu] elpa/org-transclusion-http 2ccafccb5f 26/42: Meta: Fix README.org formatting

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 2ccafccb5f7ede24abcc4de000feab436be5d553 Author: Joseph Turner Commit: Joseph Turner Meta: Fix README.org formatting --- README.org | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.org b/README.org

[nongnu] branch elpa/org-transclusion-http created (now ebbeba006c)

2024-06-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/org-transclusion-http. at ebbeba006c Meta: v0.4-pre This branch includes the following new commits: new 0808a3b302 Initial commit new 57992e1ba4 Meta: Hack to remove html new 5cff2bd817 Tests: Add manual tests new

[nongnu] elpa/org-transclusion-http 0f7218b03a 32/42: Meta: Acknowledge Adam Porter

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 0f7218b03a1424d3cb803b947161aea4b1cbd96f Author: Joseph Turner Commit: Joseph Turner Meta: Acknowledge Adam Porter --- README.org | 4 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index cff69ac363..ee4814b286 100644 ---

[nongnu] elpa/org-transclusion-http 342d14539a 22/42: Tidy: Wrap URL in <>

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 342d14539a0e80c2a4e38869d1cf77b82ebc1917 Author: Joseph Turner Commit: Joseph Turner Tidy: Wrap URL in <> --- org-transclusion-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-transclusion-http.el b/org-transclusion-ht

[nongnu] elpa/org-transclusion-http f6b45bf1b6 07/42: Tidy README

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit f6b45bf1b64dc9554deabec8e1487666c9b03a99 Author: Joseph Turner Commit: Joseph Turner Tidy README --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 18d64e79f4..97c56530bc 100644 ---

[nongnu] elpa/org-transclusion-http 59df1f0e2a 34/42: Meta: 0.3-pre

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 59df1f0e2a0873bdceb77b4aa1ef07025e7ffa73 Author: Joseph Turner Commit: Joseph Turner Meta: 0.3-pre --- README.org | 4 org-transclusion-http.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/REA

[nongnu] elpa/org-transclusion-http a33bd93cb4 06/42: Docs: Remove TOC

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit a33bd93cb45b0217aaa99c2d92ec233276f4144b Author: Joseph Turner Commit: Joseph Turner Docs: Remove TOC --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 5dcaf79d8f..18d64e79f4 100644 ---

[nongnu] elpa/org-transclusion-http 37fd4b4a9e 04/42: Change: (org-transclusion-http-add-callback) Distinguish tc-types

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 37fd4b4a9ec7a257804a3b495a5565dc376e4c24 Author: Joseph Turner Commit: Joseph Turner Change: (org-transclusion-http-add-callback) Distinguish tc-types --- org-transclusion-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o

[nongnu] elpa/org-transclusion-http 445a64447a 19/42: Add rudimentary error handling and manual error test

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit 445a64447a6f286b6bf280c4a3422a3dc2c0b876 Author: Joseph Turner Commit: Joseph Turner Add rudimentary error handling and manual error test --- org-transclusion-http.el | 9 - test/manual-test.org | 3 +++ 2 files changed, 11 insertions(+)

[nongnu] elpa/org-transclusion-http ebbeba006c 42/42: Meta: v0.4-pre

2024-06-15 Thread ELPA Syncer
branch: elpa/org-transclusion-http commit ebbeba006c06a8d59bda1c8cfa2bf42af106af14 Author: Joseph Turner Commit: Joseph Turner Meta: v0.4-pre --- README.org | 4 org-transclusion-http.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/RE

  1   2   >