aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into inboxArtur Malabarba2014-12-271-1/+2
|\
| * Hotfix Empty question buffer.Artur Malabarba2014-12-271-1/+2
| |
* | Don't rely on the new feature.Artur Malabarba2014-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | This is to avoid a bug in package.el which only gets fixed in Emacs 25 Unfortunately, there's no safe way to use a new feature offered by a previously defined macro, because files were not reloaded on upgrade. After a couple of weeks, once we can expect most of our users to have restarted Emacs at least once since the last upgrade, we can start relying on this new feature.
* | Bump let-alist required version to 1.0.3Sean Allred2014-12-261-1/+1
| | | | | | | | | | | | | | Syntax introduced in commits: * d51791fb6ae69e3b426f7d598920b4349858908f * 5225bd4ae6e26177a4daf62ddc5e807784e7c46e
* | Fix mergeArtur Malabarba2014-12-251-3/+6
| |
* | Merge branch 'master' into inboxArtur Malabarba2014-12-251-53/+34
|\| | | | | | | | | Conflicts: sx.el
| * Merge pull request #176 from vermiculus/define-assoc-let-firstSean Allred2014-12-231-34/+34
| |\ | | | | | | Define assoc let first
| | * Define assoc let firstArtur Malabarba2014-12-231-34/+34
| |/
* | Slight face modificationsArtur Malabarba2014-12-251-3/+2
| |
* | Merge branch 'master' into inboxArtur Malabarba2014-12-224-41/+50
|\| | | | | | | | | Conflicts: sx-interaction.el
| * Add screenshotArtur Malabarba2014-12-212-3/+5
| |
| * Merge pull request #170 from vermiculus/issue-#157--zlibSean Allred2014-12-202-38/+45
| |\ | | | | | | Use `zlib-decompress-region` when available (24.4+) and handle UTF-8 encoding correctly.
| | * 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
| | | | | | | | | | | | Fix #157
| | * 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
| |/ | | | | | | These are usually not links. See the end of http://emacs.stackexchange.com/q/3727/50
| * Displaying questions uses pop-to-buffer instead of switch by defaultArtur Malabarba2014-12-201-2/+4
| | | | | | | | | | Fixes #153 See variable `sx-question-mode-display-buffer-function'
| * 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
| | | | | | | | For `string-trim-right'
| * Merge pull request #165 from vermiculus/better-fillingSean Allred2014-12-201-30/+49
| |\ | | | | | | | | | | | | Better filling Ignore HTML comments when filling body text and do not attempt to fill headlines.
| | * 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
| | | | | | | | | | | | | | | They no longer need to worry about restoring point. Just move point to its destination and return non-nil if it worked.
| | * 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
| |\ \ | | | | | | | | Fix section navigation
| | * | Properly skip invisible sections.Artur Malabarba2014-12-181-4/+2
| | | |
| | * | The separator above body is no longer a sectionArtur Malabarba2014-12-181-2/+1
| |/ / | | | | | | | | | I got tired of having to hit `n` twice to move past the body.
| * | Merge pull request #166 from vermiculus/assoc-let-testSean Allred2014-12-181-11/+5
| |\ \ | | | | | | | | Test sx-assoc-let not let-alist
| | * | Test sx-assoc-let not let-alistArtur Malabarba2014-12-181-11/+5
| | |/ | | | | | | | | | | | | Since let-alist is no longer defined here. It makes no sense to test its contents.
| * | Merge pull request #161 from vermiculus/better-code-blockSean Allred2014-12-181-13/+13
| |\ \ | | | | | | | | Better code block
| | * | Make entire code-block a single buttonArtur Malabarba2014-12-161-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug we had. Hitting TAB on a codeblock would move us to the next line on the code block, instead of going to another button. Now the entire code block is a single button, so that is fixed.
| * | | Merge pull request #160 from vermiculus/better-modesSean Allred2014-12-183-15/+24
| |\| | | | | | | | | | Better major-modes
| | * | 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
| |\ \ \ | | |_|/ | |/| | Comment enhancement
| | * | 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
| | |
* | | Link-to-data creates site_parArtur Malabarba2014-12-221-1/+1
| | |