From: Tomi Ollila Date: Thu, 13 Jul 2017 17:35:34 +0000 (+0300) Subject: NEWS: a few formatting updates for 0.24 news items (wiki compatibility) X-Git-Tag: 0.25_rc0~12 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=9fd48b78d07a0880486fb116e95d1f0da5c670e3;hp=f76a245009b8db6065d83a0e86df697003f41b77 NEWS: a few formatting updates for 0.24 news items (wiki compatibility) - removed 7 trailing dots -- to make those lines subsection headers - converted some (mime type) text to monospace - removed one extra space --- diff --git a/NEWS b/NEWS index 70bce788..5b28c908 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,7 @@ Notmuch 0.24.1 (2017-04-01) General ------- -Fix regressions in non-regexp search for `from:` and `subject:`. +Fix regressions in non-regexp search for `from:` and `subject:` The regexp search code in 0.24 introduced a regression in the handling of empty queries and wildcards. These are both corrected in @@ -26,11 +26,11 @@ Fix regressions in non-regexp search for `from:` and `subject:`. Command Line Interface ---------------------- -Fix several memory leaks in `notmuch show`. +Fix several memory leaks in `notmuch show` -Update NEWS for 0.24 to mention schema changes. +Update NEWS for 0.24 to mention schema changes -Fix bug in dump header. +Fix bug in dump header The previous version of the dump header failed to mention the inclusion of tags. This fix bumps the version number of the dump @@ -47,7 +47,7 @@ Notmuch 0.24 (2017-03-12) General ------- -Regular expression searches supported for `from:` and `subject:`. +Regular expression searches supported for `from:` and `subject:` This requires recent Xapian (1.4+) See notmuch-search-terms(7) for details. @@ -108,16 +108,16 @@ Refresh all buffers It is now possible to refresh all notmuch buffers to reflect the current state of the database with a single command, `M-=`. -Stop display of application/* parts +Stop display of `application/*` parts - By default gnus displays all application/* parts such as + By default gnus displays all `application/*` parts such as application/zip in the message buffer. This has several undesirable effects for notmuch (security, triggering errors etc). Notmuch now overrides this and does not display them by default. If you have customized `mm-inline-override-types` then we assume you know what you want and do not interfere; if you do want to stop the display of - application/* add application/* to your customization. If you want - to allow application/* then set `mm-inline-override-types` to + `application/*` add `application/*` to your customization. If you want + to allow `application/*` then set `mm-inline-override-types` to "non/existent". Small change in the api for notmuch-search-tag @@ -126,7 +126,7 @@ Small change in the api for notmuch-search-tag is set, then it only tags the threads in the region. (Previously it only tagged the current thread.) -Bugfix for sending messages with very long headers. +Bugfix for sending messages with very long headers Previously emacs didn't fold very long headers when sending which could cause the MTA to refuse to send the message. This makes sure @@ -151,7 +151,7 @@ Notmuch Emacs desktop integration Library changes --------------- -`notmuch_query_count_messages` is now non-destructive. +`notmuch_query_count_messages` is now non-destructive Internally the implementation of excludes has changed to make this possible. @@ -284,7 +284,7 @@ Compiling against Xapian 1.4 enables several new features. Support for single argument date: queries - `date:` is equivalent to `date:..`. + `date:` is equivalent to `date:..`. Support for blocking opens