X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=debian%2Fchangelog;h=cc758b99fb54d8e982c560f51809720a2231fb7b;hp=66589c18f64747798d479994382e5d8c70dfd7a1;hb=59b251ef940609dac7e17528065a39544463e0b4;hpb=417274d698b6718621b9f5dec744ab169499f4e3 diff --git a/debian/changelog b/debian/changelog index 66589c18..cc758b99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +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) + * new: notmuch show --format=mbox + * new: notmuch config [get|set]
. [value ...] + * lib: Add notmuch_query_get_query_string and notmuch_query_get_sort + * emacs: Enable Fcc of all sent messages by default (to "sent" directory) + * emacs: Ability to all open messages in a thread to a pipe + * emacs: Optional support for detecting inline patches + * emacs: Automatically tag messages as "replied" when sending a reply + * emacs: Allow search-result color specifications to overlay each other + * emacs: Make hidden author names still available for incremental search. + * emacs: New binding of Control-TAB (works like TAB in reverse) + * test: New modularization of test suite. + * test: New testing of emacs interface. + * bugfix: Avoid setting Bcc header in "notmuch reply" + * bugfix: Avoid corruption of database when "notmuch new " is interrupted. + * bugfix: Fix failure with extremely long message ID headers. + * bugfix: Fix for messages with "charset=unknown-8bit" + * bugfix: Fix notmuch_query_search_threads to return NULL on any exception + * bugfix: Fix "notmuch search" to return non-zero on any exception + * emacs bugfix: Fix for message with a subject containing, "[1234]" + * emacs bugfix: Fix to correctly handle message IDs containing ".." + * emacs bugfix: Fix initialization so "M-x notmuch" works by default. + + -- Carl Worth Mon, 01 Nov 2010 16:23:47 -0700 + notmuch (0.3.1) unstable; urgency=low * Fix an infinite loop in "notmuch reply"