]> git.notmuchmail.org Git - notmuch/history - devel/nmbug
Merge branch 'release'
[notmuch] / devel / nmbug /
2016-11-17 David BremnerMerge branch 'release'
2016-10-26 David BremnerMerge branch 'release'
2016-10-24 David BremnerMerge tag '0.23.1'
2016-10-22 David BremnerMerge in test-suite, docstring fixes, release prep
2016-10-19 David BremnerMerge emacs face fixes and NEWS
2016-10-12 David Bremnermerge buttonise-links patch to master
2016-10-07 David BremnerMerge branch 'release'
2016-10-04 W. Trevor Kingnmbug: Add --no-renames to default log options
2016-09-09 David BremnerMerge branch 'release'
2016-07-19 David BremnerMerge branch 'release'
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-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-10-04 Jani Nikulanmbug-status: print config errors to stderr
2015-09-29 Jani Nikulanmbug-status: add support for specifying sort order...
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-01-18 W. Trevor Kingnmbug: Add a 'help' command for folks who don't like...
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-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-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-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...
2013-05-26 David BremnerMerge branch 'release'
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-02 David Bremnernmbug: allow empty prefix
2013-03-02 David Bremnernmbug: replace hard-coded magic hash with git-hash...
2013-03-02 David Bremnernmbug: use 'notmuch tag --batch'
2013-03-02 David Bremnernmbug: use dump --format=batch-tag
2013-02-19 David BremnerMerge branch 'release'
2013-02-16 David Bremnernmbug: move from contrib to devel