aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | * | Get rid of sx-question-list--update-mode-lineArtur Malabarba2015-02-122-25/+5
| | | | | | |/
| * | | | | | Merge branch 'handle-html-tags' of github.com:vermiculus/stack-mode into ↵Artur Malabarba2015-02-030-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | handle-html-tags Conflicts: test/test-printing.el
| | * | | | | | Fix tag-format function name in testsSean Allred2015-01-261-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'images' into handle-html-tagsArtur Malabarba2015-01-262-8/+20
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'images' into handle-html-tagsArtur Malabarba2015-01-261-3/+2
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Handle the `kbd` html tagArtur Malabarba2015-01-241-0/+2
| | | | | | | | |
| * | | | | | | | Handle the `sub` and `sup` html tagArtur Malabarba2015-01-241-1/+13
| | | | | | | | |
| * | | | | | | | Handle the `code` html tagArtur Malabarba2015-01-241-0/+34
| | | | | | | | |
| * | | | | | | | Do link handling per paragraph, so we don't linkify code blocksArtur Malabarba2015-01-241-32/+35
| | | | | | | | |
* | | | | | | | | Fix paragraph fillingArtur Malabarba2015-02-151-14/+20
| | | | | | | | |
* | | | | | | | | Fix testArtur Malabarba2015-02-121-2/+4
| | | | | | | | |
* | | | | | | | | fix imagesArtur Malabarba2015-02-121-4/+5
| | | | | | | | |
* | | | | | | | | Merge branch 'images' into print-question-without-temp-bufferArtur Malabarba2015-02-121-0/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'tag-buttons' into imagesArtur Malabarba2015-02-121-0/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | require 'sx-tagArtur Malabarba2015-02-121-0/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'images' into print-question-without-temp-bufferArtur Malabarba2015-02-1213-23/+371
|\| | | | | | | |
| * | | | | | | | Merge branch 'tag-buttons' into imagesArtur Malabarba2015-02-1213-25/+373
| |\| | | | | | | | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Merge branch 'master' into tag-buttonsArtur Malabarba2015-02-1213-25/+373
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | * | | | | Merge pull request #235 from vermiculus/more-testsArtur Malabarba2015-02-123-2/+47
| | | |\ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | More tests
| | | | * | | | Don't freak out because question_id is nil.Artur Malabarba2015-02-031-1/+2
| | | | | | | |
| | | | * | | | Really fix testArtur Malabarba2015-02-031-2/+3
| | | | | | | |
| | | | * | | | Fix testArtur Malabarba2015-02-031-0/+2
| | | | | | | |
| | | | * | | | Merge branch 'master' into more-testsArtur Malabarba2015-02-036-83/+210
| | | | |\ \ \ \
| | | | * | | | | Test displaying a questionArtur Malabarba2015-01-161-0/+9
| | | | | | | | |
| | | | * | | | | load test-stateArtur Malabarba2015-01-161-1/+1
| | | | | | | | |
| | | | * | | | | Merge branch 'master' into more-testsArtur Malabarba2015-01-1634-332/+933
| | | | |\ \ \ \ \
| | | | * | | | | | Add more autoloads to testSean Allred2015-01-041-0/+4
| | | | | | | | | |
| | | | * | | | | | Merge branch 'master' into more-testsSean Allred2015-01-0435-190/+1351
| | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile test/tests.el
| | | | * | | | | | | Add test for user entry functionsSean Allred2015-01-021-0/+16
| | | | | | | | | | |
| | | | * | | | | | | Update MakefileSean Allred2015-01-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean compiled files before every test. This ensures that the changes made during the current session are applied when re-testing.
| | | | * | | | | | | Test sx-time-sinceSean Allred2015-01-011-0/+12
| | | | | | | | | | |
| | | * | | | | | | | Merge pull request #256 from vermiculus/issue-254--sorting-optionsSean Allred2015-02-112-4/+57
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement sorting options Fix #254.
| | | | * | | | | | | | sx-search-get-questions make KEYWORDS a &rest argument.Artur Malabarba2015-02-111-2/+4
| | | | | | | | | | | |
| | | | * | | | | | | | Add ordering to question lists created by sx-searchArtur Malabarba2015-02-111-2/+14
| | | | | | | | | | | |
| | | | * | | | | | | | Improve order-methodsArtur Malabarba2015-02-111-0/+2
| | | | | | | | | | | |
| | | | * | | | | | | | Define sx-question-list-order-byArtur Malabarba2015-02-111-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Command for switching the ordering method.
| | | | * | | | | | | | Define sx-question-list--interactive-order-promptArtur Malabarba2015-02-111-0/+16
| | | | | | | | | | | |
| | | | * | | | | | | | Document sx-question-list--orderArtur Malabarba2015-02-111-1/+5
| | | | | | | | | | | |
| | | | * | | | | | | | Define sx-question-list--orderArtur Malabarba2015-02-111-0/+4
| | | |/ / / / / / / /
| | | * | | | | | | | Hotfix sx-search autoloadSean Allred2015-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should fix #255
| | | * | | | | | | | Include bug report instructions in CONTRIBUTINGSean Allred2015-02-111-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should provide some meta-help with issues like #255. This file is advertised when creating an issue, so it's the best we can do.
| | | * | | | | | | | Merge pull request #253 from wkunkel/masterSean Allred2015-02-071-0/+232
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add new icon
| | | | * | | | | | | | Add new iconWilliam Kunkel2015-02-071-0/+232
| | | |/ / / / / / / /
| | | * | | | | | | | Version bumpArtur Malabarba2015-02-072-3/+3
| | | | | | | | | | |
| | | * | | | | | | | Hot Fix #249. Searching without queryArtur Malabarba2015-02-071-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Merge pull request #250 from purcell/patch-3Artur Malabarba2015-02-071-0/+2
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add MELPA badges to README
| | | | * | | | | | | | Add MELPA badges to READMESteve Purcell2015-02-071-0/+2
| | | |/ / / / / / / /
| | | * | | | | | | | Update README.orgSean Allred2015-02-061-2/+0
| | | | | | | | | | |
| | | * | | | | | | | Note MELPA release in READMESean Allred2015-02-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | | * | | | | | | | Merge pull request #247 from vermiculus/issue-246--compress-commmentsSean Allred2015-02-032-3/+7
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Issue 246 compress commments