aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-05python: whitespace fixed in docstringsSebastian Spaeth
2011-10-05python: Add the new exception types in the API documentationSebastian Spaeth
2011-10-05python: Catch up with find_message(by_filename) API changesSebastian Spaeth
2011-10-05python: also use libnotmuch.so.2Sebastian Spaeth
2011-10-04debian: update packaging for new sonameDavid Bremner
2011-10-04lib: bump SONAMEDavid Bremner
2011-10-04ruby: Fix macros, use quotingAli Polatel
2011-10-04ruby: Really add wrappers for database_find_message*Ali Polatel
2011-10-04ruby: be consistent with notmuch's coding styleAli Polatel
2011-10-04ruby: Add wrappers for database_find_message*Ali Polatel
2011-10-04Merge remote-tracking branch 'alip/find_message-v3'David Bremner
2011-10-04lib: make find_message{,by_filename) report errorsAli Polatel
2011-10-04lib: destroy message object after message removalAli Polatel
2011-10-01python: fix Message.get_filenames()Thomas Jost
2011-09-30python: rework creating of SubclassesSebastian Spaeth
2011-09-30python: provide more exception classesJustus Winter
2011-09-30python: fix docstring of Message.get_header()Justus Winter
2011-09-29python: Add new functions in API documentationSebastian Spaeth
2011-09-29python: Improve code documentationSebastian Spaeth
2011-09-29NEWS: Note implementation bug for python bindingSebastian Spaeth
2011-09-29NEWS: Update with python binding newsSebastian Spaeth
2011-09-29properly raise exceptions in python bindingsJustus Winter
2011-09-29python: raise a more specific error in Messages.print_messagesJustus Winter
2011-09-29python: rename _verify_dir_initialized to _assert_dir_is_initializedJustus Winter
2011-09-29python: rename _verify_initialized_db to _assert_db_is_initializedJustus Winter
2011-09-29python: fix NotmuchError.__str__ if status == NoneJustus Winter
2011-09-29python: add status and message attributes to NotmuchErrorJustus Winter
2011-09-29python: add a .gitignore file and refine the toplevel oneJustus Winter
2011-09-28python: add begin|end_atomic bindingsSebastian Spaeth
2011-09-28python: Add database_find_message_by_filename bindingsSebastian Spaeth
2011-09-26NEWS: add item for python bindings.David Bremner
2011-09-26NEWS: add item for Ruby bindings.David Bremner
2011-09-26NEWS: start release notes for 0.9David Bremner
2011-09-25debian: add brief summary of changes since 0.8debian/0.9_rc1-10.9_rc1David Bremner
2011-09-25debian: build-depend on gdbDavid Bremner
2011-09-25test/atomicity: redirect output from "which"David Bremner
2011-09-24debian: close bug 642240David Bremner
2011-09-24test: make atomicity setup conditional on gdb being present.David Bremner
2011-09-24lib: bump library minor version because of new symbols.David Bremner
2011-09-24debian: set versioned dependency on notmuch for notmuch-emacsDavid Bremner
2011-09-24version: bump to 0.9~rc1David Bremner
2011-09-24debian: changlog stanza for release candidateDavid Bremner
2011-09-24debian: new symbols for atomicity apiDavid Bremner
2011-09-24lib: Improve notmuch_database_{add,remove}_message documentation.Austin Clements
2011-09-24new: Wrap adding and removing messages in atomic sections.Austin Clements
2011-09-24new: Synchronize maildir flags eagerly.Austin Clements
2011-09-24new: Cleanup. De-duplicate file name removal code.Austin Clements
2011-09-24new: Cleanup. Put removed/renamed message count in add_files_state_t.Austin Clements
2011-09-24lib: Wrap notmuch_database_add_message in an atomic section.Austin Clements
2011-09-24lib: Add an API to find a message by filename.Austin Clements