summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-09-24ruby: New exception Notmuch::UnbalancedAtomicErrorAli Polatel
2011-09-24ruby: Wrap notmuch_database_{begin,end}_atomicAli Polatel
2011-09-24ruby: Rename destroy to destroy!Ali Polatel
2011-09-23lib: Remove message document directly after removing the last file name.Austin Clements
2011-09-23lib: Indicate if there are more filenames after removal.Austin Clements
2011-09-23lib: Add support for nested atomic sections.Austin Clements
2011-09-23lib: Add notmuch_database_{begin,end}_atomic.Austin Clements
2011-09-23new: Defer updating directory mtimes until the end.Austin Clements
2011-09-16python: Ensure that we pass utf-8 encoded string to libnotmuchMartin Owens
2011-09-13new: Don't lose messages on SIGINT.Austin Clements
2011-09-13test: use test_expect_equal_file in atomicityDavid Bremner
2011-09-13test: Convert atomicity test to use test_subtest_known_brokenDavid Bremner
2011-09-12test: Test atomicity of notmuch new.Austin Clements
2011-09-12lib: Add missing status check in _notmuch_message_remove_filename.Austin Clements
2011-09-12test: Report test failures from test_expect_*Austin Clements
2011-09-12test: Fix message when skipping test_expect_equal* testsAustin Clements
2011-09-12test: reset test_subtest_known_broken_ after each success/failure.David Bremner