summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog63
1 files changed, 61 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index dc32b82..5fac014 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,63 @@
-mailscripts (0.24-1) UNRELEASED; urgency=medium
+mailscripts (28-1) unstable; urgency=medium
+
+ * mailscripts.el:
+ - new commands: mailscripts-git-format-patch-{attach,drafts,append}
+ - new DWIM wrapper command: mailscripts-prepare-patch
+
+ - notmuch-extract-{thread,message}-patches: add Gnus support
+ notmuch-extract-message-patches{,-to-project} are now aliases for
+ mailscripts-extract-message-patches{,-to-project}.
+ - if mailscripts-extract-message-patches identifies no attachments,
+ it now offers to pipe the whole message to 'git am'
+
+ - don't offer to detach a HEAD that's already detached
+ - rewrite short description and add a brief commentary
+ - load the notmuch library only when code that requires it is called
+ - move the mailscripts customisation group into the mail group
+ - add declarations to fix byte compilation warnings
+ - fix usage of cl-case in an internal function.
+ * debian/control: update Description: for elpa-mailscripts.
+ Use the new short description and commentary from mailscripts.el.
+ * Add & install a README, to both binary packages.
+ * Tighten build-dep on python3-pgpy to require >= 0.5.4-4.1.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 24 Dec 2022 12:09:07 -0700
+
+mailscripts (27-1) unstable; urgency=medium
+
+ * Update Makefile register-python-argcomplete3 -> register-python-argcomplete
+ (Closes: #1013622).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 24 Jun 2022 14:51:22 -0700
+
+mailscripts (26-1) unstable; urgency=medium
+
+ * New script: sendmail-reinject (Closes: #1009617)
+ - add default-mta | mail-transport-agent, python3-notmuch to Suggests
+ - add Jameson Graef Rollins to d/copyright
+ - add an entry to the package description.
+ Thanks to Jameson Graef Rollins for the new script.
+ * Run wrap-and-sort -abst.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Mon, 16 May 2022 17:01:00 -0700
+
+mailscripts (25-1) unstable; urgency=medium
+
+ * notmuch-slurp-debbug:
+ - Exit immediately if Mail::Box::Manager::open fails.
+ - Support tilde expansion in 'maildir' configuration key.
+ * mdmv: ensure destination path ends with ':2,' when message has no flags.
+ Previously we were writing some messages with no flags into cur/
+ directories without this suffix, which is invalid (see maildir(5)).
+ * mailscripts.el: change mailscripts-project-library default to `project'.
+ Now that Emacs 28.1 is out, the latest stable release of Emacs
+ contains a more fully-featured version of project.el, so change the
+ default as we said we would.
+ * Drop the '0.' prefix to mailscripts version numbers.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Mon, 04 Apr 2022 18:07:45 -0700
+
+mailscripts (0.24-1) unstable; urgency=medium
* mailscripts.el:
- Enable lexical binding.
@@ -11,7 +70,7 @@ mailscripts (0.24-1) UNRELEASED; urgency=medium
- Cope with XML feeds sent with text/gemini MIME type.
* notmuch-extract-patch(1): add link to the piem project.
- -- Sean Whitton <spwhitton@spwhitton.name> Fri, 07 Jan 2022 14:21:25 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name> Fri, 07 Jan 2022 14:48:01 -0700
mailscripts (0.23-1) unstable; urgency=medium