[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 0080393384 147/163: Change: (h/menu-bar-menu) A
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 0080393384 147/163: Change: (h/menu-bar-menu) Add :active to menu bar stop/version |
Date: |
Fri, 31 May 2024 04:00:36 -0400 (EDT) |
branch: elpa/hyperdrive
commit 00803933848a47dea47b8a0a17709922fd013e42
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Change: (h/menu-bar-menu) Add :active to menu bar stop/version
---
hyperdrive.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index d8af087c86..4512e76d03 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -833,9 +833,11 @@ The return value of this function is the retrieval buffer."
:help "Restart the gateway"
:visible (or (h/gateway-live-p) (h//gateway-ready-p))]
["Stop Gateway" h/stop
- :help "Stop the gateway"]
+ :help "Stop the gateway"
+ :active (or (h/gateway-live-p) (h//gateway-ready-p))]
["Gateway Version" h/gateway-version
- :help "Say gateway version"]
+ :help "Say gateway version"
+ :active (h//gateway-ready-p)]
["Install Gateway" h/install
:label (if (h/gateway-needs-upgrade-p) "Upgrade" "Install")
:visible (and (not (h/gateway-installing-p))
- [nongnu] elpa/hyperdrive f217cfeccf 122/163: Notes: Update, (continued)
- [nongnu] elpa/hyperdrive f217cfeccf 122/163: Notes: Update, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 56aa3e7c25 125/163: Comment: Remove TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e8f824d91f 124/163: Change: (h//hyper-gateway-ushin-path) Remove process check, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 8700e9abcc 130/163: Tidy: (hyperdrive-install) Consolidate let-bindings, reduce nesting, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 12142046dd 132/163: Change: (h/menu) Move "Install"/"Cancel install" to top of section, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 7e3b3d2a56 123/163: Fix: (h/install) Use make-temp-name, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 0b2b10f165 133/163: Add: (h/gateway-needs-upgrade-p) Predicate function, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 570926de88 137/163: Change: (h/gateway-port) Rename from h/hyper-gateway-ushin-port, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 943d624839 140/163: Tidy: Say "the gateway" instead of "hyper-gateway-ushin", ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 2d9a393e34 141/163: Docs: TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 0080393384 147/163: Change: (h/menu-bar-menu) Add :active to menu bar stop/version,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 30943e9b8d 150/163: Docs: Document changes, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 5d44ead339 157/163: Change: (h/install) Prompt with size before downloading, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 3e1b496781 155/163: Fix: (hyperdrive-install) Variable, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 877d784815 159/163: Comment: Update TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 7ecfc8e8c2 151/163: Docs: Update Troubleshooting section, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 5dbf46f7a3 160/163: Merge: Add h/install command, refactor gateway customization, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e4788eef52 163/163: Fix: (CHANGELOG) Installation instructions, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 28384a4018 153/163: Docs: Update installation instructions in Commentary, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive a6549106ad 152/163: Docs: Add uninstallation instructions, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 5adc256b38 162/163: Fix: Changelog link, ELPA Syncer, 2024/05/31