[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/gnorb 67ce358 270/449: Version 1.0.1, plus docs and NEW
From: |
Stefan Monnier |
Subject: |
[elpa] externals/gnorb 67ce358 270/449: Version 1.0.1, plus docs and NEWS |
Date: |
Fri, 27 Nov 2020 23:15:53 -0500 (EST) |
branch: externals/gnorb
commit 67ce358cb8deca0c5052e6f797d3d0bb9b581e65
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>
Version 1.0.1, plus docs and NEWS
* gnorb.el: Bump version to 1.0.1
* NEWS: News for 1.0.1
* gnorb.org: Documentation additions
* gnorb.info: ditto
* gnorb.texi: ditto
---
NEWS | 10 ++++++++++
gnorb.el | 2 +-
gnorb.info | 52 ++++++++++++++++++++++++++++------------------------
gnorb.org | 12 ++++++++----
gnorb.texi | 14 +++++++++-----
5 files changed, 56 insertions(+), 34 deletions(-)
diff --git a/NEWS b/NEWS
index 728f219..59bc343 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
GNU Emacs Gnorb NEWS -- history of user-visible changes. -*- org -*-
+* Version 1.0.1 [2014-10-22 Wed]
+** Deleting associations
+It's now possible to delete associations between messages and
+headings; the user is also prompted to do this at a few points.
+** Link following
+Following links to messages is a little more clever, and will re-use
+existing windows/frames when possible.
+** Cleanups/Bugfixes
+Proper autoloads, addressing compiler warnings, better chain of
+requires, bugfixes.
* Version 1 [2014-10-07 Tue]
** First Elpa Version
** Email Tracking
diff --git a/gnorb.el b/gnorb.el
index b702b71..c9d0da0 100644
--- a/gnorb.el
+++ b/gnorb.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2014 Eric Abrahamsen
-;; Version: 1
+;; Version: 1.0.1
;; Maintainer: Eric Abrahamsen <eric@ericabrahamsen.net>
diff --git a/gnorb.info b/gnorb.info
index cf287b0..08085e1 100644
--- a/gnorb.info
+++ b/gnorb.info
@@ -202,10 +202,14 @@ Email tracking starts in one of three ways:
The new heading will be created as a capture heading, using the
template specified by the ‘gnorb-gnus-new-todo-capture-key’ option.
- If you call this function with a prefix arg, you’ll be prompted to
- choose an existing Org heading instead. After the the message is
- sent, you’ll be taken to that heading and prompted to trigger an
- action on it.
+ If you call this function with a single prefix arg, you’ll be
+ prompted to choose an existing Org heading instead. After the the
+ message is sent, you’ll be taken to that heading and prompted to
+ trigger an action on it.
+
+ If you’ve called this function, and then realize you’ve associated
+ the message with the wrong TODO, call it again with a double prefix
+ to clear all associations.
It’s also possible to call this function *after* a message is sent,
in case you forgot. Gnorb saves information about the most
@@ -693,26 +697,26 @@ Node: Installation2118
Node: Setup2532
Node: Email Tracking3899
Node: Email-Related Commands5430
-Node: Trigger Actions8251
-Node: Viewing Tracked Messages in *Summary* Buffers9100
-Node: Hinting in Gnus10334
-Node: Message Attachments11342
-Node: Likely Workflow12524
-Node: Restoring Window Layout15329
-Node: Recent Mails From BBDB Contacts15693
-Node: BBDB posting styles16689
-Node: BBDB Org tagging17605
-Node: Misc BBDB18351
-Node: Searching for messages from BBDB contacts18564
-Node: Citing BBDB contacts19010
-Node: User Options19331
-Node: Misc Org20870
-Node: Inserting BBDB links21045
-Node: User Optionsx21300
-Node: Misc Gnus24037
-Node: Viewing Org headlines relevant to a message24250
-Node: User Optionsxx24565
-Node: Suggested Keybindings27329
+Node: Trigger Actions8440
+Node: Viewing Tracked Messages in *Summary* Buffers9289
+Node: Hinting in Gnus10523
+Node: Message Attachments11531
+Node: Likely Workflow12713
+Node: Restoring Window Layout15518
+Node: Recent Mails From BBDB Contacts15882
+Node: BBDB posting styles16878
+Node: BBDB Org tagging17794
+Node: Misc BBDB18540
+Node: Searching for messages from BBDB contacts18753
+Node: Citing BBDB contacts19199
+Node: User Options19520
+Node: Misc Org21059
+Node: Inserting BBDB links21234
+Node: User Optionsx21489
+Node: Misc Gnus24226
+Node: Viewing Org headlines relevant to a message24439
+Node: User Optionsxx24754
+Node: Suggested Keybindings27518
End Tag Table
diff --git a/gnorb.org b/gnorb.org
index 0a685b7..e19422d 100644
--- a/gnorb.org
+++ b/gnorb.org
@@ -118,11 +118,15 @@ There are three main email-related commands:
The new heading will be created as a capture heading, using the
template specified by the `gnorb-gnus-new-todo-capture-key' option.
- If you call this function with a prefix arg, you'll be prompted to
- choose an existing Org heading instead. After the the message is
- sent, you'll be taken to that heading and prompted to trigger an
- action on it.
+ If you call this function with a single prefix arg, you'll be
+ prompted to choose an existing Org heading instead. After the the
+ message is sent, you'll be taken to that heading and prompted to
+ trigger an action on it.
+ If you've called this function, and then realize you've associated
+ the message with the wrong TODO, call it again with a double prefix
+ to clear all associations.
+
It's also possible to call this function *after* a message is sent,
in case you forgot. Gnorb saves information about the most recently
sent message for this purpose.
diff --git a/gnorb.texi b/gnorb.texi
index 2ea3ea2..f1fccc5 100644
--- a/gnorb.texi
+++ b/gnorb.texi
@@ -216,10 +216,14 @@ after the message is sent, and the sent message
associated with it.
The new heading will be created as a capture heading, using the
template specified by the `gnorb-gnus-new-todo-capture-key' option.
-If you call this function with a prefix arg, you'll be prompted to
-choose an existing Org heading instead. After the the message is
-sent, you'll be taken to that heading and prompted to trigger an
-action on it.
+If you call this function with a single prefix arg, you'll be
+prompted to choose an existing Org heading instead. After the the
+message is sent, you'll be taken to that heading and prompted to
+trigger an action on it.
+
+If you've called this function, and then realize you've associated
+the message with the wrong TODO, call it again with a double prefix
+to clear all associations.
It's also possible to call this function *after* a message is sent,
in case you forgot. Gnorb saves information about the most recently
@@ -668,5 +672,5 @@ line. Defaults to ``¡''.
(define-key message-mode-map (kbd "C-c t") 'gnorb-gnus-outgoing-do-todo)))
@end lisp
-@c Emacs 25.0.50.10 (Org mode 8.3beta)
+@c Emacs 25.0.50.8 (Org mode 8.3beta)
@bye
\ No newline at end of file
- [elpa] externals/gnorb 1b56250 254/449: Change wording of disassociation message, (continued)
- [elpa] externals/gnorb 1b56250 254/449: Change wording of disassociation message, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb d4a4ccf 256/449: Better handling of non-existent Org headings, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb ad1538d 260/449: Autoload cookie for gnorb-tracking-initialize, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 8db194a 259/449: Add TAGS to .gitignore, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 14471db 262/449: Silence compiler warnings for unbound vars, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 6aef624 265/449: Restore the layout after the restore process, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb c44a87b 266/449: Deletion of associations when composing messages, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 7a43d8b 267/449: Bug in message disassociation, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb b82576c 268/449: Always clear attachments during triggering, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 15b35dc 269/449: Don't store a link to message we're replying to, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 67ce358 270/449: Version 1.0.1, plus docs and NEWS,
Stefan Monnier <=
- [elpa] externals/gnorb 806775c 272/449: Wrap save-excursion around more of gnorb-org-view, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 982aee9 271/449: Adjust requires and autoloads, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb a55b0c0 273/449: Make gnorb-ids precious earlier in registry setup, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 3877b2d 275/449: Still didn't have incoming-do-todo logic right, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 94f6897 279/449: Don't use with-eval-after-load, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 3801ad7 280/449: Check both gnus version and emacs version., Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 8c333ee 281/449: Merge pull request #20 from totherme/master, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 8e705ea3 380/449: Sneakily add basic EBDB support to Gnorb, bump to 1.3.0, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 4b5a5a1 389/449: Gnorb: Tweak manual a bit, Stefan Monnier, 2020/11/27
- [elpa] externals/gnorb 5672545 396/449: Gnorb: Typo, Stefan Monnier, 2020/11/27