]> code.delx.au - gnu-emacs-elpa/commitdiff
Squashed 'packages/gnorb/' changes from 4e7039a..a387d85
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)
a387d85 Bump version to 1.1.0

git-subtree-dir: packages/gnorb
git-subtree-split: a387d8515871d9f06b193a461745697eb25f3872

NEWS
gnorb.el

diff --git a/NEWS b/NEWS
index 59bc343130118057443cbd0c06fd9db10deebb97..623f6855405dd46a225d8205a7904e810c9fda61 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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 cb7d908d7b5fe65e4b0272e1b4fe6fa069ef5194..35db4f64c4f236f447dc9cc3aea3c66bb5aa4734 100644 (file)
--- a/gnorb.el
+++ b/gnorb.el
@@ -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>