[elpa] externals/llm c7fb8ee512: Fix bug in how we calculate Open AI number of calls in streaming (#64)

2024-08-15 Thread ELPA Syncer
branch: externals/llm commit c7fb8ee5125cb8642514189891eda9472d463caf Author: Andrew Hyatt Commit: GitHub Fix bug in how we calculate Open AI number of calls in streaming (#64) * Fix bug in how we calculate Open AI number of calls in streaming This fixes https://github.com/

[elpa] externals/auctex 52911e6211: Arrange the documentations about update history

2024-08-15 Thread ELPA Syncer
branch: externals/auctex commit 52911e62118c61b3e023250a2ac0e5def62a2add Author: Ikumi Keita Commit: Ikumi Keita Arrange the documentations about update history * doc/changes.texi: * doc/history.texi: Move entries before v14 in changes.texi into history.texi, and delete

[nongnu] elpa/spacemacs-theme d02edec794: completions-common-part, help-key-binding faces

2024-08-15 Thread ELPA Syncer
branch: elpa/spacemacs-theme commit d02edec79404e807445b62d0d2fc1a6fbcc10c71 Author: nashamri Commit: nashamri completions-common-part, help-key-binding faces --- spacemacs-theme.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spacemacs-theme.el b/spacemacs-theme.el index c59ef75eb

[nongnu] elpa/hyperdrive 9815aae528 3/9: Fix: (he//invalidate) Compilation error

2024-08-15 Thread ELPA Syncer
branch: elpa/hyperdrive commit 9815aae528432991fa5f86cb7bdc3511040538a9 Author: Joseph Turner Commit: Joseph Turner Fix: (he//invalidate) Compilation error --- hyperdrive-dir.el | 30 ++ hyperdrive-ewoc.el| 46 -

[nongnu] elpa/hyperdrive fc6bdea9ec 4/9: Fix: (hyperdrive-install) Compilation warning

2024-08-15 Thread ELPA Syncer
branch: elpa/hyperdrive commit fc6bdea9ec194c9b73d815422f020540440fd028 Author: Joseph Turner Commit: Joseph Turner Fix: (hyperdrive-install) Compilation warning --- hyperdrive.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdrive.el b/hyperdrive.el index 676c9d0

[nongnu] elpa/hyperdrive 07081f787d 7/9: Fix: (he/next) Use cached latest version

2024-08-15 Thread ELPA Syncer
branch: elpa/hyperdrive commit 07081f787d925232e2da1815eb7ca6f653040fd9 Author: Joseph Turner Commit: Joseph Turner Fix: (he/next) Use cached latest version This resolves a bug where the menu refused to open when the gateway was off and the current buffer was visiting an old ver

[nongnu] elpa/hyperdrive 8dce0e034d 8/9: Fix: (he/within-version-range) Handle version-less ENTRY argument

2024-08-15 Thread ELPA Syncer
branch: elpa/hyperdrive commit 8dce0e034d5c1336041f4b365ce8d0ac49a70044 Author: Joseph Turner Commit: Joseph Turner Fix: (he/within-version-range) Handle version-less ENTRY argument --- hyperdrive-lib.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyperdrive-lib.el

[nongnu] elpa/hyperdrive 3eae122932 1/9: Fix: (h/history-current-entry) Move into hyperdrive-lib.el

2024-08-15 Thread ELPA Syncer
branch: elpa/hyperdrive commit 3eae122932b92c45e4de5a580474fc3b737c158a Author: Joseph Turner Commit: Joseph Turner Fix: (h/history-current-entry) Move into hyperdrive-lib.el Before this commit, h/history-find-buffer-visiting, which was defined in hyperdrive-lib.el, called (buff

[nongnu] elpa/hyperdrive updated (0779db8882 -> 78035e0e21)

2024-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/hyperdrive. from 0779db8882 Merge: Forget files from history buffer; refactor hyperdrive-history new 3eae122932 Fix: (h/history-current-entry) Move into hyperdrive-lib.el new 2cf19fe099 Fix: (hyperdrive-dir-handler) Compilation warni

[nongnu] elpa/hyperdrive 2cf19fe099 2/9: Fix: (hyperdrive-dir-handler) Compilation warning

2024-08-15 Thread ELPA Syncer
branch: elpa/hyperdrive commit 2cf19fe0995fd19961dfa7fa55ce8c5187c8bc83 Author: Joseph Turner Commit: Joseph Turner Fix: (hyperdrive-dir-handler) Compilation warning --- hyperdrive-dir.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdrive-dir.el b/hyperdrive-dir.

[nongnu] elpa/hyperdrive 78035e0e21 9/9: Tidy: (he/within-version-range) Docstring

2024-08-15 Thread ELPA Syncer
branch: elpa/hyperdrive commit 78035e0e210fe001f4deb6f773db5c34a0c8ca86 Author: Joseph Turner Commit: Joseph Turner Tidy: (he/within-version-range) Docstring --- hyperdrive-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index

[nongnu] elpa/hyperdrive 05db537bbb 6/9: Tidy: Spacing

2024-08-15 Thread ELPA Syncer
branch: elpa/hyperdrive commit 05db537bbbe5ac1e95ab2504c711daef3772d704 Author: Joseph Turner Commit: Joseph Turner Tidy: Spacing --- hyperdrive-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperdrive-menu.el b/hyperdrive-menu.el index 5a81e17883..818cfd5b27 1

[nongnu] elpa/hyperdrive aeaa3867e5 5/9: Fix: (h//download-monitor-update) Compilation warning

2024-08-15 Thread ELPA Syncer
branch: elpa/hyperdrive commit aeaa3867e5ee6be67c66f8ee4237f2e8d38bba5a Author: Joseph Turner Commit: Joseph Turner Fix: (h//download-monitor-update) Compilation warning This commit again makes hyperdrive-download-monitor.el agnostic to the type of downloaded file. --- hyperdri

[nongnu] elpa/racket-mode 3cb49c513d 2/2: racket-xp-mode references: Show context

2024-08-15 Thread ELPA Syncer
branch: elpa/racket-mode commit 3cb49c513d56cc615e4b932bb08406dec93471a7 Author: Greg Hendershott Commit: Greg Hendershott racket-xp-mode references: Show context --- racket-xp.el | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/racket-xp.el b

[nongnu] elpa/racket-mode 2550fc88bf 1/2: Better support context-menu-mode

2024-08-15 Thread ELPA Syncer
branch: elpa/racket-mode commit 2550fc88bf19b2886fb047908f9413f445dde082 Author: Greg Hendershott Commit: Greg Hendershott Better support context-menu-mode The TL;DR is not to assume `point` is the relevant position. When `this-command` came from a mouse event, use the mouse cur

[nongnu] elpa/racket-mode updated (7190f9c863 -> 3cb49c513d)

2024-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/racket-mode. from 7190f9c863 Fix mistake in commit f848522 new 2550fc88bf Better support context-menu-mode new 3cb49c513d racket-xp-mode references: Show context Summary of changes: racket-util.el | 81 ++

[elpa] externals/org 50be048ad0 1/2: org-display-inline-image--width: Fix regexp

2024-08-15 Thread ELPA Syncer
branch: externals/org commit 50be048ad0cbe0e9150ca2351b894b041ae7cf49 Author: Ihor Radchenko Commit: Ihor Radchenko org-display-inline-image--width: Fix regexp * lisp/org.el (org-display-inline-image--width): Ignore non-pixel specifications like :width 4in (previously treated as

[elpa] externals/org 38d1bc67b2 2/2: lisp/ox-publish.el: Use publish time in publish cache

2024-08-15 Thread ELPA Syncer
branch: externals/org commit 38d1bc67b2ac9587405bc8676f6ea1b9d20abc1c Author: Jens Lechtenbörger Commit: Ihor Radchenko lisp/ox-publish.el: Use publish time in publish cache * lisp/ox-publish.el (org-publish-update-timestamp): Store current time in publish cache, instead of modi

[elpa] externals/org updated (482bc31565 -> 38d1bc67b2)

2024-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/org. from 482bc31565 org-babel-demarcate-block: Fix keeping BEGIN_SRC/END_SRC case new 50be048ad0 org-display-inline-image--width: Fix regexp new 38d1bc67b2 lisp/ox-publish.el: Use publish time in publish cache Summary of chang

[elpa] externals/kubed 8631376ce4: Fix default namespace selection in other contexts

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit 8631376ce4e79f7a68a72a68404209b4f11f453a Author: Eshel Yaron Commit: Eshel Yaron Fix default namespace selection in other contexts * kubed.el (kubed--namespace): New function. Use it instead of 'kubed-local-namespace' for contexts other than '

[elpa] externals/beframe 70d120a66b 5/8: Merge branch 'protesilaos:main' into collect-bufs

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit 70d120a66b5cc1a1506ae9ae8cf57942ba02ed7e Merge: 24d0f133b2 cd766c5b9c Author: Bruno Boal <64701878+bb...@users.noreply.github.com> Commit: GitHub Merge branch 'protesilaos:main' into collect-bufs

[elpa] externals/beframe 24d0f133b2 4/8: Proposal for refactored `beframe--global-buffers'

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit 24d0f133b2675ed446ed36797752499b10d26742 Author: Bruno Boal Commit: Bruno Boal Proposal for refactored `beframe--global-buffers' --- beframe.el | 14 ++ 1 file changed, 14 insertions(+) diff --git a/beframe.el b/beframe.el index 6b61643db0..c57c

[elpa] externals/beframe bf6453d764 6/8: Merge pull request #8 from BBoal/collect-bufs

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit bf6453d76433ae74a9fe2665f76a5cdb8a7fc136 Merge: cd766c5b9c 70d120a66b Author: Protesilaos Stavrou Commit: GitHub Merge pull request #8 from BBoal/collect-bufs Correction of previous expected behaviour and proposal for refactored deleted function ---

[elpa] externals/beframe 4c9aa91dc3 8/8: Acknowledge Fritz Grabo for commit c54b028

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit 4c9aa91dc3f5f28e2d3e2dfda779c85ffb25e4ad Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Fritz Grabo for commit c54b028 The change is small, meaning that Fritz does not need to assign copyright to the Free Software Foundation.

[elpa] externals/beframe 81dae94b66 7/8: Merge pull request #6 from fritzgrabo/harden-beframe-infer-frame-name

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit 81dae94b66b2fdc8e24a0267a93851e98b00a754 Merge: bf6453d764 c54b028a73 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #6 from fritzgrabo/harden-beframe-infer-frame-name Harden `beframe-infer-frame-name` w.r.t. known project dirs (`proj

[elpa] externals/beframe 50dace927c 2/8: Acknowledge Bruno Boal for commits 5fa7306, 3009b26

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit 50dace927c0545034f6730981a28c06f46867a69 Author: Protesilaos Stavrou Commit: Bruno Boal Acknowledge Bruno Boal for commits 5fa7306, 3009b26 Bruno has assigned copyright to the Free Software Foundation. --- README.org | 3 ++- 1 file changed, 2 inser

[elpa] externals/beframe c54b028a73 1/8: Harden beframe-infer-frame-name wrt known project dirs

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit c54b028a733e34b793fcad154edef1ede7f11855 Author: Fritz Grabo Commit: Fritz Grabo Harden beframe-infer-frame-name wrt known project dirs In newer versions of Emacs, project.el abbreviates local directory names in `project--list'. --- beframe.el |

[elpa] externals/beframe updated (cd766c5b9c -> 4c9aa91dc3)

2024-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/beframe. from cd766c5b9c Acknowledge Bruno Boal for commits 5fa7306, 3009b26 new 50dace927c Acknowledge Bruno Boal for commits 5fa7306, 3009b26 new 584b5378e7 Fix issue with frame argument in 'beframe--get-buffers' new 24d

[elpa] externals/beframe 584b5378e7 3/8: Fix issue with frame argument in 'beframe--get-buffers'

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit 584b5378e7a9389e7105570e5ffb07e6e80b Author: Bruno Boal Commit: Bruno Boal Fix issue with frame argument in 'beframe--get-buffers' --- beframe.el | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/beframe.el b/beframe.el in

[elpa] externals/auctex updated (e8956d2523 -> 552a835a64)

2024-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/auctex. from e8956d2523 Fix for Emacs<29 to work with local Git repo new 12fcab9e89 Add new style/langscibook.el new 552a835a64 ; * NEWS.org (Added): Announce the new style. Summary of changes: NEWS.org | 5 +- st

[elpa] externals/auctex 12fcab9e89 1/2: Add new style/langscibook.el

2024-08-15 Thread ELPA Syncer
branch: externals/auctex commit 12fcab9e89d424ac58b3bd1f31299b12ea9c48a5 Author: Arash Esbati Commit: Arash Esbati Add new style/langscibook.el * style/langscibook.el: New file. --- style/langscibook.el | 128 +++ 1 file changed, 128

[elpa] externals/auctex 552a835a64 2/2: ; * NEWS.org (Added): Announce the new style.

2024-08-15 Thread ELPA Syncer
branch: externals/auctex commit 552a835a64d7d99fe3c182caf0352ba933dc90ef Author: Arash Esbati Commit: Arash Esbati ; * NEWS.org (Added): Announce the new style. --- NEWS.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index 6fcce2707c..fff910

[elpa] externals/kubed 003ecf531c 04/12: Teach rollout commands about buffer-local contexts

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit 003ecf531c6948ba3cbef9d58dac4552caa9d74b Author: Eshel Yaron Commit: Eshel Yaron Teach rollout commands about buffer-local contexts * kubed-transient.el (kubed-transient-rollout): Add "--context" infix argument. * kubed.el (kubed-restart-deploy

[elpa] externals/kubed cdeb94ea56 03/12: ; Use local context as default in some prompts

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit cdeb94ea56fb17d60896fb6b21350857e025726a Author: Eshel Yaron Commit: Eshel Yaron ; Use local context as default in some prompts --- kubed.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubed.el b/kubed.el index 485b1c05bc..d96fa8121

[elpa] externals/kubed 0863c58f1a 12/12: ; Update NEWS.org and bump version to 0.3.2

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit 0863c58f1a8aedbc935fa6bb18bbdf3f7c1e939c Author: Eshel Yaron Commit: Eshel Yaron ; Update NEWS.org and bump version to 0.3.2 --- NEWS.org | 9 - kubed.el | 2 +- kubed.texi | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/N

[elpa] externals/kubed updated (cca5f42891 -> 0863c58f1a)

2024-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/kubed. from cca5f42891 ; (kubed-list-delete-marked): Update original buffer. new a46344f2b0 Use buffer-local context in 'kubed-list-*' commands new 72593fb84f ; (kubed-current-namespace): Use buffer-local context. new cdeb

[elpa] externals/kubed ae4ba0de59 10/12: Teach additional commands about buffer-local contexts

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit ae4ba0de59fb262c3ba30f228cee569901b25274 Author: Eshel Yaron Commit: Eshel Yaron Teach additional commands about buffer-local contexts * kubed.el (kubed-set-namespace): Update docstring. (kubed-apply, kubed-run, kubed-logs, kubed-attach) (kubed

[elpa] externals/kubed 72593fb84f 02/12: ; (kubed-current-namespace): Use buffer-local context.

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit 72593fb84f6290fa94cadc4f980f98afa3d70de1 Author: Eshel Yaron Commit: Eshel Yaron ; (kubed-current-namespace): Use buffer-local context. --- kubed.el | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/kubed.el b/k

[elpa] externals/kubed a46344f2b0 01/12: Use buffer-local context in 'kubed-list-*' commands

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit a46344f2b013570719f69acd03600190d6417b98 Author: Eshel Yaron Commit: Eshel Yaron Use buffer-local context in 'kubed-list-*' commands * kubed.el (kubed-define-resource): Use 'kubed-local-context' instead of 'kubed-current-context' in generated 'kube

[elpa] externals/kubed 5b2f47142a 06/12: Teach 'kubed-patch' about buffer-local contexts

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit 5b2f47142a38fde1507540429aa6e3e47cd24abe Author: Eshel Yaron Commit: Eshel Yaron Teach 'kubed-patch' about buffer-local contexts * kubed.el (kubed-patch): Use buffer-local context and handle prefix arg. * kubed-transient.el (kubed-transient-pat

[elpa] externals/kubed e545b90c54 05/12: ; (kubed-resource-names): Default to local context and namespace

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit e545b90c541776bd31462e31fcc95a1df4431208 Author: Eshel Yaron Commit: Eshel Yaron ; (kubed-resource-names): Default to local context and namespace --- kubed.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubed.el b/kubed.el index 558

[elpa] externals/kubed 6c6886bdcd 11/12: New user option 'kubed-default-context-and-namespace'

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit 6c6886bdcda13e9c7500ca48205b4f8de0b0daff Author: Eshel Yaron Commit: Eshel Yaron New user option 'kubed-default-context-and-namespace' * kubed.el (kubed-default-context-and-namespace): New user option and function of same name. (kubed-default-c

[elpa] externals/kubed 5954f4f339 09/12: ; Fix regex matching multi-hop Tramp file names

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit 5954f4f3395d0caa482ea954a017d8b474c78008 Author: Eshel Yaron Commit: Eshel Yaron ; Fix regex matching multi-hop Tramp file names * kubed.el (kubed-local-namespace) (kubed-local-context-and-namespace): Tweak regex. --- kubed.el | 4 ++-- 1 file cha

[elpa] externals/kubed 5cb64af942 07/12: Teach 'kubed-diff' about buffer-local contexts

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit 5cb64af94272bffd19672a1da5e8d3eeb6b8edd6 Author: Eshel Yaron Commit: Eshel Yaron Teach 'kubed-diff' about buffer-local contexts * kubed.el (kubed-diff): Use buffer-local context and handle prefix arg. * kubed-transient.el (kubed-transient-diff)

[elpa] externals/kubed a1c741360a 08/12: Teach 'kubed-exec' about buffer-local contexts

2024-08-15 Thread ELPA Syncer
branch: externals/kubed commit a1c741360a824c1e2be6199c903c15a06b3fa5a1 Author: Eshel Yaron Commit: Eshel Yaron Teach 'kubed-exec' about buffer-local contexts * kubed.el (kubed-diff): Use buffer-local context and change handling of prefix argument. * kubed-transient.el (kube

[nongnu] main 6a3a4692b7: elpa-packages (d-mode): drop :ignored-files

2024-08-15 Thread Philip Kaludercic
branch: main commit 6a3a4692b78145de00a4c1ad345107bbf9160307 Author: Jeremy Baxter Commit: Philip Kaludercic elpa-packages (d-mode): drop :ignored-files --- elpa-packages | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/elpa-packages b/elpa-packages index 3bc355144e..c6

[nongnu] elpa/with-editor d30a96c7b2: ci: Publish manual for tagged releases

2024-08-15 Thread ELPA Syncer
branch: elpa/with-editor commit d30a96c7b24947c3651c6d65a40b9b67aa110971 Author: Jonas Bernoulli Commit: Jonas Bernoulli ci: Publish manual for tagged releases --- .github/workflows/manual.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual.yml b/.github/workflo

[nongnu] elpa/magit-section updated (5a090e879d -> 07142e2b5b)

2024-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit-section. from 5a090e879d Add changelog file adds 07142e2b5b ci: Publish manual for tagged releases No new revisions were added by this update. Summary of changes: .github/workflows/manual.yml | 1 + 1 file changed, 1 insertion(+)

[nongnu] elpa/magit updated (5a090e879d -> 07142e2b5b)

2024-08-15 Thread ELPA Syncer
elpasync pushed a change to branch elpa/magit. from 5a090e879d Add changelog file adds 07142e2b5b ci: Publish manual for tagged releases No new revisions were added by this update. Summary of changes: .github/workflows/manual.yml | 1 + 1 file changed, 1 insertion(+)

[nongnu] elpa/git-commit 07142e2b5b: ci: Publish manual for tagged releases

2024-08-15 Thread ELPA Syncer
branch: elpa/git-commit commit 07142e2b5b5a8381308535ace8aca1f8cb204b93 Author: Jonas Bernoulli Commit: Jonas Bernoulli ci: Publish manual for tagged releases --- .github/workflows/manual.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual.yml b/.github/workflow

[elpa] externals/hyperbole 4a30aab3b7: Add hywiki publish and export tests (#575)

2024-08-15 Thread ELPA Syncer
branch: externals/hyperbole commit 4a30aab3b740ce99223bf4fcc61af607a609c701 Author: Mats Lidell Commit: GitHub Add hywiki publish and export tests (#575) --- ChangeLog| 7 ++ test/hywiki-tests.el | 66 +++- 2 files changed, 72

[elpa] externals/beframe cd766c5b9c 4/4: Acknowledge Bruno Boal for commits 5fa7306, 3009b26

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit cd766c5b9c4b8d89d7d6cdcbbb8338aeaa9834f1 Author: Protesilaos Stavrou Commit: Protesilaos Stavrou Acknowledge Bruno Boal for commits 5fa7306, 3009b26 Bruno has assigned copyright to the Free Software Foundation. --- README.org | 3 ++- 1 file changed

[elpa] externals/beframe 3009b26402 2/4: Add more general 'beframe--get-buffers' function

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit 3009b2640248fa2ea062dd6c0512c0ccc8cab6b9 Author: Bruno Boal Commit: Bruno Boal Add more general 'beframe--get-buffers' function --- beframe.el | 61 + 1 file changed, 25 insertions(+), 36 deletions(

[elpa] externals/beframe updated (af8ef10149 -> cd766c5b9c)

2024-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/beframe. from af8ef10149 Make beframe-infer-frame-name not choke on non-project directory new 5fa7306346 Add 'beframe--remove-internal-buffers' function new 3009b26402 Add more general 'beframe--get-buffers' function new

[elpa] externals/beframe 5fa7306346 1/4: Add 'beframe--remove-internal-buffers' function

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit 5fa7306346186e45a4ec6b089ee4c8a78c2facd7 Author: Bruno Boal Commit: Bruno Boal Add 'beframe--remove-internal-buffers' function --- beframe.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/beframe.el b/beframe.el index 0e807262de..dbcd558010 1006

[elpa] externals/beframe cf56beca8e 3/4: Merge pull request #7 from BBoal/collect-bufs

2024-08-15 Thread ELPA Syncer
branch: externals/beframe commit cf56beca8ede0e995033c23aefc2efac517ca063 Merge: af8ef10149 3009b26402 Author: Protesilaos Stavrou Commit: GitHub Merge pull request #7 from BBoal/collect-bufs General refactoring refinements --- beframe.el | 68 +-

[nongnu] elpa/cider 144811a819: [Fix #3725] Use defvaralias for x-gtk-use-system-tooltips on emacs29

2024-08-15 Thread ELPA Syncer
branch: elpa/cider commit 144811a819b469cd797c88ec1f24119cfa8454af Author: larstvei Commit: Bozhidar Batsov [Fix #3725] Use defvaralias for x-gtk-use-system-tooltips on emacs29 --- cider-mode.el | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cider-mode.el b/cider-

[nongnu] elpa/cider cd4c1180bc: [Fix #3733] Remove support for sideloading

2024-08-15 Thread ELPA Syncer
branch: elpa/cider commit cd4c1180bc5a0379aa1bb94b539cf15341b6c73f Author: Bozhidar Batsov Commit: Bozhidar Batsov [Fix #3733] Remove support for sideloading Sideloading was removed in nREPL 1.3, as it was not particularly useful and never gain any meaningful adoption in the bro

[elpa] externals/hyperbole updated (690126165d -> f3236f1012)

2024-08-15 Thread ELPA Syncer
elpasync pushed a change to branch externals/hyperbole. from 690126165d Merge pull request #572 from rswgnu/rsw new 8d8489706f Add HyWiki demo section to FAST-DEMO and hywiki/*.org files new 66f7dc3de4 Merge pull request #574 from rswgnu/rsw new f3236f1012 Fix link

[elpa] externals/hyperbole 66f7dc3de4 2/3: Merge pull request #574 from rswgnu/rsw

2024-08-15 Thread ELPA Syncer
branch: externals/hyperbole commit 66f7dc3de415fc597a940102e22f5c0a2bcfeb6c Merge: 690126165d 8d8489706f Author: Robert Weiner Commit: GitHub Merge pull request #574 from rswgnu/rsw Add HyWiki demo section to FAST-DEMO and hywiki/*.org files --- ChangeLog | 8 ++

[elpa] externals/hyperbole 8d8489706f 1/3: Add HyWiki demo section to FAST-DEMO and hywiki/*.org files

2024-08-15 Thread ELPA Syncer
branch: externals/hyperbole commit 8d8489706fc761829dbf7c3ca5f995d4ed09da83 Author: bw Commit: bw Add HyWiki demo section to FAST-DEMO and hywiki/*.org files --- ChangeLog | 8 ++ FAST-DEMO | 36 Makefile | 12

[elpa] externals/hyperbole f3236f1012 3/3: Fix link regression (#573)

2024-08-15 Thread ELPA Syncer
branch: externals/hyperbole commit f3236f1012b71cea0783e71b244d36045706691e Author: Mats Lidell Commit: GitHub Fix link regression (#573) The link works but it stands out from the rest of the links by not using the same pattern. --- FAST-DEMO | 2 +- 1 file changed, 1 insertion

[elpa] externals/auctex e8956d2523: Fix for Emacs<29 to work with local Git repo

2024-08-15 Thread ELPA Syncer
branch: externals/auctex commit e8956d252378288f0956ad64426967dd8d4a8dca Author: Ikumi Keita Commit: Ikumi Keita Fix for Emacs<29 to work with local Git repo * GNUmakefile: Fix autoload generation code to embed load-path arrangement in auctex-autoloads.el even for Emacs<29. ---