aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-16Makefile: Fix conditionals to avoid calling git when no .git is presentCarl Worth
2010-04-16Makefile: Add a top-level "make snapshot" target.Carl Worth
2010-04-16Makefile: Rework the version checks slightly.Carl Worth
2010-04-16RELEASING: Add a step to upgrade the version in the "version" file.Carl Worth
2010-04-16Makefile: Add an explicit version file to the repository.Carl Worth
2010-04-16debian/changelog: Create an entry for the 0.2 release.Carl Worth
2010-04-16RELEASING: Add a (manual!) step to create a debian/changelog entryCarl Worth
2010-04-16debian: Don't auto-generate debian/changelog.Carl Worth
2010-04-16debian: Add a gbp.conf to start using git-buildpackageCarl Worth
2010-04-16make release: Don't print the release message on stdout.Carl Worth
2010-04-16Makefile: Fix "make release" to print the current release announcement.Carl Worth
2010-04-16NEWS: Add release notes for the 0.2 release.Carl Worth
2010-04-16Revert "notmuch.el: 'F' in search mode takes us to a list of folders."Carl Worth
2010-04-16notmuch.c: Shorten version stringSebastian Spaeth
2010-04-15emacs: Fix search filtering of a global search ("*")Carl Worth
2010-04-15TODO: Add two tasks that both have to do with auditing the library APICarl Worth
2010-04-15RELEASING: Change wording of libnotmuch version instructionCarl Worth
2010-04-15make release: Enforce a clean source tree before release.Carl Worth
2010-04-15RELEASING: Remove a meaningless step from the release process.Carl Worth
2010-04-15configure: Fix syntax error (spaces in assignment).Gregor Hoffleit
2010-04-15Fix typo in messageBen Gamari
2010-04-15make release: Provide a kinder message when VERSION is forgotten.Carl Worth
2010-04-15Makefile: Re-order the commands in "make release" slightly.Carl Worth
2010-04-15Makefile: Simplify the release targets.Carl Worth
2010-04-15Makefile.local: Fix typo in comment.Carl Worth
2010-04-15RELEASING: Remove obsolete step about updating micro version number.Carl Worth
2010-04-15Makefile: Make "make release" run the test suite.Carl Worth
2010-04-15make test: Actually count and report on failures.Carl Worth
2010-04-15test: Unify all tests to use the pass_if_equal function.Carl Worth
2010-04-15test: Align the PASS/FAIL column.Carl Worth
2010-04-15Makefile: Add a "make test" target.Carl Worth
2010-04-15lib: search_threads: Fix nested search to handle original search of "*"Carl Worth
2010-04-15test: Add a test for "notmuch search '*'"Carl Worth
2010-04-15test: Use an older date for the generated messages.Carl Worth
2010-04-15test: Remove test-message filenames from generated messagesCarl Worth
2010-04-15test: Disentangle execution of notmuch from the examination of the results.Carl Worth
2010-04-15TODO: Add some ideas for improving the emacs interface.Carl Worth
2010-04-15TODO: Add some ideas about better search syntaxCarl Worth
2010-04-14Merge bugfix for test-suite correctness.Carl Worth
2010-04-14test: Fix reply tests to track insignificant change in output.Carl Worth
2010-04-14Makefile: Fix final linking of notmuch binary for OS X.Carl Worth
2010-04-14Makefile: Add library version information on OS X.Carl Worth
2010-04-14Makefile: Fix library linking command for OS XCarl Worth
2010-04-14Add infrastructure for building shared library on OS X.Aaron Ecay
2010-04-14Makefile: Move compat sources from the client code to the library.Carl Worth
2010-04-14Add simplistic reimplementation of strcasestr to compat libraryDirk Hohndel
2010-04-14Makefile: Move include of Makefile.config up from Makefile.localCarl Worth
2010-04-14Fix up Makefile for build.Aaron Ecay
2010-04-14Use C++ compiler to link notmuch binariesAaron Ecay
2010-04-14Clean up code duplication in adding or removing tag by region.Jesse Rosenthal