aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | | | | | | | |
| * | | | | | | | Fix byte-compile warningsArtur Malabarba2014-11-292-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #115
* | | | | | | | | Merge pull request #119 from vermiculus/buttonsSean Allred2014-11-281-56/+45
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Buttons
| | | | | | | * | Not adamantArtur Malabarba2014-12-031-3/+3
| | | | | | | | |
| | | | | | | * | Header commentary on sx-buttonArtur Malabarba2014-12-031-5/+20
| | | | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Affects #123
| | | | | | | * Header Commentary to sx-interactionArtur Malabarba2014-12-021-1/+16
| | | | | | | |
| | | | | | | * Header Commentary to sx-composeArtur Malabarba2014-12-021-0/+10
| | | | | | | |
| | | | | | | * Refactor sx-compose-createArtur Malabarba2014-12-022-7/+7
| | | | | | | |
| | | | | | | * Fix up asking logicArtur Malabarba2014-12-021-8/+13
| | | | | | | |
| | | | | | | * Implement a command for asking.Artur Malabarba2014-12-023-7/+33
| | | | | | | |
| | | | | | | * Fix bug introduced by new use of overlays.Artur Malabarba2014-12-021-1/+1
| | | | | | | |
| | | | | | | * Editing implementedArtur Malabarba2014-12-023-4/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #11
| | | | | | | * Simplify update-display codeArtur Malabarba2014-12-021-10/+10
| | | | | | | |