aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| | |_|_|/ / | |/| | | |
| * | | | | whitespaceArtur Malabarba2014-12-201-3/+3
| * | | | | sx-open-link takes link from clipboard by defaultArtur Malabarba2014-12-201-1/+5
| * | | | | Refactor sx-visit to sx-visit-externallyArtur Malabarba2014-12-203-3/+3
| * | | | | sx-open-link: command to visit links inside SXArtur Malabarba2014-12-201-0/+13
| * | | | | Implement identifying type, id, and site of a link.Artur Malabarba2014-12-172-0/+17
| * | | | | Implent getting question given answer idArtur Malabarba2014-12-171-0/+14
* | | | | | Merge pull request #179 from vermiculus/issue-178--autoload-sx-askArtur Malabarba2014-12-271-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add autoload cookie to `sx-ask'Sean Allred2014-12-271-0/+1
| | |/ / / | |/| | |
* / | | | Hotfix Empty question buffer.Artur Malabarba2014-12-271-1/+2
|/ / / /
* | | | 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
|\ \ \ \ | |_|/ / |/| | |