aboutsummaryrefslogtreecommitdiff
path: root/sx.el
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Some more whitespaceArtur Malabarba2014-12-111-3/+3
| | |
* | | Define sx-assoc-let in terms of let-alistArtur Malabarba2014-12-111-40/+14
|/ /
* | Merge branch 'master' into fix-@highligthingArtur Malabarba2014-12-091-9/+22
|\| | | | | | | | | Conflicts: test/tests.el
| * Merge branch 'master' into issue-130Sean Allred2014-12-031-6/+12
| |\ | | | | | | | | | | | | | | | | | | Conflicts: sx-request.el Conflict was trivial.
| * | Augment `sx--thing-as-string' to hexify as neededSean Allred2014-12-021-9/+22
| | | | | | | | | | | | | | | Also fix issue where function options would not be transferred from the original use into its recursive steps.
* | | Understand non-ascii when handling @nameArtur Malabarba2014-12-041-2/+36
| |/ |/|
* | sx--site gracefully accepts nil argumentArtur Malabarba2014-12-031-5/+4
| |
* | Add comments to sx--unindent-textArtur Malabarba2014-12-031-1/+8
|/
* question-mod now uses overlays to store the sx--data-here propertyArtur Malabarba2014-12-011-11/+13
| | | | | This lets us stack one inside each other (comments inside questions) without overwriting them.
* Add sx--unindent-text functionArtur Malabarba2014-11-291-0/+21
| | | | Used to extract the code contained in code-blocks
* New sx--shorten-url function in sx.elArtur Malabarba2014-11-291-0/+15
|
* Improve button-copyArtur Malabarba2014-11-291-0/+2
|
* 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
|