aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/0.5.0.txt37
-rw-r--r--Documentation/piem.texi10
2 files changed, 46 insertions, 1 deletions
diff --git a/Documentation/RelNotes/0.5.0.txt b/Documentation/RelNotes/0.5.0.txt
new file mode 100644
index 0000000..0e6c7fc
--- /dev/null
+++ b/Documentation/RelNotes/0.5.0.txt
@@ -0,0 +1,37 @@
+piem v0.5.0 release notes
+=========================
+
+Changes since v0.4.0
+--------------------
+
+ * New library piem-debbugs.el provides Debbugs mode integration.
+
+ * New :gnu-package property enables mapping a message to an inbox via
+ the X-GNU-PR-Package header (present on <https://bugs.gnu.org>
+ messages).
+
+ * An inbox can now be linked to multiple repositories by setting
+ :coderepo to a list.
+
+ * :url values in piem-inboxes no longer require a trailing slash.
+
+ * piem-inject-thread-into-maildir gained an INBOX argument to enable
+ Lisp callers to specify an inbox. Thanks to zimoun for the
+ suggestion.
+
+ * The piem-b4-am transient now includes --cc-trailers (added in b4
+ v0.6.0).
+
+ * The logic to insert a Message-ID header when
+ piem-add-message-id-header is non-nil has been updated to account
+ for a recent change in how Git spells the header.
+
+ * piem-am now reorders attachments to be more helpful in cases where
+ the sender attaches the patches out of order. Thanks for Ihor
+ Radchenko for the suggestion.
+
+Fixes since v0.4.0
+------------------
+
+ * piem-gnus-mid-to-thread didn't consider that
+ gnus-summary-display-article may dump a message in mbox format.
diff --git a/Documentation/piem.texi b/Documentation/piem.texi
index 26962a4..45c6a5c 100644
--- a/Documentation/piem.texi
+++ b/Documentation/piem.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
-@set VERSION 0.4.0
+@set VERSION 0.5.0
@setfilename piem.info
@documentencoding UTF-8
@@ -168,6 +168,12 @@ repository (e.g., if the inbox receives patches for multiple projects,
or if you use a few dedicated Git worktrees for different types of
patches), set @code{:coderepo} to a list of locations.
+@cindex issue tracking
+@cindex Debbugs, issue tracking system
+When using the Debbugs instance at @uref{https://bugs.gnu.org} to
+retrieve messages, an inbox can mapped to each message by setting
+@code{:gnu-package} for an inbox.
+
@findex piem-merged-inboxes
@vindex piem-get-inboxes-from-config
If you mirror some inboxes locally (e.g., for fast local access or for
@@ -216,6 +222,7 @@ command @code{piem-clear-merged-inboxes} to clear the cache.
@node Enabling integration libraries
@section Enabling integration libraries
+@findex piem-debbugs-mode
@findex piem-elfeed-mode
@findex piem-eww-mode
@findex piem-gnus-mode
@@ -227,6 +234,7 @@ particular Emacs modes to link a buffer with a registered inbox. piem
currently has libraries to support
@itemize
+@item Debbugs
@item EWW
@item Elfeed
@item Gnus