Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights | Sean Allred | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | Move sx-sorted-insert-skip-first | Artur Malabarba | 2015-04-20 | 1 | -0/+13 |
| | |||||
* | Fix more leftover vector references | Artur Malabarba | 2015-03-04 | 1 | -5/+3 |
| | |||||
* | Merge branch 'master' into tag-buttons | Artur Malabarba | 2015-02-12 | 1 | -1/+2 |
|\ | |||||
| * | Don't freak out because question_id is nil. | Artur Malabarba | 2015-02-03 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' into tag-buttons | Artur Malabarba | 2015-01-23 | 1 | -0/+20 |
|\| | |||||
| * | Merge branch 'master' into malabarba/fix-display-from-inbox | Artur Malabarba | 2015-01-16 | 1 | -0/+15 |
| |\ | | | | | | | | | | | | | Conflicts: sx.el | ||||
| * | | Implement question-get-from-comment | Artur Malabarba | 2015-01-15 | 1 | -0/+20 |
| | | | |||||
* | | | Merge branch 'master' into tag-buttons | Artur Malabarba | 2015-01-16 | 1 | -1/+14 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: sx-question.el | ||||
| * | | Merge pull request #228 from vermiculus/vermiculus/sort-answers | Sean Allred | 2015-01-16 | 1 | -0/+15 |
| |\ \ | | |/ | |/| | Customizable sorting; Fix #226. Generalization of #225. | ||||
| | * | Change older-p to newer-p | Sean Allred | 2015-01-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Older functions generally have more votes anyway -- new answers need initial the attention. | ||||
| | * | Use assq instead of assoc | Sean Allred | 2015-01-16 | 1 | -3/+3 |
| | | | |||||
| | * | Add more sorting functions | Sean Allred | 2015-01-15 | 1 | -0/+8 |
| | | | |||||
| | * | Abstract sorting function | Sean Allred | 2015-01-15 | 1 | -0/+7 |
| | | | |||||
* | | | Move tag-format to sx-tag.el | Artur Malabarba | 2015-01-15 | 1 | -4/+0 |
|/ / | |||||
* / | Spellcheck | Sean Allred | 2015-01-07 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'organize' of github.com:vermiculus/sx.el into organize | Sean Allred | 2015-01-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-cache.el sx-encoding.el sx-favorites.el sx-filter.el sx-interaction.el sx-method.el sx-question-list.el sx-question-mode.el sx-question-print.el sx-question.el sx-tab.el sx-time.el sx.el | ||||
| * | Merge branch 'master' into organize | Sean Allred | 2014-12-03 | 1 | -22/+29 |
| |\ | |||||
| * | | Standardize local variables | Sean Allred | 2014-12-01 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
| * | | Merge branch 'master' into organize | Sean Allred | 2014-11-29 | 1 | -14/+15 |
| |\ \ | |||||
| * | | | Provide commentaries for each file | Sean Allred | 2014-11-28 | 1 | -0/+3 |
| | | | | |||||
* | | | | Standardize local variables | Sean Allred | 2015-01-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
* | | | | Provide commentaries for each file | Sean Allred | 2015-01-04 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #175 from vermiculus/goto-map | Sean Allred | 2015-01-04 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Goto map | ||||
| * \ \ \ | Merge branch 'master' into goto-map | Sean Allred | 2015-01-02 | 1 | -8/+7 |
| |\ \ \ \ | |||||
| * | | | | | get-questions accepts a submethod argument | Artur Malabarba | 2014-12-23 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' into fix-mark-read-logic | Sean Allred | 2015-01-02 | 1 | -9/+9 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'master' into inbox | Artur Malabarba | 2015-01-01 | 1 | -8/+7 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question.el sx.el | ||||
| * | | | | | Refactor .site to .site_par | Artur Malabarba | 2014-12-22 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out some api objects do have a site property, except its value is not a string, it is another object. The actual string we've been referring to as .site is the .site.api_site_parameter To avoid conflicts, I've renamed all our uses of .site to .site_par, and sx-assoc-let now makes sure the object has a .site_par value, instead of a .site value (which it may or may not have now, and is the same object that the api refers to as site). | ||||
* | | | | | | Don't barf if read-question cdr is not a date | Artur Malabarba | 2014-12-29 | 1 | -1/+2 |
| |/ / / / |/| | | | | |||||
* | | | | | Fix `sx-question--mark-hidden', which was just plain wrong. | Artur Malabarba | 2014-12-27 | 1 | -8/+7 |
|/ / / / | |||||
* | | | | Implent getting question given answer id | Artur Malabarba | 2014-12-17 | 1 | -0/+14 |
| | | | | |||||
* | | | | Unused variable | Artur Malabarba | 2014-12-15 | 1 | -2/+1 |
| | | | | |||||
* | | | | Fix lexical bindings. | Artur Malabarba | 2014-12-14 | 1 | -1/+0 |
| | | | | |||||
* | | | | Improve some header comments. | Artur Malabarba | 2014-12-06 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge pull request #126 from vermiculus/improve-display-engine | Artur Malabarba | 2014-12-02 | 1 | -20/+25 |
|\ \ \ | | | | | | | | | Improve display engine | ||||
| * | | | sx-question--mark-read returns nil if nothing changed | Artur Malabarba | 2014-12-01 | 1 | -20/+25 |
| | |/ | |/| | |||||
* / | | sx-question-get-questions takes arbitrary keywords. | Artur Malabarba | 2014-12-01 | 1 | -2/+4 |
|/ / | |||||
* / | Fix byte-compile warnings | Artur Malabarba | 2014-11-29 | 1 | -14/+15 |
|/ | | | | Fixes #115 | ||||
* | Fix #110 | Sean Allred | 2014-11-27 | 1 | -1/+2 |
| | |||||
* | Old refresh bug | Artur Malabarba | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Move browse-filter to sx | Artur Malabarba | 2014-11-25 | 1 | -26/+3 |
| | |||||
* | .site is now a special symbol in sx-assoc-let | Artur Malabarba | 2014-11-25 | 1 | -24/+19 |
| | | | | | | sx-question.el no longer manually inserts the `site` property on fetched questions. This was insufficient because we also need this property on other objects. | ||||
* | ADd comment.link to filter | Artur Malabarba | 2014-11-25 | 1 | -0/+1 |
| | |||||
* | Fix indentation following indent declaration. | Jonathan Leech-Pepin | 2014-11-21 | 1 | -8/+8 |
| | |||||
* | Merge branch 'master' into sx-method-auth. Conflicts have been | Jonathan Leech-Pepin | 2014-11-21 | 1 | -20/+39 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | resolved. Logic and functions have been kept from the `cl-defun` `sx-method-call` while docstrings have been updated as per #77 when possible. Conflicts: sx-auth.el sx-method.el sx-question.el sx-request.el | ||||
| * | GitHub comments -- #77 | Sean Allred | 2014-11-20 | 1 | -10/+5 |
| | | |||||
| * | Enhance documentation | Sean Allred | 2014-11-19 | 1 | -1/+3 |
| | | |||||
| * | Minor typos and incorrect information | Sean Allred | 2014-11-19 | 1 | -6/+1 |
| | | |||||
| * | Merge branch 'master' into documentation | Sean Allred | 2014-11-19 | 1 | -2/+61 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el |