aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Larger max widthArtur Malabarba2015-01-241-1/+1
| | | | | | |
* | | | | | | Fix and reorganize testsArtur Malabarba2015-01-241-5/+7
| | | | | | |
* | | | | | | Clean up nested linksArtur Malabarba2015-01-241-0/+8
| | | | | | |
* | | | | | | Sorround images with newlinesArtur Malabarba2015-01-241-1/+6
| | | | | | |
* | | | | | | With nested links, just do the inner one.Artur Malabarba2015-01-241-1/+1
| | | | | | |
* | | | | | | sx-question-mode--reference-regexp no longer matches newlinesArtur Malabarba2015-01-241-1/+1
| | | | | | |
* | | | | | | Test downloading image.Artur Malabarba2015-01-241-1/+7
| | | | | | |
* | | | | | | Detect if link is an image, download it, and pass it to ↵Artur Malabarba2015-01-241-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | sx-question-mode--insert-link
* | | | | | | sx-question-mode--insert-link takes images tooArtur Malabarba2015-01-241-13/+17
| | | | | | |
* | | | | | | Add tests for sx-request-get-...Artur Malabarba2015-01-241-0/+8
| | | | | | |
* | | | | | | sx-request-get-url error unless code 200Artur Malabarba2015-01-241-1/+2
| | | | | | |
* | | | | | | Refactor part of request-get-data into request-get-urlArtur Malabarba2015-01-241-8/+12
|/ / / / / /
* | | | | | Merge branch 'master' into tag-buttonsArtur Malabarba2015-01-241-1/+1
|\| | | | |
| * | | | | Hotfix wrong-number of argumentsArtur Malabarba2015-01-241-1/+1
| |/ / / /
* | | | | Merge branch 'master' into tag-buttonsArtur Malabarba2015-01-236-83/+215
|\| | | |
| * | | | Hotfix with-demoted-errors in sx-compose-send, should Close #238Artur Malabarba2015-01-201-4/+9
| | | | |
| * | | | Merge pull request #236 from vermiculus/vermiculus/sort-answersSean Allred2015-01-171-8/+5
| |\ \ \ \ | | | | | | | | | | | | Prune useless progn form
| | * | | | Prune useless progn formSean Allred2015-01-171-8/+5
| | | | | |
| * | | | | Merge pull request #231 from vermiculus/malabarba/fix-display-from-inboxSean Allred2015-01-165-71/+201
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Fix sx-display from inbox. Now RET should work on any inbox item. Much more usable!
| | * | | | Merge branch 'master' into malabarba/fix-display-from-inboxArtur Malabarba2015-01-166-29/+52
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: sx.el
| | * | | | fix .id -> .comment_idArtur Malabarba2015-01-151-1/+1
| | | | | |
| | * | | | Implement comment viewing in sx-displayArtur Malabarba2015-01-151-2/+12
| | | | | |
| | * | | | Missing parenthesesArtur Malabarba2015-01-151-1/+1
| | | | | |
| | * | | | Add support for opening comments in sx-open-linkArtur Malabarba2015-01-151-0/+4
| | | | | |
| | * | | | Implement question-get-from-commentArtur Malabarba2015-01-151-0/+20
| | | | | |
| | * | | | Add tests for link-to-dataArtur Malabarba2015-01-151-0/+26
| | | | | |
| | * | | | Add support for another type of comment on sx--link-to-dataArtur Malabarba2015-01-151-8/+13
| | | | | |
| | * | | | Use cond in sx--link-to-data and better regexpsArtur Malabarba2015-01-151-49/+57
| | | | | |
| | * | | | Add comment support on sx--link-to-dataArtur Malabarba2015-01-151-0/+11
| | | | | |
| | * | | | sx-open-link redirects chat links to browserArtur Malabarba2015-01-151-14/+18
| | | | | |
| | * | | | sx--find-in-buffer moves over end of lineArtur Malabarba2015-01-151-2/+4
| | | | | |
| | * | | | Fix find in bufferArtur Malabarba2015-01-141-11/+16
| | | | | |
| | * | | | Fix sx-displayArtur Malabarba2015-01-141-4/+8
| | | | | |
| | * | | | Navigate to answer after printing questionArtur Malabarba2015-01-141-2/+4
| | | | | |
| | * | | | Implement sx--find-in-bufferArtur Malabarba2015-01-141-0/+20
| | | | | |
| | * | | | Reorder sx-displayArtur Malabarba2015-01-141-6/+12
| | | | | |
| | * | | | sx-open-link complains if it doesn't know what to do.Artur Malabarba2015-01-141-1/+5
| | | | | |
| | * | | | Move sx-question-mode--goto-property-change to sx.elArtur Malabarba2015-01-142-18/+17
| | | | | |
* | | | | | Merge branch 'master' into tag-buttonsArtur Malabarba2015-01-166-30/+51
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question.el
| * | | | | 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.