aboutsummaryrefslogtreecommitdiff
path: root/sx.el
Commit message (Collapse)AuthorAgeFilesLines
* File header normalizationSean Allred2014-11-271-1/+1
|
* Fix #111Sean Allred2014-11-271-1/+9
|
* Fix #110Sean Allred2014-11-271-7/+6
|
* Remove whitespace for effective at-mentionsSean Allred2014-11-251-2/+5
| | | | | | | | | If the display name contained whitespace, the function would keep the whitespace in the at-mention. According to observed behavior on the website, this is not correct. This commit removes all whitespace from the returned display name in the appropriate function.
* Add sx--user-@name function to sx.elArtur Malabarba2014-11-251-0/+7
|
* Add ids to filterArtur Malabarba2014-11-251-0/+5
|
* Moved interaction functions to their own fileArtur Malabarba2014-11-251-78/+0
|
* Fix wrong functionArtur Malabarba2014-11-251-1/+1
|
* Add elements to auth-filter-auth and browse-filterArtur Malabarba2014-11-251-0/+2
|
* Fix voting for comments.Artur Malabarba2014-11-251-2/+2
|
* Add some comment filtersArtur Malabarba2014-11-251-0/+4
|
* sx can also updates question-mode buffer.Artur Malabarba2014-11-251-0/+2
|
* Finish voting implementation on the question list.Artur Malabarba2014-11-251-6/+25
|
* Move browse-filter to sxArtur Malabarba2014-11-251-1/+27
|
* Implement votingArtur Malabarba2014-11-251-0/+33
|
* .site is now a special symbol in sx-assoc-letArtur Malabarba2014-11-251-5/+22
| | | | | | 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.
* visit takes an argumentArtur Malabarba2014-11-251-12/+13
|
* Refactor visit from question-list to sxArtur Malabarba2014-11-251-4/+12
|
* Refactor visit from question-mode to sxArtur Malabarba2014-11-251-0/+14
|
* Move wrap-in-text-property/overlay to sxArtur Malabarba2014-11-251-1/+34
|
* GitHub comments -- #77Sean Allred2014-11-201-14/+7
|
* Minor typos and incorrect informationSean Allred2014-11-191-1/+1
|
* Add `customize' dataSean Allred2014-11-191-1/+3
|
* Merge branch 'master' into documentationSean Allred2014-11-191-10/+54
|\ | | | | | | | | | | | | | | | | | | Conflicts: sx-method.el sx-question-list.el sx-question-mode.el sx-question.el sx-request.el sx.el
| * Fix missing dependencyArtur Malabarba2014-11-191-1/+1
| |
| * Add some package definitions.Artur Malabarba2014-11-191-12/+31
| | | | | | | | Also run checkdoc on sx.el
| * Define sorted insertion macro.Artur Malabarba2014-11-181-0/+15
| |
| * Implement sx-initializeArtur Malabarba2014-11-161-4/+13
| |
* | Documentation -- part threeSean Allred2014-11-181-10/+35
|/ | | | Source code is documented to the best of my knowledge and understanding.
* Merge pull request #56 from vermiculus/filling-and-fontlockingSean Allred2014-11-151-0/+5
|\ | | | | Filling and fontlocking
| * Several navigation improvements.Artur Malabarba2014-11-151-0/+5
| |
* | Merge pull request #53 from vermiculus/network-listSean Allred2014-11-141-0/+7
|\ \ | | | | | | Smart caching
| * | Merge branch 'master' into network-listSean Allred2014-11-141-64/+24
| |\| | | | | | | | | | | | | | | | Conflicts: sx-filter.el sx-question.el
| * | Move question sorting function to sx.elSean Allred2014-11-111-0/+7
| | | | | | | | | | | | | | | It is not specific to questions -- it is generally applicable to any alist.
* | | Quick-fix assoc-letArtur Malabarba2014-11-141-1/+1
| |/ |/|
* | Update code to new assoc-letArtur Malabarba2014-11-121-1/+1
| |
* | New assoc-let implementation.Artur Malabarba2014-11-121-64/+24
|/ | | | Use .title instead of title.
* Use macroSean Allred2014-11-081-0/+1
|
* Use macroSean Allred2014-11-081-0/+5
|
* Abstract out method callsSean Allred2014-11-081-1/+2
| | | | | | | | | | | 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'.
* Delineate and alphabetize API symbolsSean Allred2014-11-081-5/+35
| | | | It's ugly to look at, but diffs will be more precise.
* Introduce initialization logic and hooksSean Allred2014-11-071-0/+27
|
* Add missing symbolsArtur Malabarba2014-11-071-2/+2
|
* Implement sx-assoc-let macro.Artur Malabarba2014-11-071-0/+44
| | | | Letbind symbols to their values inside alists.
* Update names in testSean Allred2014-11-071-1/+1
|
* Refactor to use `sx-` prefixSean Allred2014-11-071-325/+34
| | | | A file stackexchange.el should be added for user-facing functions.
* Renamed all files.Artur Malabarba2014-11-071-0/+367
Still a lot to be done inside them.