summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #493 from escondida/double-initJohn Wiegley2017-10-261-3/+1
|\ \ \ \ \ | |/ / / / |/| | | | src/global.cc: do not parse user-specified init-file twice
| * | | | src/global.cc: do not parse user-specified init-file twiceIvy Foster2017-10-261-3/+1
|/ / / /
* | | | Flip ordering of "options" and "command" in the man pageJohn Wiegley2017-02-161-2/+2
| | | |
* | | | Merge pull request #486 from RusAlex/patch-1thdox2017-01-282-2/+2
|\ \ \ \ | | | | | | | | | | thanks @RusAlex and @tbm for review
| * | | | typo in docsAlexander Pletnev2017-01-272-2/+2
|/ / / / | | | | | | | | | | | | fix test
* | | | Merge pull request #478 from thdox/dir-locals-elthdox2017-01-161-1/+1
|\ \ \ \ | | | | | | | | | | Fix indent-tabs-mode to nil
| * | | | Fix indent-tabs-mode to nilthdox2017-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probably a bug in Emacs: - This add 't' in .dir-locals.el M-x add-dir-local-variable RET emacs-lisp-mode RET indent-tabs-mode RET t RET - This does not add 'nil' in .dir-locals.el M-x add-dir-local-variable RET emacs-lisp-mode RET indent-tabs-mode RET nil RET [ci skip]
* | | | | Merge pull request #477 from thdox/bug-584-550thdox2017-01-161-0/+18
|\ \ \ \ \ | | | | | | | | | | | | Add regress test for bugs 550 and 584
| * | | | | Add regress test for bugs 550 and 584thdox2017-01-051-0/+18
| |/ / / /
* | | | | Merge pull request #476 from thdox/bug-1055thdox2017-01-161-0/+26
|\ \ \ \ \ | | | | | | | | | | | | Add regress test for bug 1055
| * | | | | Add regress test for bug 1055thdox2017-01-051-0/+26
| |/ / / /
* | | | | Merge pull request #475 from thdox/bug-1132thdox2017-01-161-0/+16
|\ \ \ \ \ | |/ / / / |/| | | | Add regress test for bug 1132
| * | | | Add regress test for bug 1132thdox2017-01-051-0/+16
|/ / / /
* | | | [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-05130-131/+131
| | | | | | | | | | | | | | | | [ci skip]
* | | | [doc] Use two ascii hyphen instead of one utf-8 en dashAlexis Hildebrandt2017-01-051-6/+6
| | | | | | | | | | | | | | | | [ci skip]
* | | | Item sorting should have access to the report scopeJohn Wiegley2017-01-049-37/+69
| |/ / |/| |
* | | Merge pull request #483 from andreas-h/patch-1Martin Michlmayr2016-12-031-1/+1
|\ \ \ | | | | | | | | Fix typo in documentation
| * | | fix typo in documentationAndreas Hilboll2016-12-031-1/+1
|/ / /
* / / Bump version in default.nixJohn Wiegley2016-11-291-1/+1
|/ /
* | Merge pull request #481 from ginabythebay/nextJohn Wiegley2016-11-141-0/+3
|\ \ | | | | | | Fix 1098
| * | Fix 1098Gina White2016-11-131-0/+3
| | | | | | | | | | | | Point people to bugzilla, deskzilla.
* | | Further simplifications src/CMakeLists.txtJohn Wiegley2016-11-132-8/+31
| | |
* | | Disable #pragma messages from ClangJohn Wiegley2016-11-131-0/+1
| | |
* | | Escape ++ in cmake matchesJohn Wiegley2016-11-132-2/+2
| | |
* | | Don't use -isystem with g++ anymoreJohn Wiegley2016-11-132-4/+3
| | |
* | | Change src/CMakeLists.txt to notice c++ as g++John Wiegley2016-11-131-14/+19
| | |
* | | Add tools/nix-build.shJohn Wiegley2016-11-131-0/+20
| | |
* | | Don't explicitly reference test file in 1057.testJohn Wiegley2016-11-131-1/+1
|/ /
* | Update cmd-tags.test for fix for bug #1043Martin Michlmayr2016-11-121-0/+3
| |
* | Fix 1043John Wiegley2016-11-122-10/+18
| |
* | Make bool implicitly convertible in Python to value_tJohn Wiegley2016-11-121-0/+1
| |
* | Merge pull request #479 from thdox/fix-copyrightAlexis Hildebrandt2016-11-121-1/+1
|\ \ | | | | | | | | | | | | Fix copyright year [ci skip]
| * | Fix copyright yearthdox2016-11-011-1/+1
| | |
* | | Merge pull request #480 from ginabythebay/nextJohn Wiegley2016-11-122-1/+16
|\ \ \ | | | | | | | | document quoted_rfc4180
| * | | doc quoted_rfc4180 in man pageGina White2016-11-121-0/+4
| | | |
| * | | document quoted_rfc4180Gina White2016-11-121-1/+12
|/ / /
* | | Update doc/NEWS for 3.1.2Martin Michlmayr2016-11-121-5/+9
| | |
* | | Add new reporting function quoted_rfc4180John Wiegley2016-11-122-0/+20
| | |
* | | Don't build Elisp files in default.nixJohn Wiegley2016-11-101-9/+21
|/ /
* | Merge pull request #395 from thdox/force-colorJohn Wiegley2016-10-275-6/+27
|\ \ | | | | | | --force-color does not require anymore --color.
| * | Add test for --color optionthdox2016-10-271-0/+11
| | |
| * | Add another test to opt-force-color.testthdox2016-10-271-0/+8
| | | | | | | | | | | | | | | To verify that no ANSI color codes are printed when the --force-color option is not set.
| * | --force-color is now tested in CheckBaselinetests.pythdox2016-10-272-1/+0
| | |
| * | --force-color does not require anymore --color.thdox2016-10-273-2/+5
|/ / | | | | | | This was reported as Bug #1109
* | Merge pull request #474 from thdox/ledger-mode-finalize-splitJohn Wiegley2016-10-2710-33/+16
|\ \ | | | | | | Ledger mode finalize split
| * | Remove reference to lisp directorythdox2016-10-271-1/+1
| | | | | | | | | | | | | | | | | | As ledger-mode has been moved to its own github repository. [ci skip]
| * | Cleanupthdox2016-10-272-2/+0
| | | | | | | | | | | | [ci skip]
| * | Add reference to Emacs ledger-modethdox2016-10-272-10/+10
| | | | | | | | | | | | | | | | | | As now, ledger-mode has its own github repository. [ci skip]
| * | Remove compilation of ledger-mode lisp filesthdox2016-10-271-7/+0
| | | | | | | | | | | | | | | | | | As ledger-mode has been moved to its own repository. [ci skip]
| * | ledger-mode has now its own repositorythdox2016-10-271-2/+3
| | | | | | | | | | | | [ci skip]