From: Tomi Ollila Date: Mon, 13 Feb 2012 21:29:08 +0000 (+0200) Subject: one `backticking` was missing X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-wiki;a=commitdiff_plain;h=ce82c39ac1b1f2bbd50e0767f0f338fabbca80c1 one `backticking` was missing --- diff --git a/news/release-0.9.mdwn b/news/release-0.9.mdwn index b99efe3..8da142c 100644 --- a/news/release-0.9.mdwn +++ b/news/release-0.9.mdwn @@ -41,14 +41,14 @@ Python bindings changes NB! This needs a db opened in READ-WRITE mode currently, or it will crash the python process. The is a limitation (=bug) of the underlying libnotmuch. - Fixes where we would not throw NotmuchErrors when we should (Justus Winter) - - Update for n_d_find_message* API changes (see above). + - Update for `n_d_find_message*` API changes (see above). Ruby bindings changes --------------------- - Wrap new library functions `notmuch_database_{begin,end}_atomic.` - Add new exception `Notmuch::UnbalancedAtomicError.` - - Rename destroy to destroy! according to Ruby naming conventions. + - Rename destroy to destroy! according to Ruby naming conventions. - Update for `n_d_find_message*` API changes (see above). Emacs improvements