branch: master commit f9b63e405daf25088fa663c3a1c65f66701b914a Merge: 57629db 0d69d15 Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
Merge commit '0d69d15d20b69f439c1a1ed451e06f77b1252b3e' from gnorb --- packages/gnorb/NEWS | 10 ++++++++++ packages/gnorb/gnorb.el | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/packages/gnorb/NEWS b/packages/gnorb/NEWS index 59bc343..623f685 100644 --- a/packages/gnorb/NEWS +++ b/packages/gnorb/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/packages/gnorb/gnorb.el b/packages/gnorb/gnorb.el index 0c9557e..ead6ac3 100644 --- a/packages/gnorb/gnorb.el +++ b/packages/gnorb/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 <e...@ericabrahamsen.net>