aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adjust request keyword creation to verify if AUTH is needed.Jonathan Leech-Pepin2014-11-171-16/+32
* Fix incorrect call to `call` rather than `request-url`Jonathan Leech-Pepin2014-11-171-1/+1
* Remove unneeded newlineJonathan Leech-Pepin2014-11-141-2/+1
* Updated `sx-request-make` to use a consistent format for both `POST` and `GET...Jonathan Leech-Pepin2014-11-142-30/+37
* Change `access-token` to `access_token` to match api key.Jonathan Leech-Pepin2014-11-141-1/+1
* Set `sx-request-api-root` to use `https` instead of `http`.Jonathan Leech-Pepin2014-11-141-1/+1
* Merge pull request #47 from vermiculus/switching-networksSean Allred2014-11-142-0/+47
|\
| * Use function call instead of `call-interactively'Sean Allred2014-11-141-1/+1
| * Use Ido when it is enabledSean Allred2014-11-141-1/+1
| * Fix documentationSean Allred2014-11-141-2/+1
| * Implement basic site switchingSean Allred2014-11-142-0/+48
|/
* Merge pull request #46 from vermiculus/sx-question-modeSean Allred2014-11-147-60/+542
|\
| * Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into sx-q...Artur Malabarba2014-11-142-3/+2
| |\
| | * Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into sx-q...Sean Allred2014-11-141-12/+27
| | |\
| | * | Ensure error string can printSean Allred2014-11-141-1/+1
| | * | Use correct methodSean Allred2014-11-141-1/+1
| | * | Fix requireSean Allred2014-11-141-1/+0
| * | | Improve comment formatingArtur Malabarba2014-11-141-8/+8
| | |/ | |/|
| * | Correct comment formattingArtur Malabarba2014-11-141-12/+27
| |/
| * Fix requiresArtur Malabarba2014-11-141-2/+2
| * Simplify deep-clean function furtherSean Allred2014-11-141-10/+5
| * Simplify deep-clean functionSean Allred2014-11-141-20/+16
| * Clean content at the request levelSean Allred2014-11-144-5/+37
| * List `markdown-mode' as a dependencySean Allred2014-11-131-0/+1
| * Start implementing sx-question-mode--fill-stringArtur Malabarba2014-11-131-5/+25
| * Fix window managingArtur Malabarba2014-11-132-2/+4
| * FixupArtur Malabarba2014-11-131-1/+1
| * Add a newlineArtur Malabarba2014-11-131-0/+1
| * CommentsArtur Malabarba2014-11-132-14/+59
| * Also print answersArtur Malabarba2014-11-132-12/+44
| * Improve question filterArtur Malabarba2014-11-131-1/+1
| * Small fix to sx-question-mode--wrap-in-overlayArtur Malabarba2014-11-131-4/+6
| * Add a couple of sx-encoding-clean-contentArtur Malabarba2014-11-132-4/+4
| * Fix tag font-lockingArtur Malabarba2014-11-131-7/+10
| * Replace ^M with \rArtur Malabarba2014-11-131-1/+1
| * Pull in question bodySean Allred2014-11-122-5/+4
| * Add missing requireSean Allred2014-11-121-0/+1
| * Introduce content cleaning functionsSean Allred2014-11-121-0/+12
| * Use consistent tag formattingSean Allred2014-11-123-2/+7
| * Some more fixups from the mergeArtur Malabarba2014-11-131-6/+6
| * Use TAB to hide/show contentArtur Malabarba2014-11-131-4/+23
| * Background face for question.Artur Malabarba2014-11-131-30/+52
| * Define groupsArtur Malabarba2014-11-131-2/+16
| * Remove mode-line placeholder code for nowArtur Malabarba2014-11-131-24/+0
| * Fix for new assoc-letArtur Malabarba2014-11-131-8/+9
| * Merge branch 'master' into sx-question-modeArtur Malabarba2014-11-1316-266/+379
| |\
| * | Implement sx-question-modeArtur Malabarba2014-11-083-50/+301
| * | Function for getting a single question.Artur Malabarba2014-11-081-0/+10
| * | Add date formatting to sx-timeArtur Malabarba2014-11-081-0/+22
| * | Implement no-update argument to sx-question-list-refreshArtur Malabarba2014-11-081-2/+9