]> git.notmuchmail.org Git - notmuch/shortlog
notmuch
2010-04-16 Carl WorthMakefile: Add an explicit version file to the repository.
2010-04-16 Carl Worthdebian/changelog: Create an entry for the 0.2 release.
2010-04-16 Carl WorthRELEASING: Add a (manual!) step to create a debian...
2010-04-16 Carl Worthdebian: Don't auto-generate debian/changelog.
2010-04-16 Carl Worthdebian: Add a gbp.conf to start using git-buildpackage
2010-04-16 Carl Worthmake release: Don't print the release message on stdout.
2010-04-16 Carl WorthMakefile: Fix "make release" to print the current relea...
2010-04-16 Carl WorthNEWS: Add release notes for the 0.2 release.
2010-04-16 Carl WorthRevert "notmuch.el: 'F' in search mode takes us to...
2010-04-16 Sebastian Spaethnotmuch.c: Shorten version string
2010-04-16 Carl Worthemacs: Fix search filtering of a global search ("*")
2010-04-16 Carl WorthTODO: Add two tasks that both have to do with auditing...
2010-04-16 Carl WorthRELEASING: Change wording of libnotmuch version instruction
2010-04-16 Carl Worthmake release: Enforce a clean source tree before release.
2010-04-16 Carl WorthRELEASING: Remove a meaningless step from the release...
2010-04-16 Gregor Hoffleitconfigure: Fix syntax error (spaces in assignment).
2010-04-16 Ben GamariFix typo in message
2010-04-16 Carl Worthmake release: Provide a kinder message when VERSION...
2010-04-15 Carl WorthMakefile: Re-order the commands in "make release" slightly.
2010-04-15 Carl WorthMakefile: Simplify the release targets.
2010-04-15 Carl WorthMakefile.local: Fix typo in comment.
2010-04-15 Carl WorthRELEASING: Remove obsolete step about updating micro...
2010-04-15 Carl WorthMakefile: Make "make release" run the test suite.
2010-04-15 Carl Worthmake test: Actually count and report on failures.
2010-04-15 Carl Worthtest: Unify all tests to use the pass_if_equal function.
2010-04-15 Carl Worthtest: Align the PASS/FAIL column.
2010-04-15 Carl WorthMakefile: Add a "make test" target.
2010-04-15 Carl Worthlib: search_threads: Fix nested search to handle origin...
2010-04-15 Carl Worthtest: Add a test for "notmuch search '*'"
2010-04-15 Carl Worthtest: Use an older date for the generated messages.
2010-04-15 Carl Worthtest: Remove test-message filenames from generated...
2010-04-15 Carl Worthtest: Disentangle execution of notmuch from the examina...
2010-04-15 Carl WorthTODO: Add some ideas for improving the emacs interface.
2010-04-15 Carl WorthTODO: Add some ideas about better search syntax
2010-04-15 Carl WorthMerge bugfix for test-suite correctness.
2010-04-15 Carl Worthtest: Fix reply tests to track insignificant change...
2010-04-14 Carl WorthMakefile: Fix final linking of notmuch binary for OS X.
2010-04-14 Carl WorthMakefile: Add library version information on OS X.
2010-04-14 Carl WorthMakefile: Fix library linking command for OS X
2010-04-14 Aaron EcayAdd infrastructure for building shared library on OS X.
2010-04-14 Carl WorthMakefile: Move compat sources from the client code...
2010-04-14 Dirk HohndelAdd simplistic reimplementation of strcasestr to compat...
2010-04-14 Carl WorthMakefile: Move include of Makefile.config up from Makef...
2010-04-14 Aaron EcayFix up Makefile for build.
2010-04-14 Aaron EcayUse C++ compiler to link notmuch binaries
2010-04-14 Jesse RosenthalClean up code duplication in adding or removing tag...
2010-04-14 Jesse RosenthalFix bug in adding or removing tag by region.
2010-04-13 Carl WorthTODO: Capture some recent ideas expressed on the mailin...
2010-04-13 Michal SojkaDecode headers in reply
2010-04-13 Jesse Rosenthalnotmuch.el: quote args in notmuch-show to facilitate...
2010-04-13 Carl WorthTODO: Note GMime bug that needs to be tested and upstre...
2010-04-13 martin f. krafftDo not segfault on empty mime parts
2010-04-13 Michal SojkaPrevent data loss caused by SIGINT during notmuch new
2010-04-13 Michael ForneyFix typo in notmuch.h documentation regarding database...
2010-04-13 Carl WorthTODO: Make an explicit note that we need to start testi...
2010-04-13 Gregor HoffleitFix json_quote_str to handle non-ASCII characters
2010-04-13 Carl WorthTODO: Note several changes we want to make to the datab...
2010-04-12 Carl Worthlib: Remove condition regarding a NULL parent_thread_id.
2010-04-12 Carl Worthlib: Always add reference terms to the database.
2010-04-12 Carl Worthlib: Document the metadata stored within the Xapian...
2010-04-12 Carl Worthlib: Fix line-wrapping in _notmuch_database_link_message.
2010-04-12 Carl Worthlib: Fix internal documentation of _notmuch_database_li...
2010-04-12 Carl Worthlib: Simplify code flow in _resolve_message_id_to_thread_id
2010-04-12 Carl Worthlib: Fix internal documentation of _resolve_message_id_...
2010-04-12 James WestbyStore thread ids for messages that we haven't seen yet
2010-04-12 James Westbytest: Add new tests for out-of-order messages.
2010-04-10 Carl WorthRELEASING: Update instructions for new version technique.
2010-04-10 Michal SojkaDerive version numbers from git
2010-04-10 Carl Worthnomtuch.1: Add documentation for "notmuch count"
2010-04-10 Carl Worthnotmuch count: Remove unneeded paragraph from documenta...
2010-04-10 Carl Worthnotmuch count: Remove special handling of "*".
2010-04-10 Carl Worthnotmuch: Document the new special-case syntax of "*".
2010-04-10 Carl Worthlib: Handle "*" as a query string to match all messages.
2010-04-09 Mike KellyHave notmuch count default to showing the total.
2010-04-07 Mike KellyFix the default value for --includedir.
2010-04-07 Carl Worthdebian: Unbreak the build.
2010-04-07 Dirk HohndelFix code extracting the MTA from Received: headers
2010-04-07 Carl Worthemacs: Correct the documentation for notmuch-search...
2010-04-07 Jesse Rosenthalnotmuch.el: add functionality in notmuch search mode...
2010-04-07 Carl WorthDisplay the last few lines of a citation by default.
2010-04-07 David Edmondsonnotmuch.el: Allow citation suffixes to be shown as...
2010-04-07 David Edmondsonnotmuch.el: Colour cited regions and signatures with...
2010-04-07 Jameson Rollinsnotmuch.el: colorize lines in notmuch-search based...
2010-04-07 Carl Worthemacs: Fix typo in line-wrapping in documentation of...
2010-04-07 Jesse Rosenthalnotmuch.el: Make notmuch-show buffer name first subject...
2010-04-07 David Edmondsonnotmuch.el: 'F' in search mode takes us to a list of...
2010-04-07 Jameson Rollinsnotmuch.el: fontify date in header
2010-04-07 Carl WorthMakefile: Install emacs code to site-lisp, not site...
2010-04-07 Carl Worthnotmuch-reply: Remove stray brace.
2010-04-07 Dirk Hohndelfix obvious cut and paste error
2010-04-07 Carl WorthTODO: Note that "notmuch reply" needs to be tested.
2010-04-07 Carl Worthnotmuch-reply: Remove a useless level of nesting.
2010-04-07 Carl Worthnotmuch-reply: Fix some whitespace issues.
2010-04-07 Dirk Hohndelguess From address from Received headers
2010-04-07 Dirk Hohndelfix notmuch_message_file_get_header
2010-04-07 Carl WorthMerge branch 'debian'
2010-04-07 Carl Worthdebian: Add a watch file. debian-0.1-1
2010-04-07 Carl WorthAvoid needlessly linking final notmuch binary against...
2010-04-07 Carl Worthdebian: Modify each package description slightly.
2010-04-07 Carl Worthman: Fix several occurences of hyphen intended to be...
next