aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | 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
| | | | | | | |
* | | | | | | | Fix docArtur Malabarba2014-12-021-3/+1
| | | | | | | |
* | | | | | | | Prettier comment buttonArtur Malabarba2014-12-021-0/+1
| | | | | | | |
* | | | | | | | Add an answer buttonArtur Malabarba2014-12-022-0/+11
| | | | | | | |
* | | | | | | | sx-answer to start composing from the question bufferArtur Malabarba2014-12-022-4/+40
| | | | | | | |
* | | | | | | | Implement askingArtur Malabarba2014-12-021-20/+43
| | | | | | | |
* | | | | | | | Rename before-functionsArtur Malabarba2014-12-011-31/+49
| | | | | | | |
* | | | | | | | Some after-send-hooks to improve experienceArtur Malabarba2014-12-011-20/+43
| | | | | | | |
* | | | | | | | Initial compose-mode implementation.Artur Malabarba2014-12-011-0/+163
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Switch get-pos-property to get-char-propertyArtur Malabarba2014-12-011-1/+1
| | | | | | |
* | | | | | | Comments are now hidden when you fold the questionArtur Malabarba2014-12-012-33/+35
| | | | | | |
* | | | | | | Better positioning of the add comment buttonArtur Malabarba2014-12-011-18/+25
| | | | | | |
* | | | | | | question-mod now uses overlays to store the sx--data-here propertyArtur Malabarba2014-12-013-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This lets us stack one inside each other (comments inside questions) without overwriting them.