summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-18 23:11:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-18 23:32:52 -0700
commit0d0ec3916c1a7089dc172347b0031cca4046b21d (patch)
tree7f58d8f75b9df91b6ad1da36d81f6188e1685254 /debian/changelog
parent27fd09aaa26563f0c8f0b6fc6481cc646015e25c (diff)
downloadmailscripts-0d0ec3916c1a7089dc172347b0031cca4046b21d.tar.gz
mailscripts.el: load notmuch and gnus libs only when required
They are both large, and most users will use at most one of the two. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5aea66f..f5bf071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mailscripts (28-1) UNRELEASED; urgency=medium
- new commands: mailscripts-git-format-patch-{attach,drafts}
- new DWIM wrapper command: mailscripts-prepare-patch
- 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.