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.
This commit is contained in:
David Bremner 2011-10-11 09:10:33 -03:00
parent 2e4d89a648
commit e46579ffe5

8
NEWS
View file

@ -39,13 +39,15 @@ Python bindings changes
NB! This needs a db opened in READ-WRITE mode currently, or it will crash 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. the python process. The is a limitation (=bug) of the underlying libnotmuch.
- Fixes where we would not throw NotmuchErrors when we should (Justus Winter) - 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 Ruby bindings changes
--------------------- ---------------------
Wrap new library functions notmuch_database_{begin,end}_atomic, - Wrap new library functions notmuch_database_{begin,end}_atomic.
and add new exception Notmuch::UnbalancedAtomicError. Rename destroy - Add new exception Notmuch::UnbalancedAtomicError.
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 Emacs improvements
------------------ ------------------