Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust request keyword creation to verify if AUTH is needed. | Jonathan Leech-Pepin | 2014-11-17 | 1 | -16/+32 |
* | Fix incorrect call to `call` rather than `request-url` | Jonathan Leech-Pepin | 2014-11-17 | 1 | -1/+1 |
* | Remove unneeded newline | Jonathan Leech-Pepin | 2014-11-14 | 1 | -2/+1 |
* | Updated `sx-request-make` to use a consistent format for both `POST` and `GET... | Jonathan Leech-Pepin | 2014-11-14 | 2 | -30/+37 |
* | Change `access-token` to `access_token` to match api key. | Jonathan Leech-Pepin | 2014-11-14 | 1 | -1/+1 |
* | Set `sx-request-api-root` to use `https` instead of `http`. | Jonathan Leech-Pepin | 2014-11-14 | 1 | -1/+1 |
* | Merge pull request #47 from vermiculus/switching-networks | Sean Allred | 2014-11-14 | 2 | -0/+47 |
|\ | |||||
| * | Use function call instead of `call-interactively' | Sean Allred | 2014-11-14 | 1 | -1/+1 |
| * | Use Ido when it is enabled | Sean Allred | 2014-11-14 | 1 | -1/+1 |
| * | Fix documentation | Sean Allred | 2014-11-14 | 1 | -2/+1 |
| * | Implement basic site switching | Sean Allred | 2014-11-14 | 2 | -0/+48 |
|/ | |||||
* | Merge pull request #46 from vermiculus/sx-question-mode | Sean Allred | 2014-11-14 | 7 | -60/+542 |
|\ | |||||
| * | Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into sx-q... | Artur Malabarba | 2014-11-14 | 2 | -3/+2 |
| |\ | |||||
| | * | Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into sx-q... | Sean Allred | 2014-11-14 | 1 | -12/+27 |
| | |\ | |||||
| | * | | Ensure error string can print | Sean Allred | 2014-11-14 | 1 | -1/+1 |
| | * | | Use correct method | Sean Allred | 2014-11-14 | 1 | -1/+1 |
| | * | | Fix require | Sean Allred | 2014-11-14 | 1 | -1/+0 |
| * | | | Improve comment formating | Artur Malabarba | 2014-11-14 | 1 | -8/+8 |
| | |/ | |/| | |||||
| * | | Correct comment formatting | Artur Malabarba | 2014-11-14 | 1 | -12/+27 |
| |/ | |||||
| * | Fix requires | Artur Malabarba | 2014-11-14 | 1 | -2/+2 |
| * | Simplify deep-clean function further | Sean Allred | 2014-11-14 | 1 | -10/+5 |
| * | Simplify deep-clean function | Sean Allred | 2014-11-14 | 1 | -20/+16 |
| * | Clean content at the request level | Sean Allred | 2014-11-14 | 4 | -5/+37 |
| * | List `markdown-mode' as a dependency | Sean Allred | 2014-11-13 | 1 | -0/+1 |
| * | Start implementing sx-question-mode--fill-string | Artur Malabarba | 2014-11-13 | 1 | -5/+25 |
| * | Fix window managing | Artur Malabarba | 2014-11-13 | 2 | -2/+4 |
| * | Fixup | Artur Malabarba | 2014-11-13 | 1 | -1/+1 |
| * | Add a newline | Artur Malabarba | 2014-11-13 | 1 | -0/+1 |
| * | Comments | Artur Malabarba | 2014-11-13 | 2 | -14/+59 |
| * | Also print answers | Artur Malabarba | 2014-11-13 | 2 | -12/+44 |
| * | Improve question filter | Artur Malabarba | 2014-11-13 | 1 | -1/+1 |
| * | Small fix to sx-question-mode--wrap-in-overlay | Artur Malabarba | 2014-11-13 | 1 | -4/+6 |
| * | Add a couple of sx-encoding-clean-content | Artur Malabarba | 2014-11-13 | 2 | -4/+4 |
| * | Fix tag font-locking | Artur Malabarba | 2014-11-13 | 1 | -7/+10 |
| * | Replace ^M with \r | Artur Malabarba | 2014-11-13 | 1 | -1/+1 |
| * | Pull in question body | Sean Allred | 2014-11-12 | 2 | -5/+4 |
| * | Add missing require | Sean Allred | 2014-11-12 | 1 | -0/+1 |
| * | Introduce content cleaning functions | Sean Allred | 2014-11-12 | 1 | -0/+12 |
| * | Use consistent tag formatting | Sean Allred | 2014-11-12 | 3 | -2/+7 |
| * | Some more fixups from the merge | Artur Malabarba | 2014-11-13 | 1 | -6/+6 |
| * | Use TAB to hide/show content | Artur Malabarba | 2014-11-13 | 1 | -4/+23 |
| * | Background face for question. | Artur Malabarba | 2014-11-13 | 1 | -30/+52 |
| * | Define groups | Artur Malabarba | 2014-11-13 | 1 | -2/+16 |
| * | Remove mode-line placeholder code for now | Artur Malabarba | 2014-11-13 | 1 | -24/+0 |
| * | Fix for new assoc-let | Artur Malabarba | 2014-11-13 | 1 | -8/+9 |
| * | Merge branch 'master' into sx-question-mode | Artur Malabarba | 2014-11-13 | 16 | -266/+379 |
| |\ | |||||
| * | | Implement sx-question-mode | Artur Malabarba | 2014-11-08 | 3 | -50/+301 |
| * | | Function for getting a single question. | Artur Malabarba | 2014-11-08 | 1 | -0/+10 |
| * | | Add date formatting to sx-time | Artur Malabarba | 2014-11-08 | 1 | -0/+22 |
| * | | Implement no-update argument to sx-question-list-refresh | Artur Malabarba | 2014-11-08 | 1 | -2/+9 |