Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the universe and make the world right again. | Artur Malabarba | 2015-01-21 | 1 | -1/+1 |
| | | | | | Amongst other things, this should put an end to whale hunting, malaria, and issues such as #238, #209 and #206. | ||||
* | Hotfix with-demoted-errors in sx-compose-send, should Close #238 | Artur Malabarba | 2015-01-20 | 1 | -4/+9 |
| | |||||
* | Merge pull request #236 from vermiculus/vermiculus/sort-answers | Sean Allred | 2015-01-17 | 1 | -8/+5 |
|\ | | | | | Prune useless progn form | ||||
| * | Prune useless progn form | Sean Allred | 2015-01-17 | 1 | -8/+5 |
| | | |||||
* | | Merge pull request #231 from vermiculus/malabarba/fix-display-from-inbox | Sean Allred | 2015-01-16 | 5 | -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-inbox | Artur Malabarba | 2015-01-16 | 6 | -29/+52 |
| |\ \ | |/ / |/| | | | | | | | | Conflicts: sx.el | ||||
* | | | Hotfix: wrong variable name | Sean Allred | 2015-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | Fix #234 | ||||
* | | | Merge pull request #223 from vermiculus/build-filter-from-default | Sean Allred | 2015-01-16 | 2 | -12/+9 |
|\ \ \ | | | | | | | | | Build filter from default | ||||
| * | | | Remove .total from tests too | Artur Malabarba | 2015-01-14 | 1 | -2/+1 |
| | | | | |||||
| * | | | Fix test | Artur Malabarba | 2015-01-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Build filters from default. | Artur Malabarba | 2015-01-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Style | Artur Malabarba | 2015-01-08 | 1 | -4/+2 |
| | | | | |||||
| * | | | Docs | Artur Malabarba | 2015-01-08 | 1 | -3/+3 |
| | | | | |||||
| * | | | Don't use .total | Artur Malabarba | 2015-01-08 | 1 | -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-answers | Sean Allred | 2015-01-16 | 4 | -17/+43 |
|\ \ \ \ | | |_|/ | |/| | | Customizable sorting; Fix #226. Generalization of #225. | ||||
| * | | | Don't define aliases with comparators | Sean Allred | 2015-01-16 | 1 | -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-p | Sean Allred | 2015-01-16 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | Older functions generally have more votes anyway -- new answers need initial the attention. | ||||
| * | | | Use assq instead of assoc | Sean Allred | 2015-01-16 | 2 | -5/+4 |
| | | | | |||||
| * | | | Fix letbinding | Sean Allred | 2015-01-15 | 1 | -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 functions | Sean Allred | 2015-01-15 | 1 | -0/+8 |
| | | | | |||||
| * | | | Abstract sorting function into customizable option | Sean Allred | 2015-01-15 | 1 | -1/+10 |
| | | | | |||||
| * | | | Small bugfix | Sean Allred | 2015-01-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Everything must now be a proper function. | ||||
| * | | | Abstract sorting function | Sean Allred | 2015-01-15 | 2 | -5/+8 |
| | | | | |||||
| * | | | Create and implement comparator creation macro | Sean Allred | 2015-01-15 | 2 | -12/+22 |
| | | | | | | | | | | | | | | | | This obsoletes `sx--<'. | ||||
| | | * | fix .id -> .comment_id | Artur Malabarba | 2015-01-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | Implement comment viewing in sx-display | Artur Malabarba | 2015-01-15 | 1 | -2/+12 |
| | | | | |||||
| | | * | Missing parentheses | Artur Malabarba | 2015-01-15 | 1 | -1/+1 |
| | | | | |||||
| | | * | Add support for opening comments in sx-open-link | Artur Malabarba | 2015-01-15 | 1 | -0/+4 |
| | | | | |||||
| | | * | Implement question-get-from-comment | Artur Malabarba | 2015-01-15 | 1 | -0/+20 |
| | | | | |||||
| | | * | Add tests for link-to-data | Artur Malabarba | 2015-01-15 | 1 | -0/+26 |
| | | | | |||||
| | | * | Add support for another type of comment on sx--link-to-data | Artur Malabarba | 2015-01-15 | 1 | -8/+13 |
| | | | | |||||
| | | * | Use cond in sx--link-to-data and better regexps | Artur Malabarba | 2015-01-15 | 1 | -49/+57 |
| | | | | |||||
| | | * | Add comment support on sx--link-to-data | Artur Malabarba | 2015-01-15 | 1 | -0/+11 |
| | | | | |||||
| | | * | sx-open-link redirects chat links to browser | Artur Malabarba | 2015-01-15 | 1 | -14/+18 |
| | | | | |||||
| | | * | sx--find-in-buffer moves over end of line | Artur Malabarba | 2015-01-15 | 1 | -2/+4 |
| | | | | |||||
| | | * | Fix find in buffer | Artur Malabarba | 2015-01-14 | 1 | -11/+16 |
| | | | | |||||
| | | * | Fix sx-display | Artur Malabarba | 2015-01-14 | 1 | -4/+8 |
| | | | | |||||
| | | * | Navigate to answer after printing question | Artur Malabarba | 2015-01-14 | 1 | -2/+4 |
| | | | | |||||
| | | * | Implement sx--find-in-buffer | Artur Malabarba | 2015-01-14 | 1 | -0/+20 |
| | | | | |||||
| | | * | Reorder sx-display | Artur Malabarba | 2015-01-14 | 1 | -6/+12 |
| | | | | |||||
| | | * | sx-open-link complains if it doesn't know what to do. | Artur Malabarba | 2015-01-14 | 1 | -1/+5 |
| | | | | |||||
| | | * | Move sx-question-mode--goto-property-change to sx.el | Artur Malabarba | 2015-01-14 | 2 | -18/+17 |
| |_|/ |/| | | |||||
* | | | Merge pull request #216 from vermiculus/improve-comments | Sean Allred | 2015-01-14 | 13 | -146/+410 |
|\ \ \ | | | | | | | | | Improve comments | ||||
| * \ \ | Merge remote-tracking branch 'refs/remotes/origin/master' into improve-comments | Artur Malabarba | 2015-01-14 | 6 | -8/+18 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Hotfix: Unused argument page | Artur Malabarba | 2015-01-14 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #221 from vermiculus/dont-get-favorites-on-initialize | Artur Malabarba | 2015-01-14 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | Don't use sx-favorites--initialize | ||||
| * | | | | Don't use sx-favorites--initialize | Artur Malabarba | 2015-01-08 | 1 | -2/+4 |
| | | | | | |||||
* | | | | | Merge pull request #225 from vermiculus/vermiculus/sort-answers | Artur Malabarba | 2015-01-14 | 1 | -1/+6 |
|\ \ \ \ \ | | |_|/ / | |/| | | | Sort answers by score | ||||
| * | | | | Sort answers by score | Sean Allred | 2015-01-14 | 1 | -1/+6 |
|/ / / / | |||||
* | | | | Merge pull request #224 from lunaryorn/patch-1 | Artur Malabarba | 2015-01-12 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Add missing format call |