]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge commit '0d69d15d20b69f439c1a1ed451e06f77b1252b3e' from gnorb
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 23 Apr 2015 09:16:55 +0000 (17:16 +0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 23 Apr 2015 09:16:55 +0000 (17:16 +0800)
packages/gnorb/NEWS
packages/gnorb/gnorb.el

index 59bc343130118057443cbd0c06fd9db10deebb97..623f6855405dd46a225d8205a7904e810c9fda61 100644 (file)
@@ -1,5 +1,15 @@
 GNU Emacs Gnorb NEWS -- history of user-visible changes.  -*- org -*-
 
+* Version 1.1.0 [2015-04-23 Thu]
+** New trigger actions
+Two new trigger actions allow you to capture a new sibling or child
+heading relative to the heading you're triggering.
+** Persistent Gnorb groups
+Give a prefix argument to `gnorb-org-view' to create a named,
+persistent group containing tracked headings.
+** Gnorb registry usage reports
+Call `gnorb-report-tracking-usage' to see how much of the Gnus
+registry Gnorb is occupying, and run cleaning routines.
 * Version 1.0.1 [2014-10-22 Wed]
 ** Deleting associations
 It's now possible to delete associations between messages and
index 0c9557eda728b3de58cbf0ce3ba4d730fd022963..ead6ac3886e698ad28739abf75b155c291c73e07 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 2014  Free Software Foundation, Inc.
 
-;; Version: 1.0.1
+;; Version: 1.1.0
 ;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <eric@ericabrahamsen.net>