aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2021-09-07 00:07:11 +0300
committerDavid Bremner <david@tethera.net>2021-09-08 22:26:23 -0300
commitbd5eef1c6a07fcc96b6c9abced2071e646104ba4 (patch)
tree1b40c5e4cc02de975123432c7a446c56d57590d8 /NEWS
parent49aa44bb012e8c2412b5447119b78b61842740b8 (diff)
NEWS: typo fix; some trailing periods
The trailing periods to smaller diff between devel/news2wiki.pl output and what has been pushed to notmuch-wiki.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 2ce632f0..c6a372e7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Notmuch 0.33 (2021-09-03)
Library
-------
-Correct documentatation about transactions.
+Correct documentation about transactions.
Add a configurable automatic commit of transactions. See
`database.autocommit` in notmuch-config(1).
@@ -173,7 +173,7 @@ notmuch_database_remove_message or notmuch_message_delete in one
session has been fixed.
As always, the canonical source of API documentation is
-`lib/notmuch.h`, or the doxygen formatted documentation in `notmuch(3)`
+`lib/notmuch.h`, or the doxygen formatted documentation in `notmuch(3)`.
CLI
---
@@ -239,12 +239,12 @@ Fix for exclude tags in notmuch2 bindings.
Build
-----
-Portability update for T360-symbol-hiding
+Portability update for T360-symbol-hiding.
Library
-------
-Fix for memory error in notmuch_database_get_config_list
+Fix for memory error in notmuch_database_get_config_list.
Notmuch 0.31.2 (2020-11-08)
===========================
@@ -459,7 +459,7 @@ Command Line Interface
----------------------
`notmuch show` now supports --body=false and --include-html with
---format=text
+--format=text.
Fix several performance problems with `notmuch reindex`.