emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/notmuch-indicator 3a1f47081e 2/2: Update to version 1.0


From: ELPA Syncer
Subject: [elpa] externals/notmuch-indicator 3a1f47081e 2/2: Update to version 1.0.0
Date: Fri, 30 Jun 2023 15:58:12 -0400 (EDT)

branch: externals/notmuch-indicator
commit 3a1f47081e712667a2de0ebd124435309cfdb6db
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Update to version 1.0.0
    
    * Each counter in the entire indicator is now rendered with its own
      mouse hover.  This effect makes it clear that the counters are
      interactive.  Clicking on a counter terms the underlying search
      terms that produced it and produce a notmuch (notmuch.el) search
      buffer with them.
    
    * The fix I did that prevented the display of duplicate counters is now
      formalised in a tagged release.  I observed a bug while starting
      from 0 emails, with 'notmuch-indicator-hide-empty-counters' set to
      non-nil.  The indicator would show multiple counters for the same
      search terms.  Whereas we always want to start from a clean state.
    
    * The 'notmuch-indicator-refresh' is a public function that supersedes
      the now-deprecated private function 'notmuch-indicator--refresh'.
      The difference is one of forward guidance in how we maintain the
      package: this way we tell users that the given symbol is stable and
      will not change without notice.
    
    * Other miscellaneous tweaks are in place.
---
 notmuch-indicator.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 3724ffc486..ea703e2ecd 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -6,7 +6,7 @@
 ;; Maintainer: notmuch-indicator Development 
<~protesilaos/notmuch-indicator@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/notmuch-indicator
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/notmuch-indicator
-;; Version: 0.2.2
+;; Version: 1.0.0
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience, mail
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]