projects
/
notmuch-old
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808fbff
)
NEWS: document API changes to n_d_find_message{,_by_filename}
author
David Bremner
<bremner@debian.org>
Tue, 11 Oct 2011 12:05:41 +0000
(09:05 -0300)
committer
David Bremner
<bremner@debian.org>
Tue, 11 Oct 2011 12:05:41 +0000
(09:05 -0300)
For details the user will have to refer to the source.
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index f688bd089fc4f0a6fef3c3f91506257196bdc56c..8b1c08fe4ea9d407c0d1d105e969c1ed6718f98d 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-22,6
+22,13
@@
New functions
notmuch_database_find_message_by_filename does exactly what it says.
+API changes
+
+ notmuch_database_find_message (and n_d_f_m_by_filename) now return
+ a status indicator and uses an output parameter for the
+ message. This change required changing the SONAME of libnotmuch to
+ libnotmuch.so.2
+
Python bindings changes
-----------------------