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
This commit is contained in:
Tomi Ollila 2017-07-13 20:35:34 +03:00 committed by David Bremner
parent f76a245009
commit 9fd48b78d0

24
NEWS
View file

@ -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:<expr>` is equivalent to `date:<expr>..<expr>`.
`date:<expr>` is equivalent to `date:<expr>..<expr>`.
Support for blocking opens