From: Carl Worth Date: Fri, 12 Nov 2010 04:49:25 +0000 (-0800) Subject: debian: Add changelog entry for 0.5 X-Git-Tag: 0.5~3 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0369c00ed6ce44813e6c2a2ab03cf615f3537e29;ds=sidebyside debian: Add changelog entry for 0.5 Just pulling things from NEWS as usual. --- 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 Thu, 11 Nov 2010 20:49:11 -0800 + notmuch (0.4) unstable; urgency=low * new: notmuch search --output=(summary|threads|messages|tags|files)