[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 0d69d15 3/4: Squashed 'packages/gnorb/' changes from 4e703
From: |
Eric Abrahamsen |
Subject: |
[elpa] master 0d69d15 3/4: Squashed 'packages/gnorb/' changes from 4e7039a..a387d85 |
Date: |
Thu, 23 Apr 2015 09:17:48 +0000 |
branch: master
commit 0d69d15d20b69f439c1a1ed451e06f77b1252b3e
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>
Squashed 'packages/gnorb/' changes from 4e7039a..a387d85
a387d85 Bump version to 1.1.0
git-subtree-dir: packages/gnorb
git-subtree-split: a387d8515871d9f06b193a461745697eb25f3872
---
NEWS | 10 ++++++++++
gnorb.el | 2 +-
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS
index 59bc343..623f685 100644
--- 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
diff --git a/gnorb.el b/gnorb.el
index cb7d908..35db4f6 100644
--- 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 <address@hidden>