X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=d4f4ea4e898887799d82eaf2fb412636b869bf00;hp=02ed670e5e0efad381da2a5d0b794c2334662fb3;hb=3fed6736a7ef8b8b1f05d0fabb136bdd3b5917ee;hpb=118731254bfb5978c3a006bdd972a516c9127949 diff --git a/NEWS b/NEWS index 02ed670e..d4f4ea4e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,27 @@ -Notmuch 0.17~rc2 (2013-xx-yy) -============================= +Notmuch 0.18 (UNRELEASED) +========================= + +Command-Line Interface +---------------------- + +`notmuch dump` now defaults to `batch-tag` format. + + The old format is still available with `--format=sup`. + +`notmuch new` has a --quiet option + + This option suppresses the progress and summary reports. + +Emacs Interface +--------------- + +Bug fix for saved searches with newlines in them. + + Split lines confuse `notmuch count --batch`, so we remove embedded + newlines before calling notmuch count. + +Notmuch 0.17 (2013-12-30) +========================= Incompatible change in SHA1 computation --------------------------------------- @@ -139,6 +161,26 @@ The `notmuch-tag` function now requires a list of tag changes changes or a space-separated string of tag changes. The latter is no longer supported and the function now returns nothing. +Fixed `notmuch-reply` putting reply in primary selection + + On emacs 24 notmuch-reply used to put the cited text into the + primary selection (which could lead to inadvertently pasting this + cited text elsewhere). Now the primary-selection is not changed. + +Fixed `notmuch-show` invisible part handling + + In some obscure cases part buttons and invisibility had strange + interactions: in particular, the default action for some parts gave + the wrong action. This has been fixed. + +Fixed `notmuch-show` attachment viewers and stderr + + In emacs 24.3+ viewing an attachment could cause spurious text to + appear in the show buffer (any stderr or stdout the viewer + produced). By default this output is now discarded. For debugging, + setting `notmuch-show-attachment-debug` causes notmuch to keep the + viewer's stderr and stdout in a separate buffer. + Fixed `notmuch-mua-reply` point placement when signature involved By restricting cursor movement to body section for cursor placement