From 6383a7a3efcab13a59b2016a1f8e37a61d72eac7 Mon Sep 17 00:00:00 2001
From: Tomi Ollila <tomi.ollila@iki.fi>
Date: Thu, 19 Aug 2021 10:30:15 +0300
Subject: [PATCH] news release-0.32.mdwn tunes

Slight changes to news/release-0.32.mdwn so it looks "better"
in wiki. "Blind" edit as one can see outcome after pushed to
notmuch (iki) wiki repo.
---
 news/release-0.32.mdwn | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/news/release-0.32.mdwn b/news/release-0.32.mdwn
index fa7ce10..678f291 100644
--- a/news/release-0.32.mdwn
+++ b/news/release-0.32.mdwn
@@ -36,7 +36,8 @@ The previously severe slowdowns from large numbers calls to
 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)`
+As always, the canonical source of API documentation is `lib/notmuch.h`,
+or the doxygen formatted documentation in `notmuch(3)`.
 
 CLI
 ---
@@ -64,16 +65,16 @@ Lexical binding is now used in all notmuch-emacs libraries.
 Fix bug in calling `notmuch-mua-mail` with a non-nil RETURN-ACTION.
 
 Removed, inlined or renamed functions and variables:
-    `notmuch-address-locate-command`,
-    `notmuch-documentation-first-line`, `notmuch-folder`,
-    `notmuch-hello-trim', `notmuch-hello-versions` => `notmuch-version`,
-    `notmuch-remove-if-not`, `notmuch-search-disjunctive-regexp`,
-    `notmuch-sexp-eof`, `notmuch-split-content-type`, and
-    `notmuch-tree-button-activate`.
+- `notmuch-address-locate-command`,
+- `notmuch-documentation-first-line`, `notmuch-folder`,
+- `notmuch-hello-trim', `notmuch-hello-versions` => `notmuch-version`,
+- `notmuch-remove-if-not`, `notmuch-search-disjunctive-regexp`,
+- `notmuch-sexp-eof`, `notmuch-split-content-type`, and
+- `notmuch-tree-button-activate`.
 
 Keymaps are no longer fset, which means they need to be referred to in
 define-key directly (without quotes).  If your Emacs configuration has a
 keybinding like:
-    (define-key 'notmuch-show-mode-map "7" 'foo)
+- `(define-key 'notmuch-show-mode-map "7" 'foo)`
 you should change it to:
-    (define-key notmuch-show-mode-map "7" 'foo)
+- `(define-key notmuch-show-mode-map "7" 'foo)`
-- 
2.45.2