aboutsummaryrefslogtreecommitdiff
path: root/sx-method.el
Commit message (Collapse)AuthorAgeFilesLines
* GitHub comments -- #77Sean Allred2014-11-201-3/+2
|
* Merge branch 'master' into documentationSean Allred2014-11-191-2/+10
|\ | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el
| * Update `sx-method-call` to use `need-auth` and `use-post` variables whenJonathan Leech-Pepin2014-11-171-2/+11
| | | | | | | | creating a request.
* | Simplify `sx-method-call'Sean Allred2014-11-181-6/+2
| | | | | | | | | | | | We aren't using `stack-filter' anymore (in fact, we haven't since filters became functional). Somehow it survived refactoring; this commit fixes that oversight.
* | Documentation -- part twoSean Allred2014-11-181-1/+6
| | | | | | | | Pushing this change to continue work elsewhere.
* | Documentation -- part oneSean Allred2014-11-171-5/+3
|/ | | | Pushing this change to continue work elsewhere.
* Update commentsSean Allred2014-11-081-3/+3
|
* Merge branch 'master' into initializationSean Allred2014-11-081-1/+0
| | | | | Conflicts: sx-request.el
* Abstract out method callsSean Allred2014-11-081-0/+48
Keeping method calls within `sx-request.el' was causing circular requirements. This commit sorts through all of the requirements for each of the files and ensures that this does not happen. Much of the content removed was for `sx-request-default-keyword-arguments-alist' and related items. It was unused, so it was pruned. If it is deemed necessary in the future, it should be included in `sx-method.el'.