summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-06debian: Add a watch file.debian-0.1-1Carl Worth
2010-04-06Avoid needlessly linking final notmuch binary against libXapian.Carl Worth
2010-04-06debian: Modify each package description slightly.Carl Worth
2010-04-06man: Fix several occurences of hyphen intended to be minus.Carl Worth
2010-04-06debian: Update standards version to 3.8.4.Carl Worth
2010-04-06debian: Split into multiple packages.Carl Worth
2010-04-06debian: Fix Vcs-Browser linkCarl Worth
2010-04-06debian: Don't try compiling emacs bytecode for emacs < 21Carl Worth
2010-04-06debian: Fix broken symlinking of emacs lisp files.Carl Worth
2010-04-06Install emacs lisp files into a notmuch sub-directory of site-lisp.Carl Worth
2010-04-06Makefile: Add a disctclean target (simply calling clean)Carl Worth
2010-04-06Update Debian package version to 0.1-1.Carl Worth
2010-04-06configure: Ignore more options that debhelper expects.Carl Worth
2010-04-06configure: Add a --sysconfdir option.Carl Worth
2010-04-06configure: Add support for a --mandir optionCarl Worth
2010-04-06configure: Add support for a --includedir optionCarl Worth
2010-04-06configure: Avoid printing '.' at the end of error message.Carl Worth
2010-04-06configure: Add stub support for --build=<cpu>-<vendor>-<host> option.Carl Worth
2010-04-06packaging: Add a pointer to where the debian packaging really is.Carl Worth
2010-04-06Merge branch 'debian' into rebuildCarl Worth
2010-04-06Move "config" test programs to "compat".Carl Worth
2010-04-06Makefile: Move the completion-specific commands to completion/Makefile.localCarl Worth
2010-04-06Rename the "contrib" directory to "completion".Carl Worth
2010-04-06.gitignore: Ignore the releases directory.Carl Worth
2010-04-06Makefile: Eliminate the separate install-bash and install-zsh targets.Carl Worth
2010-04-06Makefile: Eliminate the "make install-emacs" target.Carl Worth
2010-04-06Makefiles: Eliminate the useless quiet_* functions.Carl Worth
2010-04-05Makefile: Finish implementing the "make release" target.0.1Carl Worth
2010-04-05Makefile: Start implementing a "make release" target.Carl Worth
2010-04-05NEWS: Add some (brief) news items for the initial 0.1 release.Carl Worth
2010-04-05RELEASING: Add this file describing the steps to make a release.Carl Worth
2010-04-05Makefile: Add a dist target.Carl Worth
2010-04-05Makfiles: Make the top-level targets PHONYCarl Worth
2010-04-05notmuch-query.el: new file to support access to the notmuch database.David Bremner
2010-04-05notmuch: Correctly terminate text/* parts in JSON outputDavid Edmondson
2010-04-05git: Ignore `notmuch-shared'David Edmondson
2010-04-05emacs: Move notmuch-show functionality to notmuch-show.elDavid Edmondson
2010-04-03TODO: Add notes on removing "notmuch part" and "notmuch search-tags".Carl Worth
2010-04-03emacs: Fix "free variable" warning for notmuch-folder-show-empty.Carl Worth
2010-04-03emacs/notmuch.el: Improve tag highlighting in search modeDavid Edmondson
2010-04-03Makefile.local: Automatically use makefile modeDavid Edmondson
2010-04-03Makefile: Add the emacs directory to load-path when compilingDavid Edmondson
2010-04-02Merge remote branch 'dme/dme-for-cworth'Carl Worth
2010-04-02Makefile: Only print the "make install" hint after the first build.Carl Worth
2010-04-02notmuch help: Eliminate a gratuitous level of indentation.Carl Worth
2010-04-02notmuch help: Simplify output by omitting arguments for each command.Carl Worth
2010-04-02notmuch: Add a version (0.1 initially) with a new --version option.Carl Worth
2010-04-02notmuch: Add support for a --help option.Carl Worth
2010-04-02notmuch: Add a 'part' subcommandDavid Edmondson
2010-04-02notmuch-show: Add unix and relative dates to the JSON outputDavid Edmondson