Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #170 from vermiculus/issue-#157--zlib | Sean Allred | 2014-12-20 | 1 | -3/+0 |
|\ | | | | | Use `zlib-decompress-region` when available (24.4+) and handle UTF-8 encoding correctly. | ||||
| * | Handle utf-8 encoding the right way. | Artur Malabarba | 2014-12-20 | 1 | -3/+0 |
| | | |||||
* | | Hot fix #171. Check if .score is a number | Artur Malabarba | 2014-12-20 | 1 | -2/+2 |
| | | |||||
* | | Hotfix, don't barf on links we don't understand. | Artur Malabarba | 2014-12-20 | 1 | -4/+5 |
|/ | | | | These are usually not links. See the end of http://emacs.stackexchange.com/q/3727/50 | ||||
* | Merge pull request #165 from vermiculus/better-filling | Sean Allred | 2014-12-20 | 1 | -30/+49 |
|\ | | | | | | | | | Better filling Ignore HTML comments when filling body text and do not attempt to fill headlines. | ||||
| * | Fix return values | Artur Malabarba | 2014-12-18 | 1 | -2/+5 |
| | | |||||
| * | Reorganize functions. | Artur Malabarba | 2014-12-18 | 1 | -18/+22 |
| | | |||||
| * | Reimplement reference not-filling | Artur Malabarba | 2014-12-18 | 1 | -0/+7 |
| | | |||||
| * | Don't fill headlines | Artur Malabarba | 2014-12-18 | 1 | -0/+8 |
| | | |||||
| * | Refactor and simplify sx-question-mode--skip-FOO functions. | Artur Malabarba | 2014-12-18 | 1 | -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 #141 | Artur Malabarba | 2014-12-18 | 1 | -0/+12 |
| | | |||||
* | | The separator above body is no longer a section | Artur Malabarba | 2014-12-18 | 1 | -2/+1 |
| | | | | | | | | I got tired of having to hit `n` twice to move past the body. | ||||
* | | Merge pull request #160 from vermiculus/better-modes | Sean Allred | 2014-12-18 | 1 | -1/+1 |
|\ \ | | | | | | | Better major-modes | ||||
| * | | delay-mode-hooks on markdown-mode. Fix #159 | Artur Malabarba | 2014-12-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #162 from vermiculus/comment-enhancement | Sean Allred | 2014-12-18 | 1 | -11/+15 |
|\ \ \ | |_|/ |/| | | Comment enhancement | ||||
| * | | Fix score checking | Artur Malabarba | 2014-12-18 | 1 | -4/+5 |
| | | | |||||
| * | | Display comment score | Artur Malabarba | 2014-12-16 | 1 | -10/+13 |
| |/ | |||||
* | | Hotfix Don't use string-trim. Fix #164 | Artur Malabarba | 2014-12-18 | 1 | -1/+1 |
| | | |||||
* | | Hotfix filling code blocks. Fix #163 | Artur Malabarba | 2014-12-17 | 1 | -15/+19 |
|/ | | | | | When filling a paragraph, narrow to region after point, so we don't affect anything behind point (the code block). | ||||
* | Merge pull request #141 from vermiculus/babel | Sean Allred | 2014-12-11 | 1 | -20/+7 |
|\ | | | | | Font-lock code blocks according to mode. | ||||
| * | Fix some implementation bugs | Artur Malabarba | 2014-12-09 | 1 | -5/+4 |
| | | |||||
| * | Don't require sx | Artur Malabarba | 2014-12-09 | 1 | -3/+1 |
| | | | | | | | | Requiring sx is not needed because the macro is autoloaded. | ||||
| * | Patch sx and sx-question-print to use sx-babel. | Artur Malabarba | 2014-12-09 | 1 | -17/+7 |
| | | |||||
* | | Merge branch 'master' into fix-@highligthing | Artur Malabarba | 2014-12-09 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: test/tests.el | ||||
| * | Improve some header comments. | Artur Malabarba | 2014-12-06 | 1 | -1/+1 |
| | | |||||
* | | Take any non-space | Artur Malabarba | 2014-12-03 | 1 | -1/+1 |
| | | |||||
* | | Highlight names with .-_ | Artur Malabarba | 2014-12-03 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' into answering | Artur Malabarba | 2014-12-03 | 1 | -2/+11 |
|\ | | | | | | | | | | | | | Conflicts: sx-question-list.el sx-question-print.el sx-tab.el | ||||
| * | Merge pull request #124 from vermiculus/buttons-everywhere | Sean Allred | 2014-12-02 | 1 | -57/+64 |
| |\ | | | | | | | Buttons everywhere | ||||
| * \ | Merge pull request #101 from vermiculus/issue-100 | Artur Malabarba | 2014-12-01 | 1 | -1/+7 |
| |\ \ | | | | | | | | | Default to post author if post editor is missing | ||||
| | * | | Reimplement deleted-user | Artur Malabarba | 2014-12-01 | 1 | -1/+7 |
| | | | | |||||
| * | | | Fix #57. Set the buffer as unibyte then multibyte again. | Artur Malabarba | 2014-11-29 | 1 | -0/+4 |
| |/ / | |||||
* | / | Add an answer button | Artur Malabarba | 2014-12-02 | 1 | -0/+3 |
| |/ |/| | |||||
* | | Comments are now hidden when you fold the question | Artur Malabarba | 2014-12-01 | 1 | -27/+27 |
| | | |||||
* | | Better positioning of the add comment button | Artur Malabarba | 2014-12-01 | 1 | -18/+25 |
| | | |||||
* | | question-mod now uses overlays to store the sx--data-here property | Artur Malabarba | 2014-12-01 | 1 | -2/+2 |
| | | | | | | | | | | This lets us stack one inside each other (comments inside questions) without overwriting them. | ||||
* | | Clean 'display in code-blocks. Fixes #117 | Artur Malabarba | 2014-11-29 | 1 | -0/+1 |
| | | |||||
* | | Code-blocks are buttons. RET to edit, w to copy. | Artur Malabarba | 2014-11-29 | 1 | -8/+32 |
| | | |||||
* | | Woops. Fix swallowing one function inside the other. | Artur Malabarba | 2014-11-29 | 1 | -11/+3 |
| | | |||||
* | | New "Add a Comment" button | Artur Malabarba | 2014-11-29 | 1 | -1/+6 |
| | | |||||
* | | Better help-echo in links | Artur Malabarba | 2014-11-29 | 1 | -3/+3 |
| | | |||||
* | | Normalize and improve button help-echo's | Artur Malabarba | 2014-11-29 | 1 | -6/+0 |
| | | |||||
* | | Improve button-copy | Artur Malabarba | 2014-11-29 | 1 | -11/+14 |
| | | |||||
* | | Move buttons to sx-button.el | Artur Malabarba | 2014-11-29 | 1 | -23/+4 |
|/ | | | | Also define command to copy button's content under w. | ||||
* | Whitespace | Artur Malabarba | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Split sx-question-mode into two files. | Artur Malabarba | 2014-11-29 | 1 | -0/+440 |
sx-question-print holds all the logic for printing the buffer's content. The original file is reserved for the mode definition, interactive commands, and functions that create and display the bufer. |