aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* load test-stateArtur Malabarba2015-01-161-1/+1
|
* Merge branch 'master' into more-testsArtur Malabarba2015-01-1634-332/+933
|\
| * Hotfix: wrong variable nameSean Allred2015-01-161-1/+1
| | | | | | | | Fix #234
| * Merge pull request #223 from vermiculus/build-filter-from-defaultSean Allred2015-01-162-12/+9
| |\ | | | | | | Build filter from default
| | * Remove .total from tests tooArtur Malabarba2015-01-141-2/+1
| | |
| | * Fix testArtur Malabarba2015-01-081-1/+1
| | |
| | * Build filters from default.Artur Malabarba2015-01-081-1/+1
| | |
| | * StyleArtur Malabarba2015-01-081-4/+2
| | |
| | * DocsArtur Malabarba2015-01-081-3/+3
| | |
| | * Don't use .totalArtur Malabarba2015-01-081-1/+1
| | | | | | | | | | | | | | | the total property doubles the time taken for the request, according to https://api.stackexchange.com/docs/paging
| * | Merge pull request #228 from vermiculus/vermiculus/sort-answersSean Allred2015-01-164-17/+43
| |\ \ | | | | | | | | Customizable sorting; Fix #226. Generalization of #225.
| | * | Don't define aliases with comparatorsSean Allred2015-01-161-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The aliases were created in the fear that runtime would be slower to interpret the duplicated lambda expressions for get-func. After testing, this was found not to be the case. `funcall' is a much nicer solution.
| | * | Change older-p to newer-pSean Allred2015-01-162-3/+3
| | | | | | | | | | | | | | | | | | | | Older functions generally have more votes anyway -- new answers need initial the attention.
| | * | Use assq instead of assocSean Allred2015-01-162-5/+4
| | | |
| | * | Fix letbindingSean Allred2015-01-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | `gpf' used to stand for `get-property-function', but this was abstracted into a `get-function'. The letbinding was never changed. This commit also conveniently allows me to say: Fix #226.
| | * | Add more sorting functionsSean Allred2015-01-151-0/+8
| | | |
| | * | Abstract sorting function into customizable optionSean Allred2015-01-151-1/+10
| | | |
| | * | Small bugfixSean Allred2015-01-151-3/+3
| | | | | | | | | | | | | | | | Everything must now be a proper function.
| | * | Abstract sorting functionSean Allred2015-01-152-5/+8
| | | |
| | * | Create and implement comparator creation macroSean Allred2015-01-152-12/+22
| | | | | | | | | | | | | | | | This obsoletes `sx--<'.
| * | | Merge pull request #216 from vermiculus/improve-commentsSean Allred2015-01-1413-146/+410
| |\ \ \ | | | | | | | | | | Improve comments
| | * \ \ Merge remote-tracking branch 'refs/remotes/origin/master' into improve-commentsArtur Malabarba2015-01-146-8/+18
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Hotfix: Unused argument pageArtur Malabarba2015-01-141-0/+1
| | | | |
| * | | | Merge pull request #221 from vermiculus/dont-get-favorites-on-initializeArtur Malabarba2015-01-141-2/+4
| |\ \ \ \ | | | | | | | | | | | | Don't use sx-favorites--initialize
| | * | | | Don't use sx-favorites--initializeArtur Malabarba2015-01-081-2/+4
| | | | | |
| * | | | | Merge pull request #225 from vermiculus/vermiculus/sort-answersArtur Malabarba2015-01-141-1/+6
| |\ \ \ \ \ | | | |_|/ / | | |/| | | Sort answers by score
| | * | | | Sort answers by scoreSean Allred2015-01-141-1/+6
| |/ / / /
| * | | | Merge pull request #224 from lunaryorn/patch-1Artur Malabarba2015-01-121-1/+1
| |\ \ \ \ | | | | | | | | | | | | Add missing format call
| | * | | | Add missing format callSebastian Wiesner2015-01-121-1/+1
| |/ / / / | | | | | | | | | | `y-or-n-p` doesn't accept format arguments, so we need to call `format` explicitly.
| * | | / Hotfix: Less aggressive raw linksArtur Malabarba2015-01-111-3/+3
| | |_|/ | |/| |
| * | | Hotfix: Go back to https for dataArtur Malabarba2015-01-081-1/+1
| | | |
| * | | Require sx-tagArtur Malabarba2015-01-081-0/+1
| |/ /
| * | Hotfix Add site_url to sx-site-browse-filter. Fix #220Artur Malabarba2015-01-081-0/+1
| | |
| | * Merge branch 'master' into improve-commentsSean Allred2015-01-076-12/+82
| | |\ | | |/ | |/| | | | | | | Conflicts: test/test-printing.el
| * | Merge pull request #218 from vermiculus/fix-plain-linksSean Allred2015-01-071-6/+11
| |\ \ | | | | | | | | Fix plain links
| | * | Enable raw links. Fix #214Artur Malabarba2015-01-071-4/+9
| | | |
| | * | Change regexps to defconstArtur Malabarba2015-01-071-2/+2
| | | |
| * | | Merge pull request #212 from vermiculus/vermiculus/bot-branchSean Allred2015-01-072-3/+3
| |\ \ \ | | | | | | | | | | Use `data` branch for bot data
| | * | | Use http instead of https for our data requestsArtur Malabarba2015-01-071-2/+2
| | | | |
| | * | | Merge branch 'master' into vermiculus/bot-branchArtur Malabarba2015-01-0711-58/+163
| | |\| |
| | * | | Use `data' branch for bot dataSean Allred2015-01-071-1/+1
| | | | |
| * | | | Merge pull request #217 from vermiculus/really-fix-fillingSean Allred2015-01-072-2/+60
| |\ \ \ \ | | | | | | | | | | | | Really fix filling
| | * | | | Test fill-and-fontifyArtur Malabarba2015-01-071-0/+56
| | | | | |
| | * | | | Really fix fillingArtur Malabarba2015-01-071-2/+4
| | | |/ / | | |/| |
| * | | | Merge pull request #219 from vermiculus/more-major-modesSean Allred2015-01-071-0/+6
| |\ \ \ \ | | |/ / / | |/| | | Add latex-mode and c-mode
| | * | | Add latex-mode and c-modeArtur Malabarba2015-01-071-0/+6
| |/ / /
| * | | Hotfix Travis/Gitter integrationSean Allred2015-01-071-1/+1
| | | | | | | | | | | | It was broken when the repository URL changed -- I just never noticed until now.
| | | * Use description list appropriatelySean Allred2015-01-071-38/+39
| | | |
| | | * SpellcheckSean Allred2015-01-076-8/+8
| | | |
| | | * Moar tests!Artur Malabarba2015-01-071-0/+39
| | | |