aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #132 from vermiculus/update-readmeSean Allred2014-12-032-33/+63
|\ \ \ \ | | | | | | | | | | Update README with some basic instructions.
| * | | | Link to `ready' issuesSean Allred2014-12-031-4/+4
| | | | |
| * | | | Add CONTRIBUTING.orgSean Allred2014-12-022-1/+26
| | | | |
| * | | | More complete READMESean Allred2014-12-021-41/+26
| | | | |
| * | | | Refill to 80 charactersSean Allred2014-12-021-7/+10
| | | | |
| * | | | Update README with some basic instructions.Sean Allred2014-12-021-0/+17
|/ / / / | | | | | | | | | | | | | | | | | | | | Notes: `sx-tab' should not need to be required. The necessary functions should be auto-loaded.
| | | * Highlight names with .-_Artur Malabarba2014-12-031-1/+1
| | |/ | |/|
| * | Slight simplificationArtur Malabarba2014-12-031-3/+3
| | |
| * | Refactor :question-read-p in data-here as a separate functionArtur Malabarba2014-12-031-40/+40
| | |
| * | Fix unicode display on question listArtur Malabarba2014-12-031-3/+7
| | |
| * | Don't rely on cus-edit for the facesArtur Malabarba2014-12-031-2/+10
| | |
| * | sx--site gracefully accepts nil argumentArtur Malabarba2014-12-031-5/+4
| | |
| * | Add comments to sx--unindent-textArtur Malabarba2014-12-031-1/+8
| | |
| * | Extend sx--data-hereArtur Malabarba2014-12-031-24/+49
| | |
| * | Merge branch 'master' into answeringArtur Malabarba2014-12-038-110/+271
| |\ \ | |/ / |/| | | | | | | | | | | | | | Conflicts: sx-question-list.el sx-question-print.el sx-tab.el
* | | Merge pull request #126 from vermiculus/improve-display-engineArtur Malabarba2014-12-024-77/+133
|\ \ \ | | | | | | | | Improve display engine
| * | | Redo sx--data-here take &optional noerrorArtur Malabarba2014-12-021-4/+11
| | | |
| * | | Merge branch 'master' into improve-display-engineSean Allred2014-12-026-91/+272
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-interaction.el Conflicting functions: sx--data-here
| * | | | Maintain good line position while navigating the question list.Artur Malabarba2014-12-011-1/+15
| | | | |
| * | | | Refactor sx-question-list-display-question into 2 other functionsArtur Malabarba2014-12-012-38/+56
| | | | |
| * | | | Refactor sx-question-mode--window into a function.Artur Malabarba2014-12-011-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 changedArtur Malabarba2014-12-012-22/+26
| | | | |
| * | | | Refactor sx-question-list--unread-count into a function.Artur Malabarba2014-12-011-10/+7
| | | | | | | | | | | | | | | | | | | | Less bookeeping
| * | | | Section CommentArtur Malabarba2014-12-011-0/+2
| | | | |
| * | | | Make sx--data-here throw error on failure.Artur Malabarba2014-12-011-3/+10
| | | | |
| * | | | Define and use sx-question-mode-display-buffer-functionArtur Malabarba2014-12-011-1/+10
| | | | |
* | | | | Merge pull request #127 from vermiculus/moar-taaabsSean Allred2014-12-023-6/+98
|\ \ \ \ \ | |_|/ / / |/| | | | Implement more tabs
| * | | | Bind sx-tab-switch to t in question listArtur Malabarba2014-12-011-0/+1
| | | | | | | | | | | | | | | | | | | | Fixes #17
| * | | | Define command for changing tabArtur Malabarba2014-12-011-3/+18
| | | | |
| * | | | Define 5 new tabs, as per http://api.stackexchange.com/docs/questionsArtur Malabarba2014-12-011-1/+75
| | | | |
| * | | | sx-question-get-questions takes arbitrary keywords.Artur Malabarba2014-12-011-2/+4
| |/ / /
* | | | Merge pull request #124 from vermiculus/buttons-everywhereSean Allred2014-12-026-81/+263
|\ \ \ \ | | | | | | | | | | Buttons everywhere
* \ \ \ \ Merge pull request #101 from vermiculus/issue-100Artur Malabarba2014-12-011-1/+7
|\ \ \ \ \ | |_|/ / / |/| | | | Default to post author if post editor is missing
| * | | | Reimplement deleted-userArtur Malabarba2014-12-011-1/+7
| | | | |
| * | | | Merge branch 'master' into issue-100Sean Allred2014-11-2916-511/+560
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-question-mode.el
| * \ \ \ \ Merge branch 'master' into issue-100Sean Allred2014-11-273-10/+38
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into issue-100Sean Allred2014-11-277-52/+48
| |\ \ \ \ \ \
| * | | | | | | Deleted-user variable is not riskySean Allred2014-11-271-1/+0
| | | | | | | |
| * | | | | | | Add missing ')'Sean Allred2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Staged only part of a change -- stupid mistake.
| * | | | | | | Enforce string value for display_nameSean Allred2014-11-261-1/+1
| | | | | | | |
| * | | | | | | Use customizable deleted-user structureSean Allred2014-11-261-1/+8
| | | | | | | |
| * | | | | | | Default to post author if post editor is missingSean Allred2014-11-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #100
* | | | | | | | Merge pull request #125 from vermiculus/issue-57-unibyte-vs-multibyteSean Allred2014-11-301-0/+4
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fix #57. Set the buffer as unibyte then multibyte again.
| * | | | | | | Fix #57. Set the buffer as unibyte then multibyte again.Artur Malabarba2014-11-291-0/+4
|/ / / / / / /
* | | | | | | Merge pull request #120 from vermiculus/reorganize-question-modeSean Allred2014-11-292-408/+443
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Reorganize question mode
* \ \ \ \ \ \ \ Merge pull request #118 from vermiculus/compilation-issuesSean Allred2014-11-284-26/+29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Compilation issues
| * | | | | | | | Autoload sx-tab-frontpage correctlyArtur Malabarba2014-11-291-1/+5
| | | | | | | | |
| * | | | | | | | Autoload sx-tab-frontpageArtur Malabarba2014-11-291-0/+3
| | | | | | | | |
| * | | | | | | | Autload sx-tab-frontpageArtur Malabarba2014-11-290-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Affects #109
| * | | | | | | | Remove need-auth from sx-request--build-keyword-argumentsArtur Malabarba2014-11-291-11/+5
| | | | | | | | |