]> git.notmuchmail.org Git - notmuch/history - devel
test/emacs: add broken test for message replying to msg to self
[notmuch] / devel /
2016-09-09 David BremnerMerge branch 'release'
2016-07-19 David BremnerMerge branch 'release'
2016-06-11 Tomi Olliladevel/man-to-mdwn.pl: portable locale environment varia...
2016-06-05 Daniel Kahn GillmorUse https instead of http where possible
2016-06-05 Daniel Kahn Gillmornmbug: updated to modern URL for PEP 343
2016-03-28 David Bremnernmbug: ignore # comments
2016-03-24 W. Trevor Kingnotmuch-report: Add notmuch-report(1) and notmuch-repor...
2016-03-24 W. Trevor Kingnotmuch-report.json: Rename from status-config.json
2016-03-24 W. Trevor Kingnotmuch-report: Rename from nmbug-status
2016-03-24 W. Trevor Kingstatus-config.json: Remove parens from query entry
2016-03-24 W. Trevor Kingnmbug-status: Wrap query phrases in parentheses when...
2016-03-24 W. Trevor Kingnmbug-status: Add meta.message-url config setting
2016-03-05 David BremnerSTYLE: suggest long names
2016-03-05 David BremnerSTYLE: document some rules about variable declarations
2016-01-13 Tomi Olliladevel/emacs: add devel/try-emacs-mua
2016-01-13 W. Trevor Kingnmbug-status: Fix unbalanced <p> tags in default header...
2016-01-13 W. Trevor Kingnmbug-status: Style headers with smaller fonts
2016-01-13 W. Trevor Kingnmbug-status: Adjust headers to start with h1
2016-01-07 W. Trevor Kingnmbug-status: Avoid hard-coded filename in error message
2015-11-23 David BremnerMerge branch 'release'
2015-11-19 Tomi Olliladevel/release-checks: added checking of copyright year...
2015-10-04 Jani Nikulanmbug-status: print config errors to stderr
2015-09-29 Jani Nikulanmbug-status: add support for specifying sort order...
2015-09-26 David BremnerMerge branch 'release'
2015-08-10 David Bremnerbuild: extract library versions from notmuch.h
2015-08-07 Tomi Ollilatest: make script exit (1) if it "fails" to source...
2015-08-04 Tomi Olliladevel/release-checks.sh: made python version check...
2015-08-04 David Bremnerlib: define NOTMUCH_DEPRECATED macro, document its...
2015-06-27 David BremnerMerge tag '0.20.2'
2015-06-09 Tomi Ollilarelease-checks: check that git working directory is...
2015-04-01 W. Trevor Kingnmbug-status: Use 'show-ref --heads' for loading configs
2015-03-15 W. Trevor Kingnmbug-status: Clarify errors for illegible configs
2015-03-13 Jani Nikulalib: make notmuch_query_count_messages explicitely...
2015-01-18 W. Trevor Kingnmbug: Add a 'help' command for folks who don't like...
2015-01-03 David Bremnerbuild: eliminate use of python execfile command
2014-11-02 Tomi Olliladevel: man-to-mdwn.pl: add GPLv3+ notice to manpages...
2014-11-02 Tomi Olliladevel: make man-to-mdwn.pl to work with generated manua...
2014-10-25 David BremnerMerge tag '0.18.2'
2014-10-25 David BremnerMerge tag '0.18.2_rc1'
2014-10-05 W. Trevor Kingnmbug: Translate to Python
2014-08-09 David BremnerMerge tag 'debian/0.18.1-2'
2014-07-16 W. Trevor Kingnmbug: Handle missing @upstream in is_unmerged
2014-07-16 W. Trevor Kingnmbug: Add a git_with_status helper function
2014-07-15 W. Trevor Kingnmbug-status: Optionally load the header and footer...
2014-07-15 W. Trevor Kingnmbug-status: Add the time to the footer's build-date
2014-07-15 W. Trevor Kingnmbug-status: Factor out header/footer context into...
2014-07-15 Carl WorthMove the generated date from the top of the page to...
2014-07-15 Carl WorthAdd a docstring describing the program
2014-07-15 Carl WorthAdd explicit license information
2014-07-13 Tomi Olliladevel: news2wiki to recognize yyyy-mm-dd or UNRELEASED...
2014-04-15 David Bremnernmbug: mark repository as bare on clone
2014-04-08 W. Trevor Kingnmbug: Add 'clone' and replace FETCH_HEAD with @{upstream}
2014-04-08 Tomi Ollilarelease-checks: removed manual page version check
2014-04-08 David Bremnerdoc: move doxgen config from devel/ to doc/
2014-03-23 Jani Nikulanmbug-status: make output title and blurb configurable
2014-03-23 Jani Nikulanmbug-status: parameterize title and blurb in the page...
2014-03-11 Jani Nikuladevel: add script to generate test databases
2014-03-03 David BremnerMerge tag 'debian/0.17-5'
2014-02-22 Tomi Ollilanmbug-status: replace __values__() with values() in...
2014-02-22 David BremnerMerge tag 'debian/0.17-4'
2014-02-15 W. Trevor Kingnmbug-status: Hardcode UTF-8 instead of using the user...
2014-02-15 W. Trevor Kingnmbug-status: Encode output using the user's locale
2014-02-15 W. Trevor Kingnmbug-status: Add inter-message padding
2014-02-15 W. Trevor Kingnmbug-status: Color threads in HTML output
2014-02-14 W. Trevor Kingnmbug-status: Escape &, <, and > in HTML display data
2014-02-14 W. Trevor Kingnmbug-status: Use <code> and <p> markup where appropriate
2014-02-14 W. Trevor Kingnmbug-status: Slug the title when using it as an id
2014-02-14 W. Trevor Kingnmbug-status: Anchor with h3 ids instead of a names
2014-02-11 W. Trevor Kingnmbug-status: Convert from XHTML 1.0 to HTML 5
2014-02-11 W. Trevor Kingnmbug-status: Normalize table HTML indentation
2014-02-11 W. Trevor Kingnmbug-status: Add an OrderedDict stub for Python 2.6
2014-02-11 W. Trevor Kingnmbug-status: Add Page and HtmlPage for modular rendering
2014-02-11 W. Trevor Kingnmbug-status: Add a Python-3-compatible urllib.parse...
2014-02-11 W. Trevor Kingnmbug-status: Consolidate HTML header printing
2014-02-11 W. Trevor Kingnmbug-status: Don't require write access
2014-02-11 W. Trevor Kingnmbug-status: Consolidate functions and main code
2014-02-11 W. Trevor Kingnmbug-status: Add metavars for --config and --get-query
2014-02-11 W. Trevor Kingnmbug-status: Factor config-loading out into read_config
2014-02-11 W. Trevor Kingnmbug-status: Decode Popen output using the user's...
2014-02-11 W. Trevor Kingnmbug-status: Use email.utils instead of rfc822
2014-02-11 W. Trevor Kingnmbug-status: Convert to Python-3-compatible print...
2014-01-12 David BremnerMerge tag 'debian/0.17-3'
2014-01-05 Jani Nikuladevel: add doxygen configuration file
2013-12-31 David BremnerMerge tag '0.17'
2013-12-31 Tomi Olliladevel/release-checks.sh: adjust to LIBNOTMUCH version... 0.17 debian/0.17-1
2013-11-11 Tomi Olliladevel/release-checks.sh: check NOTMUCH_(MAJOR|MINOR...
2013-11-09 Austin Clementsemacs: Fix search tagging races
2013-11-09 Austin ClementsAdd TODO about more efficient stable thread queries
2013-11-09 Austin Clementssearch: Add stable queries to thread search results
2013-11-09 Austin Clementsschemata: Disambiguate non-terminal names
2013-06-01 Jani NikulaTODO: keybindings for next/previous thread done
2013-05-26 David BremnerMerge branch 'release'
2013-05-23 David Bremnerdevel: add dkg's printmimestructure script to notmuch...
2013-04-14 Jani NikulaTODO: remove some completed todo items from the list
2013-04-06 Jani Nikulanmbug-status: only import notmuch when needed
2013-04-06 Jani Nikulanmbug-status: add support for querying the search views
2013-03-29 Tomi Olliladevel: add post-release tools news2wiki.pl and man...
2013-03-29 Tomi Olliladevel/STYLE: information how to enable standard pre...
2013-03-02 David Bremnernmbug: allow empty prefix
2013-03-02 David Bremnernmbug: replace hard-coded magic hash with git-hash...
next