From: David Bremner Date: Tue, 11 Oct 2011 12:10:33 +0000 (-0300) Subject: NEWS: document API changes to n_d_find_message{,_by_filename} X-Git-Tag: 0.9~2 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=e46579ffe5a9a91bb1db508d74868cdc710a4c8c NEWS: document API changes to n_d_find_message{,_by_filename} For details the user will have to refer to the source. Reformat Ruby news consistently with Python. --- diff --git a/NEWS b/NEWS index 8b1c08fe..1885f975 100644 --- a/NEWS +++ b/NEWS @@ -39,13 +39,15 @@ 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). Ruby bindings changes --------------------- - Wrap new library functions notmuch_database_{begin,end}_atomic, - and add new exception Notmuch::UnbalancedAtomicError. Rename destroy - to destroy! according to Ruby naming conventions. + - Wrap new library functions notmuch_database_{begin,end}_atomic. + - Add new exception Notmuch::UnbalancedAtomicError. + - Rename destroy to destroy! according to Ruby naming conventions. + - Update for n_d_find_message* API changes (see above). Emacs improvements ------------------