Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standardize local variables | Sean Allred | 2014-12-01 | 17 | -30/+31 |
| | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
* | Merge branch 'master' into organize | Sean Allred | 2014-11-29 | 0 | -0/+0 |
|\ | |||||
| * | Merge pull request #120 from vermiculus/reorganize-question-mode | Sean Allred | 2014-11-29 | 2 | -408/+443 |
| |\ | | | | | | | Reorganize question mode | ||||
* | \ | Merge branch 'reorganize-question-mode' into organize | Sean Allred | 2014-11-29 | 2 | -408/+443 |
|\ \ \ | | |/ | |/| | |||||
| * | | Whitespace | Artur Malabarba | 2014-11-29 | 1 | -1/+1 |
| | | | |||||
| * | | Split sx-question-mode into two files. | Artur Malabarba | 2014-11-29 | 2 | -408/+443 |
| | | | | | | | | | | | | | | | | | | | | | sx-question-print holds all the logic for printing the buffer's content. The original file is reserved for the mode definition, interactive commands, and functions that create and display the bufer. | ||||
* | | | Merge branch 'master' into organize | Sean Allred | 2014-11-29 | 5 | -82/+74 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge pull request #118 from vermiculus/compilation-issues | Sean Allred | 2014-11-28 | 4 | -26/+29 |
| |\ \ | | | | | | | | | Compilation issues | ||||
| | * | | Autoload sx-tab-frontpage correctly | Artur Malabarba | 2014-11-29 | 1 | -1/+5 |
| | | | | |||||
| | * | | Autoload sx-tab-frontpage | Artur Malabarba | 2014-11-29 | 1 | -0/+3 |
| | | | | |||||
| | * | | Autload sx-tab-frontpage | Artur Malabarba | 2014-11-29 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | Affects #109 | ||||
| | * | | Remove need-auth from sx-request--build-keyword-arguments | Artur Malabarba | 2014-11-29 | 1 | -11/+5 |
| | | | | |||||
| | * | | Fix byte-compile warnings | Artur Malabarba | 2014-11-29 | 2 | -15/+17 |
| | | | | | | | | | | | | | | | | Fixes #115 | ||||
| * | | | Merge pull request #119 from vermiculus/buttons | Sean Allred | 2014-11-28 | 1 | -56/+45 |
| |\ \ \ | | |/ / | |/| / | | |/ | Buttons | ||||
| | * | Tweak section header face. | Artur Malabarba | 2014-11-29 | 1 | -2/+2 |
| | | | |||||
| | * | Turn interactible objects into actual buttons | Artur Malabarba | 2014-11-29 | 1 | -54/+43 |
| |/ | | | | | | | Fixes #96 | ||||
* | | Add sections to `sx-encoding.el' | Sean Allred | 2014-11-28 | 1 | -0/+9 |
| | | |||||
* | | Update .gitignore | Sean Allred | 2014-11-28 | 1 | -3/+9 |
| | | |||||
* | | Relate variable with setting function | Sean Allred | 2014-11-28 | 1 | -1/+3 |
| | | |||||
* | | Correct documentation | Sean Allred | 2014-11-28 | 1 | -1/+1 |
| | | |||||
* | | Provide commentaries for each file | Sean Allred | 2014-11-28 | 13 | -6/+55 |
| | | |||||
* | | File header normalization | Sean Allred | 2014-11-27 | 11 | -11/+32 |
|/ | |||||
* | Merge pull request #116 from vermiculus/hotfix | Sean Allred | 2014-11-27 | 14 | -61/+90 |
|\ | | | | | Hotfixes | ||||
| * | Simplify form to use `remove' | Sean Allred | 2014-11-27 | 1 | -8/+8 |
| | | |||||
| * | Merge branch 'master' into hotfix | Sean Allred | 2014-11-27 | 1 | -3/+24 |
| |\ | |/ |/| | |||||
* | | Merge pull request #105 from vermiculus/issue-97 | Sean Allred | 2014-11-27 | 1 | -3/+24 |
|\ \ | | | | | | | Don't fill link labels or headers | ||||
| * | | Finish partial fix. | Artur Malabarba | 2014-11-26 | 1 | -8/+8 |
| | | | |||||
| * | | Don't fill link labels or headers | Artur Malabarba | 2014-11-26 | 1 | -3/+24 |
| | | | | | | | | | | | | Fixes #97 | ||||
| | * | Merge branch 'master' into hotfix | Sean Allred | 2014-11-27 | 2 | -7/+14 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request #108 from vermiculus/issue-82 | Sean Allred | 2014-11-27 | 2 | -7/+14 |
|\ \ \ | | | | | | | | | Make site a url argument | ||||
| * | | | Function quote sx-request-make | Artur Malabarba | 2014-11-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Don't do this patch when POSTing | Artur Malabarba | 2014-11-26 | 1 | -2/+8 |
| | | | | |||||
| * | | | Make site a url argument | Artur Malabarba | 2014-11-26 | 2 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses the apparent api bug which affected both the retrieval of favorites and the site-switching. Se #82 As far as I can see, this issue affects ALL api calls, so it seems reasonable that it should be fixed inside `sx-method-call`. The usage of sx-method-call stays the same, only the internal has changed. | ||||
| | | * | Update README | Sean Allred | 2014-11-27 | 1 | -14/+20 |
| | | | | |||||
| | | * | Prune unused lexical variable | Sean Allred | 2014-11-27 | 1 | -2/+1 |
| | | | | |||||
| | | * | Fix #111 | Sean Allred | 2014-11-27 | 8 | -9/+35 |
| | | | | |||||
| | | * | Remove outdated resources | Sean Allred | 2014-11-27 | 1 | -2/+0 |
| | | | | |||||
| | | * | Fix #110 | Sean Allred | 2014-11-27 | 11 | -27/+27 |
| | | | | |||||
| | | * | Fix #114 | Sean Allred | 2014-11-27 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fix #112 | Sean Allred | 2014-11-27 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Delete stack-exchange.el | Artur Malabarba | 2014-11-27 | 1 | -30/+0 |
|/ / | |||||
* | | Merge pull request #106 from jleechpe/issue-92 | Sean Allred | 2014-11-26 | 1 | -1/+1 |
|\ \ | | | | | | | Fixes #92. Change default filter from `'none` to `'(())`. | ||||
| * | | Fixes #92. Change default filter from `'none` to `'(())`. | Jonathan Leech-Pepin | 2014-11-26 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #104 from vermiculus/preseve-position-on-refresh | Sean Allred | 2014-11-26 | 2 | -12/+22 |
|\ \ | | | | | | | Preseve position on refresh | ||||
| * | | Use let instead of letf | Artur Malabarba | 2014-11-26 | 1 | -10/+13 |
| | | | | | | | | | | | | Older letfs are bugged. | ||||
| * | | Give feedback on finished refresh. | Artur Malabarba | 2014-11-26 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | Now that position is preserved, refreshing is so discreet that we need some feedback. :) | ||||
| * | | Preserve visual position when refreshing | Artur Malabarba | 2014-11-26 | 2 | -12/+17 |
| |/ | | | | | | | Both for question list and question mode. | ||||
* | | Merge pull request #103 from vermiculus/add-month-time | Sean Allred | 2014-11-26 | 1 | -1/+5 |
|\ \ | |/ |/| | Add months to sx-time-seconds-to-string | ||||
| * | Change months identifier | Artur Malabarba | 2014-11-26 | 1 | -2/+2 |
| | | |||||
| * | Add months to sx-time-seconds-to-string | Artur Malabarba | 2014-11-26 | 1 | -2/+6 |
| | | | | | | | | Fixes #102 |