Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' into use-let-alist | Artur Malabarba | 2014-12-13 | 9 | -62/+136 | |
| |\ | |/ |/| | | | | | Conflicts: Cask | |||||
* | | HOTFIX: Mark question as read when displaying it. | Artur Malabarba | 2014-12-13 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | This is a pretty big bug because it was leading SX to think the question wasn't read, even though it was open. This, in turn, prevented the user from being able to do anything (vote, comment) on the question, since we prevent interaction with unread questions. | |||||
* | | Merge pull request #149 from purcell/patch-2 | Sean Allred | 2014-12-12 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | Update package description line Cask can get the package description from this line. | |||||
| * | | Update package description line | Steve Purcell | 2014-12-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #148 from purcell/patch-1 | Sean Allred | 2014-12-12 | 1 | -7/+1 | |
|\ \ \ | |/ / |/| | | Use package-file directive in Cask | |||||
| * | | Use package-file directive in Cask | Steve Purcell | 2014-12-12 | 1 | -7/+1 | |
|/ / | | | | | No need to repeat the metadata which in sx.el: cask knows how to read it. | |||||
* | | Merge pull request #147 from vermiculus/autoload-auth | Sean Allred | 2014-12-12 | 2 | -4/+3 | |
|\ \ | | | | | | | Autoload sx-authenticate | |||||
| * | | Autoload sx-authenticate | Artur Malabarba | 2014-12-12 | 2 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This also removes the sx-authenticate alias and renames sx-auth-authenticate to sx-authenticate. I did this because I felt it wasn't helpful to have both. Whenever I hit `M-x sx-au <TAB>` the only completions offered were two identical, but differently named, commands. That's useless at best, confusing at worst. | |||||
* | | | Merge pull request #141 from vermiculus/babel | Sean Allred | 2014-12-11 | 5 | -48/+128 | |
|\ \ \ | |/ / |/| | | Font-lock code blocks according to mode. | |||||
| * | | Require sx-babel on sx-load | Artur Malabarba | 2014-12-09 | 1 | -0/+1 | |
| | | | ||||||
| * | | Update sx.org | Artur Malabarba | 2014-12-09 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fix some implementation bugs | Artur Malabarba | 2014-12-09 | 2 | -8/+11 | |
| | | | ||||||
| * | | Don't require sx | Artur Malabarba | 2014-12-09 | 1 | -3/+1 | |
| | | | | | | | | | | | | Requiring sx is not needed because the macro is autoloaded. | |||||
| * | | Patch sx and sx-question-print to use sx-babel. | Artur Malabarba | 2014-12-09 | 2 | -45/+7 | |
| | | | ||||||
| * | | Create sx-babel | Artur Malabarba | 2014-12-09 | 1 | -0/+114 | |
| | | | | | | | | | | | | Has functions and a variable for font-locking pre blocks. | |||||
| | * | Fix test again | Artur Malabarba | 2014-12-13 | 1 | -4/+4 | |
| | | | ||||||
| | * | Stricter regexp | Artur Malabarba | 2014-12-12 | 1 | -3/+3 | |
| | | | ||||||
| | * | Fix unrelated test | Artur Malabarba | 2014-12-11 | 1 | -3/+3 | |
| | | | ||||||
| | * | Fix assoc-let test | Artur Malabarba | 2014-12-11 | 2 | -8/+11 | |
| | | | ||||||
| | * | Add dependency to cask | Artur Malabarba | 2014-12-11 | 1 | -0/+1 | |
| | | | ||||||
| | * | Some more whitespace | Artur Malabarba | 2014-12-11 | 1 | -3/+3 | |
| | | | ||||||
| | * | Define sx-assoc-let in terms of let-alist | Artur Malabarba | 2014-12-11 | 1 | -40/+14 | |
| |/ |/| | ||||||
* | | Merge pull request #143 from vermiculus/hotfix-up-down-keys | Sean Allred | 2014-12-09 | 2 | -3/+11 | |
|\ \ | | | | | | | Hotfix up down keys | |||||
| * | | Define up and down keys in question-mode. | Artur Malabarba | 2014-12-09 | 1 | -1/+4 | |
| | | | ||||||
| * | | Define up and down keys on the list. | Artur Malabarba | 2014-12-09 | 1 | -2/+7 | |
| | | | ||||||
* | | | Merge pull request #136 from vermiculus/fix-@highligthing | Artur Malabarba | 2014-12-09 | 3 | -3/+48 | |
|\ \ \ | |/ / |/| | | Fix @highligthing | |||||
| * | | Merge branch 'master' into fix-@highligthing | Artur Malabarba | 2014-12-09 | 13 | -42/+223 | |
| |\ \ | |/ / |/| | | | | | | | | Conflicts: test/tests.el | |||||
* | | | Merge pull request #142 from vermiculus/hotfix-sx.org | Artur Malabarba | 2014-12-09 | 1 | -1/+0 | |
|\ \ \ | |_|/ |/| | | Don't require sx.org | |||||
| * | | Don't require sx.org | Sean Allred | 2014-12-09 | 1 | -1/+0 | |
|/ / | | | | | | | Branch: hotfix-sx.org | |||||
* | | Merge pull request #140 from vermiculus/requires | Sean Allred | 2014-12-08 | 3 | -2/+62 | |
|\ \ | | | | | | | Properly order our `require`s | |||||
| * | | Update sx.org | Artur Malabarba | 2014-12-08 | 1 | -0/+10 | |
| | | | ||||||
| * | | Create sx-load file whose sole purpose is to load everything. | Artur Malabarba | 2014-12-08 | 2 | -2/+52 | |
| | | | ||||||
* | | | Merge pull request #139 from vermiculus/updating-sx.org | Sean Allred | 2014-12-08 | 7 | -10/+71 | |
|\| | | | | | | | | Updating sx.org | |||||
| * | | Expand the Contributing section. | Artur Malabarba | 2014-12-06 | 1 | -3/+57 | |
| | | | ||||||
| * | | Bring sx.org up to date | Artur Malabarba | 2014-12-06 | 1 | -1/+8 | |
| | | | ||||||
| * | | Improve some header comments. | Artur Malabarba | 2014-12-06 | 6 | -6/+6 | |
| | | | ||||||
* | | | Merge pull request #138 from vermiculus/editing-fix | Artur Malabarba | 2014-12-05 | 1 | -17/+33 | |
|\| | | | | | | | | Editing fix | |||||
| * | | Fix bug when editing questions | Artur Malabarba | 2014-12-05 | 1 | -12/+28 | |
| | | | ||||||
| * | | Cleanup whitespace | Artur Malabarba | 2014-12-05 | 1 | -5/+5 | |
|/ / | ||||||
* | | Merge pull request #131 from vermiculus/issue-130 | Sean Allred | 2014-12-03 | 4 | -11/+56 | |
|\ \ | | | | | | | url-hexify values in key-value pairs | |||||
| * \ | Merge branch 'master' into issue-130 | Sean Allred | 2014-12-03 | 13 | -175/+424 | |
| |\ \ | |/ / |/| | | | | | | | | | | | | | | Conflicts: sx-request.el Conflict was trivial. | |||||
* | | | Merge pull request #129 from vermiculus/answering | Sean Allred | 2014-12-03 | 8 | -50/+466 | |
|\ \ \ | | | | | | | | | Implement asking, answering, and editing. | |||||
| | * | | Add tests for `sx--thing-as-string' | Sean Allred | 2014-12-02 | 1 | -0/+32 | |
| | | | | ||||||
| | * | | Hexify value in key-value pairs | Sean Allred | 2014-12-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Fixes #130 | |||||
| | * | | Augment `sx--thing-as-string' to hexify as needed | Sean Allred | 2014-12-02 | 1 | -9/+22 | |
| | | | | | | | | | | | | | | | | | | | | Also fix issue where function options would not be transferred from the original use into its recursive steps. | |||||
| | * | | Add missing dot-operator | Sean Allred | 2014-12-02 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Prune unused parameter | Sean Allred | 2014-12-02 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Define test for sx--user-@name | Artur Malabarba | 2014-12-04 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | Source of the replacements: http://stackapps.com/a/5022/3776 | |||||
| | | * | Understand non-ascii when handling @name | Artur Malabarba | 2014-12-04 | 1 | -2/+36 | |
| | | | | ||||||
| | | * | Take any non-space | Artur Malabarba | 2014-12-03 | 1 | -1/+1 | |
| | | | |