aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into visit-question-from-linkSean Allred2014-12-2612-229/+291
|\
| * Merge pull request #176 from vermiculus/define-assoc-let-firstSean Allred2014-12-231-34/+34
| |\
| | * Define assoc let firstArtur Malabarba2014-12-231-34/+34
| |/
| * Add screenshotArtur Malabarba2014-12-212-3/+5
| * Merge pull request #170 from vermiculus/issue-#157--zlibSean Allred2014-12-202-38/+45
| |\
| | * Handle utf-8 encoding the right way.Artur Malabarba2014-12-202-10/+12
| | * Prefer zlib-decompress-region when available.Artur Malabarba2014-12-201-5/+10
| | * Indentation was off by oneArtur Malabarba2014-12-201-34/+34
| * | Hot fix #171. Check if .score is a numberArtur Malabarba2014-12-201-2/+2
| * | Hotfix, don't barf on links we don't understand.Artur Malabarba2014-12-201-4/+5
| |/
| * Displaying questions uses pop-to-buffer instead of switch by defaultArtur Malabarba2014-12-201-2/+4
| * Hotfix subr-x didn't exist before 24.3Artur Malabarba2014-12-201-2/+1
| * Hotfix switch-tabArtur Malabarba2014-12-201-1/+1
| * Hotfix require subr-xSean Allred2014-12-201-0/+1
| * Merge pull request #165 from vermiculus/better-fillingSean Allred2014-12-201-30/+49
| |\
| | * Fix return valuesArtur Malabarba2014-12-181-2/+5
| | * Reorganize functions.Artur Malabarba2014-12-181-18/+22
| | * Reimplement reference not-fillingArtur Malabarba2014-12-181-0/+7
| | * Don't fill headlinesArtur Malabarba2014-12-181-0/+8
| | * Refactor and simplify sx-question-mode--skip-FOO functions.Artur Malabarba2014-12-181-34/+19
| | * Don't fill comments. Affects #141Artur Malabarba2014-12-181-0/+12
| * | Hotfix undefined variableSean Allred2014-12-201-1/+2
| * | Merge pull request #168 from vermiculus/fix-section-navigationSean Allred2014-12-192-6/+3
| |\ \
| | * | Properly skip invisible sections.Artur Malabarba2014-12-181-4/+2
| | * | The separator above body is no longer a sectionArtur Malabarba2014-12-181-2/+1
| |/ /
| * | Merge pull request #166 from vermiculus/assoc-let-testSean Allred2014-12-181-11/+5
| |\ \
| | * | Test sx-assoc-let not let-alistArtur Malabarba2014-12-181-11/+5
| | |/
| * | Merge pull request #161 from vermiculus/better-code-blockSean Allred2014-12-181-13/+13
| |\ \
| | * | Make entire code-block a single buttonArtur Malabarba2014-12-161-13/+13
| * | | Merge pull request #160 from vermiculus/better-modesSean Allred2014-12-183-15/+24
| |\| |
| | * | Activate major-mode when editing code-blocksArtur Malabarba2014-12-161-5/+8
| | * | delay-mode-hooks on code blocksArtur Malabarba2014-12-161-9/+15
| | * | delay-mode-hooks on markdown-mode. Fix #159Artur Malabarba2014-12-161-1/+1
| * | | Merge pull request #162 from vermiculus/comment-enhancementSean Allred2014-12-183-25/+54
| |\ \ \ | | |_|/ | |/| |
| | * | Fix score checkingArtur Malabarba2014-12-181-4/+5
| | * | Do comment validity checking on edits tooArtur Malabarba2014-12-171-1/+3
| | * | Refactor comment validity checkingArtur Malabarba2014-12-171-2/+14
| | * | Close compose window when buffer is killed.Artur Malabarba2014-12-171-1/+4
| | * | Fix buffer not updating after posting answers/edits.Artur Malabarba2014-12-171-4/+5
| | * | Support editing comments.Artur Malabarba2014-12-172-6/+13
| | * | Display comment scoreArtur Malabarba2014-12-161-10/+13
| | |/
| * | Hotfix Don't use string-trim. Fix #164Artur Malabarba2014-12-181-1/+1
* | | Modify rx forms to be `rx-greedy-flag'-independentSean Allred2014-12-261-10/+10
* | | User IDs are very often more than one digitSean Allred2014-12-261-1/+1
* | | Make user IDs optional when parsing from linkSean Allred2014-12-261-2/+2
* | | Add some explanatory commentsSean Allred2014-12-261-5/+16
* | | `rx'-ify regular expressionSean Allred2014-12-261-1/+9
* | | Groups on their own linesSean Allred2014-12-261-2/+6
* | | Use `rx' macro for some regular expressionsSean Allred2014-12-261-4/+21
* | | Simpler syntax for quoted cons cellsSean Allred2014-12-261-2/+2