aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-11-11 20:49:25 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-11-11 20:51:25 -0800
commit0369c00ed6ce44813e6c2a2ab03cf615f3537e29 (patch)
tree64358d363e0cf84f3a76dcda0bae48f5b84e29ef /debian/changelog
parent1365ebf146b92277b05c079e14c696e1ba056a19 (diff)
debian: Add changelog entry for 0.5
Just pulling things from NEWS as usual.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7266641a..cc758b99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+notmuch (0.5) unstable; urgency=low
+
+ * new: maildir-flag synchronization
+ * new: New "notmuch show --format=raw" (enables local emacs interface,
+ for example, to use remote notmuch via ssh)
+ * lib: Support for multiple files for a message
+ (notmuch_message_get_filenames)
+ * lib: Support for maildir-flag synchronization
+ (notmuch_message_tags_to_maildir_flags and
+ notmuch_message_maildir_flags_to_tags)
+ * emacs: Incompatible change to format of notmuch-fcc-dirs variable (for
+ users using the "fancy" configuration)
+ * emacs: Cleaner display of subject lines in thread views
+
+ -- Carl Worth <cworth@debian.org> Thu, 11 Nov 2010 20:49:11 -0800
+
notmuch (0.4) unstable; urgency=low
* new: notmuch search --output=(summary|threads|messages|tags|files)