X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=2b2f08a6b799d5ba51a5577fc0a1f44e0126f68e;hp=ff12ca67c9007aff57cc55304771b363cfcb0ff8;hb=da67bf12ce122759f72d1d510fb8996df3c9f946;hpb=2d5b927d2a9cad6c05a68c3140723efd8b9960f2 diff --git a/NEWS b/NEWS index ff12ca67..2b2f08a6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,29 @@ -Notmuch 0.10 (2011-xx-xx) +Notmuch 0.11 (201x-xx-xx) +========================= + +Performance +----------- + +Automatic tag query optimization + + "notmuch tag" now automatically optimizes the user's query to + exclude messages whose tags won't change. In the past, we've + suggested that people do this by hand; this is no longer necessary. + + +Notmuch 0.10.1 (2011-11-25) +=========================== + +Bug-fix release. +---------------- + +Fix --help argument + + Argument processing changes in 0.10 introduced a bug where "notmuch + --help" crashed while "notmuch help" worked fine. This is fixed in + 0.10.1. + +Notmuch 0.10 (2011-11-23) ========================= New build and testing features @@ -8,6 +33,8 @@ Emacs tests are now done in dtach. This means that dtach is now needed to run the notmuch test suite, at least until the checking for prerequisites is improved. +Full test coverage of the stashing feature in Emacs. + New command-line features ------------------------- @@ -41,6 +68,20 @@ Add tab-completion for notmuch-search and notmuch-search-filter These functions now support completion tags for query parts starting with "tag:". +Turn "id:MSG-ID" links into buttons associated with notmuch searches + + Text of the form "id:MSG-ID" in mails is now a clickable button that + opens a notmuch search for the given message id. + +Add keybinding ('c I') for stashing Message-ID's without an id: prefix + + Reduces manual labour when stashing them for use outside notmuch. + +Do not query on notmuch-search exit + + It is harmless to kill the external notmuch process, so the user + is no longer interrogated when they interrupt a search. + Performance ----------- @@ -119,7 +160,7 @@ Ruby bindings changes --------------------- - Wrap new library functions notmuch_database_{begin,end}_atomic. - - Add new exception Notmuch::UnbalancedAtomicError. + - Add new exception Notmuch::UnbalancedAtomicError. - Rename destroy to destroy! according to Ruby naming conventions. - Update for n_d_find_message* API changes (see above). @@ -148,7 +189,7 @@ Improved handling of message/rfc822 parts headers, is unfortunately not yet supported (but hopefully will be soon). -Improved Build system portability +Improved Build system portability Certain parts of the shell script generating notmuch.sym were specific to the GNU versions of sed and nm. The new version should @@ -191,7 +232,7 @@ Sebastian Spaeth contributed two changes related to unicode and UTF8: * message tags are now explicitly unicode * query string is encoded as a UTF8 byte string -Build-System improvments +Build-System improvements ------------------------ Generate notmuch.sym after the relevant object files @@ -206,7 +247,7 @@ Bug-fix release. ---------------- Re-export Xapian exception typeinfo symbols. - + It turned out our aggressive symbol hiding caused problems for people running gcc 4.4.5. @@ -225,8 +266,8 @@ Folder-based searching For example, one might use things such as: folder:spam - folder:2011-* - folder:work/todo + folder:2011-* + folder:work/todo to match any path containing a directory "spam", "work/todo", or containing a directory starting with "2011-", respectively. @@ -371,7 +412,7 @@ Hiding of repeated subjects in collapsed thread view In notmuch-show mode, if a collapsed message has the same subject as its parent, the subject is not shown. - + Automatic detection and hiding of original message in top-posted message When a message contains a line looking something like: @@ -437,7 +478,7 @@ Ruby bindings are now much more complete Including QUERY.sort, QUERY.to_s, MESSAGE.maildir_flags_to_tags, MESSAGE.tags_to_maildir_flags, and MESSAGE.get_filenames -* Python bindings have been upodated and extended +* Python bindings have been updated and extended (docs online at http://packages.python.org/notmuch/) New bindings: @@ -447,16 +488,16 @@ Ruby bindings are now much more complete - Message().__cmp__() and __hash__() These allow, for example: - if msg1 == msg2: ... + if msg1 == msg2: ... As well as set arithmetic on Messages(): - s1, s2= set(msgs1), set(msgs2) + s1, s2= set(msgs1), set(msgs2) s1.union(s2) s2 -= s1 Removed: - - len(Messages()) as it exausted the iterator. + - len(Messages()) as it exhausted the iterator. Use len(list(Messages())) or Query.count_messages() to get the length. @@ -592,9 +633,9 @@ Maildir-flag synchronization ---- ----- 'D' draft 'F' flagged - 'P' passed - 'R' replied - 'S' unread (added when 'S' flag is not present) + 'P' passed + 'R' replied + 'S' unread (added when 'S' flag is not present) The synchronization occurs in both directions, (for example, adding the 'S' flag to a file will cause the "unread" tag to be added, and @@ -1348,4 +1389,3 @@ a performance bug that made notmuch very slow when modifying tags. This would cause distracting pauses when reading mail while notmuch would wait for Xapian when removing the "inbox" and "unread" tags from messages in a thread. -