[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive e4ec1274a2 11/21: Change: (-history--format-ran
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive e4ec1274a2 11/21: Change: (-history--format-range-entry) Add help-echo to version ranges |
Date: |
Sun, 15 Oct 2023 19:00:39 -0400 (EDT) |
branch: elpa/hyperdrive
commit e4ec1274a28311927633cd3b13ca1f1ffe39d8f0
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Change: (-history--format-range-entry) Add help-echo to version ranges
---
hyperdrive-history.el | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/hyperdrive-history.el b/hyperdrive-history.el
index d11fe9b316..6e5b2394ef 100644
--- a/hyperdrive-history.el
+++ b/hyperdrive-history.el
@@ -75,7 +75,12 @@ value \\+`unknown', and whose cdr is a hyperdrive entry."
('unknown 'hyperdrive-history-unknown)))
(propertize formatted-range
'face 'hyperdrive-history-range
- 'mouse-face 'highlight)
+ 'mouse-face 'highlight
+ 'help-echo (format (pcase-exhaustive existsp
+ ('t "Open version %s")
+ ('nil "Nonexistent at version %s")
+ ('unknown "Load history at
version %s"))
+ range-start))
(propertize (or size "")
'face 'hyperdrive-size)
(propertize (or timestamp "")
- [nongnu] elpa/hyperdrive updated (3beff15083 -> e2b8d0047c), ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive c7676c4cbd 02/21: Meta: Update CHANGELOG, ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive 8c49e71aac 06/21: Change: (hyperdrive-menu) Make "History" command inapt for directory, ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive e4ec1274a2 11/21: Change: (-history--format-range-entry) Add help-echo to version ranges,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 1878e11e82 05/21: Change: (hyperdrive-purge) Clarify prompt wording, ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive bb83236d56 10/21: Change: (-dir--format-entry) Add help-echo to entry names, ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive e9805f821d 03/21: Docs: Reorder Versioning table examples, ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive 64ed227587 01/21: Fix: (-dir-column-headers) Fix single click on dir column header, ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive 9262a9d98f 04/21: Docs: Update Troubleshooting, ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive 8e5806bc02 07/21: Fix: (hyperdrive-menu) Handle 'unknown next entry, ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive 25bddce2c6 08/21: Meta: Update CHANGELOG, ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive c901cfbd9d 09/21: Change: (-dir-column-headers) Add help-echo in dir column header, ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive 7ed36e416f 13/21: Change: (-menu-bar-menu) Add "Upload File" submenu in "Drives", ELPA Syncer, 2023/10/15
- [nongnu] elpa/hyperdrive b65d4853b4 14/21: Change: (-menu-bar-menu) Add "Upload Files" submenu in "Drives", ELPA Syncer, 2023/10/15