[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/activities 597bccdbd9 17/50: annotate: indicate active
From: |
ELPA Syncer |
Subject: |
[elpa] externals/activities 597bccdbd9 17/50: annotate: indicate active and modified using final flag char |
Date: |
Wed, 25 Dec 2024 03:57:18 -0500 (EST) |
branch: externals/activities
commit 597bccdbd9ece7acd4ee5b41b961fb446f6805fd
Author: J.D. Smith <jdtsmith@gmail.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>
annotate: indicate active and modified using final flag char
---
activities.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/activities.el b/activities.el
index e464f83041..9701e19573 100644
--- a/activities.el
+++ b/activities.el
@@ -901,6 +901,11 @@ OLDEST-POSSIBLE is the oldest age in the
`vc-annotate-color-map'."
(format "%15s" (apply #'format "[%d %s]"
(activities--age
age)))
'face `(:foreground ,age-color
+ :background
,vc-annotate-background)))
+ (dirty-char (cond ((and activep dirtyp) "*")
+ (activep "+") (dirtyp "-") (t " ")))
+ (dirty-annotation (propertize dirty-char 'face 'bold)))
+ (concat (propertize " " 'display
`(space :align-to (- right ,(+ 1 (length
annotation)
(length
age-annotation)))))
annotation age-annotation dirty-annotation)))))))
- [elpa] externals/activities b75e6f4ab6 44/50: oldest-age: find oldest age of last OR default state, (continued)
- [elpa] externals/activities b75e6f4ab6 44/50: oldest-age: find oldest age of last OR default state, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 9b792abceb 01/50: Initial annotation support for activities-completing-read, ELPA Syncer, 2024/12/25
- [elpa] externals/activities b07a5370de 02/50: Correct the file count, ELPA Syncer, 2024/12/25
- [elpa] externals/activities e829cf9fa2 03/50: re-org: move oldest-age up, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 1e14be5c59 06/50: simplify annotation-function using pcase-let*, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 61461aec1d 05/50: docs: fix typo in oldest-age, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 05d8dbcdc1 07/50: Use struct-slot-value instead of rolling our own function, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 10240f31a4 04/50: Find oldest colormap age just once per read, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 8463af4207 12/50: annotate: correct indentation for makem.sh, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 00787671f8 14/50: README: add information about the annotations, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 597bccdbd9 17/50: annotate: indicate active and modified using final flag char,
ELPA Syncer <=
- [elpa] externals/activities ea95275d88 19/50: Handle plurals correctly in annotation bufs/files, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 9e46784287 23/50: Remove debug message, ELPA Syncer, 2024/12/25
- [elpa] externals/activities bcf09497de 26/50: README: improve annotation/sorting docs, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 0e7151b6bd 28/50: buffer-and-files-differ: improve docstring, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 8c5efa1855 29/50: buffers-and-files: better var name, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 93e1fbbad0 30/50: map-window-state-leafs -> mapcar-window-state-leafs, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 3dd100d0e0 31/50: cl-labels file-or-buffer: improve docstring, ELPA Syncer, 2024/12/25
- [elpa] externals/activities 29e89be859 34/50: buffers-and-files: fix docstring typo, ELPA Syncer, 2024/12/25
- [elpa] externals/activities c31498588e 36/50: improve custom activities-sort-function -> activities-sort-by, ELPA Syncer, 2024/12/25
- [elpa] externals/activities fad6543d48 39/50: age: mention related bug report and magit--age in comment, ELPA Syncer, 2024/12/25