]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2011-10-22 David Bremnercli: change argument parsing convention for subcommands
2011-10-16 David Bremnerdocs: Update man page, NEWS and online help for new...
2011-10-16 David Bremnernotmuch-dump: deprecate use of output file argument.
2011-10-16 David Bremnernotmuch-dump: treat any remaining arguments after the...
2011-10-16 David Bremnernotmuch-dump: update handling of file name argument
2011-10-16 David Bremnertest: add tests for command line arguments to notmuch...
2011-10-12 David Bremnertest: update dump-restore to use redirection instead...
2011-10-12 David Bremnerdebian: changelog stanza for 0.9 0.9
2011-10-12 David Bremnerversion: bump to 0.9
2011-10-11 David BremnerNEWS: document API changes to n_d_find_message{,_by_fil...
2011-10-11 David BremnerNEWS: document API changes to n_d_find_message{,_by_fil...
2011-10-09 Jameson Graef... test: add two emacs tests for show mode refresh
2011-10-09 Jameson Graef... NEWS: add notes about emacs improvements and reply...
2011-10-08 David Bremnerversion: bump to 0.9~rc2
2011-10-07 David Bremnerdebian: update changelog for 0.9~rc2-1
2011-10-06 Jameson Graef... emacs: add notmuch-show-refresh-view function
2011-10-06 Jameson Graef... emacs: Add callback functions to crypto sigstatus button.
2011-10-06 Jameson Graef... Ignore "application/pgp-*" parts in reply.
2011-10-06 Jameson Graef... test: test for absence of "Non-text part: application...
2011-10-06 Jameson Graef... Fix notmuch-reply to not output "Non-text part:" lines...
2011-10-06 Jameson Graef... test/multipart: test for absence of "Non-text part...
2011-10-05 Sebastian Spaethpython: Set status in the class definitions
2011-10-05 Sebastian Spaethpython: help function Query._assert_query_is_initialized
2011-10-05 Sebastian Spaethpython: clean up docstrings and API documentation
2011-10-05 Sebastian Spaethpython: whitespace fixed in docstrings
2011-10-05 Sebastian Spaethpython: Add the new exception types in the API document...
2011-10-05 Sebastian Spaethpython: Catch up with find_message(by_filename) API...
2011-10-05 Sebastian Spaethpython: also use libnotmuch.so.2
2011-10-04 David Bremnerdebian: update packaging for new soname
2011-10-04 David Bremnerlib: bump SONAME
2011-10-04 Ali Polatelruby: Fix macros, use quoting
2011-10-04 Ali Polatelruby: Really add wrappers for database_find_message*
2011-10-04 Ali Polatelruby: be consistent with notmuch's coding style
2011-10-04 Ali Polatelruby: Add wrappers for database_find_message*
2011-10-04 David BremnerMerge remote-tracking branch 'alip/find_message-v3'
2011-10-04 Ali Polatellib: make find_message{,by_filename) report errors
2011-10-04 Ali Polatellib: destroy message object after message removal
2011-09-30 Thomas Jostpython: fix Message.get_filenames()
2011-09-30 Sebastian Spaethpython: rework creating of Subclasses
2011-09-30 Justus Winterpython: provide more exception classes
2011-09-30 Justus Winterpython: fix docstring of Message.get_header()
2011-09-29 Sebastian Spaethpython: Add new functions in API documentation
2011-09-29 Sebastian Spaethpython: Improve code documentation
2011-09-29 Sebastian SpaethNEWS: Note implementation bug for python binding
2011-09-29 Sebastian SpaethNEWS: Update with python binding news
2011-09-29 Justus Winterproperly raise exceptions in python bindings
2011-09-29 Justus Winterpython: raise a more specific error in Messages.print_m...
2011-09-29 Justus Winterpython: rename _verify_dir_initialized to _assert_dir_i...
2011-09-29 Justus Winterpython: rename _verify_initialized_db to _assert_db_is_...
2011-09-29 Justus Winterpython: fix NotmuchError.__str__ if status == None
2011-09-29 Justus Winterpython: add status and message attributes to NotmuchError
2011-09-29 Justus Winterpython: add a .gitignore file and refine the toplevel one
2011-09-28 Sebastian Spaethpython: add begin|end_atomic bindings
2011-09-28 Sebastian Spaethpython: Add database_find_message_by_filename bindings
2011-09-26 David BremnerNEWS: add item for python bindings.
2011-09-26 David BremnerNEWS: add item for Ruby bindings.
2011-09-26 David BremnerNEWS: start release notes for 0.9
2011-09-25 David Bremnerdebian: add brief summary of changes since 0.8 0.9_rc1 debian/0.9_rc1-1
2011-09-25 David Bremnerdebian: build-depend on gdb
2011-09-25 David Bremnertest/atomicity: redirect output from "which"
2011-09-25 David Bremnerdebian: close bug 642240
2011-09-25 David Bremnertest: make atomicity setup conditional on gdb being...
2011-09-24 David Bremnerlib: bump library minor version because of new symbols.
2011-09-24 David Bremnerdebian: set versioned dependency on notmuch for notmuch...
2011-09-24 David Bremnerversion: bump to 0.9~rc1
2011-09-24 David Bremnerdebian: changlog stanza for release candidate
2011-09-24 David Bremnerdebian: new symbols for atomicity api
2011-09-24 Austin Clementslib: Improve notmuch_database_{add,remove}_message...
2011-09-24 Austin Clementsnew: Wrap adding and removing messages in atomic sections.
2011-09-24 Austin Clementsnew: Synchronize maildir flags eagerly.
2011-09-24 Austin Clementsnew: Cleanup. De-duplicate file name removal code.
2011-09-24 Austin Clementsnew: Cleanup. Put removed/renamed message count in...
2011-09-24 Austin Clementslib: Wrap notmuch_database_add_message in an atomic...
2011-09-24 Austin Clementslib: Add an API to find a message by filename.
2011-09-24 Ali Polatelruby: New exception Notmuch::UnbalancedAtomicError
2011-09-24 Ali Polatelruby: Wrap notmuch_database_{begin,end}_atomic
2011-09-24 Ali Polatelruby: Rename destroy to destroy!
2011-09-24 Austin Clementslib: Remove message document directly after removing...
2011-09-24 Austin Clementslib: Indicate if there are more filenames after removal.
2011-09-24 Austin Clementslib: Add support for nested atomic sections.
2011-09-24 Austin Clementslib: Add notmuch_database_{begin,end}_atomic.
2011-09-24 Austin Clementsnew: Defer updating directory mtimes until the end.
2011-09-16 Martin Owenspython: Ensure that we pass utf-8 encoded string to...
2011-09-14 Austin Clementsnew: Don't lose messages on SIGINT.
2011-09-13 David Bremnertest: use test_expect_equal_file in atomicity
2011-09-13 David Bremnertest: Convert atomicity test to use test_subtest_known_...
2011-09-13 Austin Clementstest: Test atomicity of notmuch new.
2011-09-13 Austin Clementslib: Add missing status check in _notmuch_message_remov...
2011-09-13 Austin Clementstest: Report test failures from test_expect_*
2011-09-13 Austin Clementstest: Fix message when skipping test_expect_equal*...
2011-09-13 David Bremnertest: reset test_subtest_known_broken_ after each succe...
2011-09-10 Aaron EcayAdd missing call to g_type_init()
2011-09-10 David Bremnertest: mark multipart rfc822 part test as broken
2011-09-10 David Bremnertest: remove documentation for test_expect_equal_failure.
2011-09-10 Dmitry Kurochkintest: add emacs test for hiding a message following...
2011-09-10 Dmitry Kurochkintest: improve known broken tests support
2011-09-10 Dmitry Kurochkintest: update documentation for test_emacs in test/README
2011-09-10 David BremnerMerge branch 'release'
2011-09-10 David Bremnerupdate date in NEWS to better approximate real release... 0.8
2011-09-10 David Bremnerdebian: update changelog for 0.8
next