Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | |||||
* | | | | Merge branch 'answering' into fix-@highligthing | Artur Malabarba | 2014-12-03 | 2 | -33/+63 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'master' into answering | Artur Malabarba | 2014-12-03 | 2 | -33/+63 |
| |\| | | |||||
| | * | | Merge pull request #132 from vermiculus/update-readme | Sean Allred | 2014-12-03 | 2 | -33/+63 |
| | |\ \ | | | | | | | | | | | Update README with some basic instructions. | ||||
| | | * | | Link to `ready' issues | Sean Allred | 2014-12-03 | 1 | -4/+4 |
| | | | | | |||||
| | | * | | Add CONTRIBUTING.org | Sean Allred | 2014-12-02 | 2 | -1/+26 |
| | | | | | |||||
| | | * | | More complete README | Sean Allred | 2014-12-02 | 1 | -41/+26 |
| | | | | | |||||
| | | * | | Refill to 80 characters | Sean Allred | 2014-12-02 | 1 | -7/+10 |
| | | | | | |||||
| | | * | | Update README with some basic instructions. | Sean Allred | 2014-12-02 | 1 | -0/+17 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | Notes: `sx-tab' should not need to be required. The necessary functions should be auto-loaded. | ||||
* | / / | Highlight names with .-_ | Artur Malabarba | 2014-12-03 | 1 | -1/+1 |
|/ / / | |||||
* | | | Slight simplification | Artur Malabarba | 2014-12-03 | 1 | -3/+3 |
| | | | |||||
* | | | Refactor :question-read-p in data-here as a separate function | Artur Malabarba | 2014-12-03 | 1 | -40/+40 |
| | | | |||||
* | | | Fix unicode display on question list | Artur Malabarba | 2014-12-03 | 1 | -3/+7 |
| | | | |||||
* | | | Don't rely on cus-edit for the faces | Artur Malabarba | 2014-12-03 | 1 | -2/+10 |
| | | | |||||
* | | | sx--site gracefully accepts nil argument | Artur Malabarba | 2014-12-03 | 1 | -5/+4 |
| | | | |||||
* | | | Add comments to sx--unindent-text | Artur Malabarba | 2014-12-03 | 1 | -1/+8 |
| | | | |||||
* | | | Extend sx--data-here | Artur Malabarba | 2014-12-03 | 1 | -24/+49 |
| | | | |||||
* | | | Merge branch 'master' into answering | Artur Malabarba | 2014-12-03 | 8 | -110/+271 |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question-list.el sx-question-print.el sx-tab.el | ||||
| * | | Merge pull request #126 from vermiculus/improve-display-engine | Artur Malabarba | 2014-12-02 | 4 | -77/+133 |
| |\ \ | | | | | | | | | Improve display engine | ||||
| | * | | Redo sx--data-here take &optional noerror | Artur Malabarba | 2014-12-02 | 1 | -4/+11 |
| | | | | |||||
| | * | | Merge branch 'master' into improve-display-engine | Sean Allred | 2014-12-02 | 6 | -91/+272 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-interaction.el Conflicting functions: sx--data-here | ||||
| | * | | | Maintain good line position while navigating the question list. | Artur Malabarba | 2014-12-01 | 1 | -1/+15 |
| | | | | | |||||
| | * | | | Refactor sx-question-list-display-question into 2 other functions | Artur Malabarba | 2014-12-01 | 2 | -38/+56 |
| | | | | | |||||
| | * | | | Refactor sx-question-mode--window into a function. | Artur Malabarba | 2014-12-01 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | It made little sense the way it was, and it was complicated. Now that it's a function, it's always up to date. | ||||
| | * | | | sx-question--mark-read returns nil if nothing changed | Artur Malabarba | 2014-12-01 | 2 | -22/+26 |
| | | | | | |||||
| | * | | | Refactor sx-question-list--unread-count into a function. | Artur Malabarba | 2014-12-01 | 1 | -10/+7 |
| | | | | | | | | | | | | | | | | | | | | Less bookeeping | ||||
| | * | | | Section Comment | Artur Malabarba | 2014-12-01 | 1 | -0/+2 |
| | | | | |