Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 and improve tests | Artur Malabarba | 2015-01-16 | 1 | -4/+11 | |
| | | | | ||||||
* | | | | require 'sx-button | Artur Malabarba | 2015-01-15 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Turn tags inside body into buttons. Fix #229 | Artur Malabarba | 2015-01-15 | 1 | -13/+20 | |
| | | | | ||||||
* | | | | Define sx-tag--insert | Artur Malabarba | 2015-01-15 | 1 | -5/+9 | |
| | | | | ||||||
* | | | | Define sx-button--tag-help-echo | Artur Malabarba | 2015-01-15 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Always use sx-tag face for tags | Artur Malabarba | 2015-01-15 | 3 | -13/+8 | |
| | | | | ||||||
* | | | | sx-question-mode--insert-header accepts a nil face as third arg | Artur Malabarba | 2015-01-15 | 1 | -1/+4 | |
| | | | | ||||||
* | | | | Turn tags into buttons | Artur Malabarba | 2015-01-15 | 1 | -1/+6 | |
| | | | | ||||||
* | | | | Define button-tag | Artur Malabarba | 2015-01-15 | 1 | -0/+7 | |
| | | | | ||||||
* | | | | Implement sx-search-tag-at-point command | Artur Malabarba | 2015-01-15 | 1 | -0/+14 | |
| | | | | ||||||
* | | | | Move tag-format to sx-tag.el | Artur Malabarba | 2015-01-15 | 4 | -6/+8 | |
|/ / / | ||||||
* | | | 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 | |||||
| * | | | | Add missing format call | Sebastian Wiesner | 2015-01-12 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | `y-or-n-p` doesn't accept format arguments, so we need to call `format` explicitly. | |||||
* | | / | Hotfix: Less aggressive raw links | Artur Malabarba | 2015-01-11 | 1 | -3/+3 | |
| |_|/ |/| | | ||||||
* | | | Hotfix: Go back to https for data | Artur Malabarba | 2015-01-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Require sx-tag | Artur Malabarba | 2015-01-08 | 1 | -0/+1 | |
|/ / | ||||||
* | | Hotfix Add site_url to sx-site-browse-filter. Fix #220 | Artur Malabarba | 2015-01-08 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'master' into improve-comments | Sean Allred | 2015-01-07 | 6 | -12/+82 | |
| |\ | |/ |/| | | | | | Conflicts: test/test-printing.el | |||||
* | | Merge pull request #218 from vermiculus/fix-plain-links | Sean Allred | 2015-01-07 | 1 | -6/+11 | |
|\ \ | | | | | | | Fix plain links | |||||
| * | | Enable raw links. Fix #214 | Artur Malabarba | 2015-01-07 | 1 | -4/+9 | |
| | | | ||||||
| * | | Change regexps to defconst | Artur Malabarba | 2015-01-07 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #212 from vermiculus/vermiculus/bot-branch | Sean Allred | 2015-01-07 | 2 | -3/+3 | |
|\ \ \ | | | | | | | | | Use `data` branch for bot data | |||||
| * | | | Use http instead of https for our data requests | Artur Malabarba | 2015-01-07 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge branch 'master' into vermiculus/bot-branch | Artur Malabarba | 2015-01-07 | 11 | -58/+163 | |
| |\| | | ||||||
| * | | | Use `data' branch for bot data | Sean Allred | 2015-01-07 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #217 from vermiculus/really-fix-filling | Sean Allred | 2015-01-07 | 2 | -2/+60 | |
|\ \ \ \ | | | | | | | | | | | Really fix filling | |||||
| * | | | | Test fill-and-fontify | Artur Malabarba | 2015-01-07 | 1 | -0/+56 | |
| | | | | | ||||||
| * | | | | Really fix filling | Artur Malabarba | 2015-01-07 | 1 | -2/+4 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #219 from vermiculus/more-major-modes | Sean Allred | 2015-01-07 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / |/| | | | Add latex-mode and c-mode | |||||
| * | | | Add latex-mode and c-mode | Artur Malabarba | 2015-01-07 | 1 | -0/+6 | |
|/ / / | ||||||
* | | | Hotfix Travis/Gitter integration | Sean Allred | 2015-01-07 | 1 | -1/+1 | |
| | | | | | | | | | It was broken when the repository URL changed -- I just never noticed until now. | |||||
| | * | Use description list appropriately | Sean Allred | 2015-01-07 | 1 | -38/+39 | |
| | | | ||||||
| | * | Spellcheck | Sean Allred | 2015-01-07 | 6 | -8/+8 | |
| | | |