Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hotfix: wrong variable name | Sean Allred | 2015-01-16 | 1 | -1/+1 |
| | | | | Fix #234 | ||||
* | Merge pull request #228 from vermiculus/vermiculus/sort-answers | Sean Allred | 2015-01-16 | 1 | -5/+10 |
|\ | | | | | Customizable sorting; Fix #226. Generalization of #225. | ||||
| * | Change older-p to newer-p | Sean Allred | 2015-01-16 | 1 | -1/+1 |
| | | | | | | | | | | Older functions generally have more votes anyway -- new answers need initial the attention. | ||||
| * | Abstract sorting function into customizable option | Sean Allred | 2015-01-15 | 1 | -1/+10 |
| | | |||||
| * | Abstract sorting function | Sean Allred | 2015-01-15 | 1 | -5/+1 |
| | | |||||
* | | Merge remote-tracking branch 'refs/remotes/origin/master' into improve-comments | Artur Malabarba | 2015-01-14 | 1 | -4/+9 |
|\| | |||||
| * | Sort answers by score | Sean Allred | 2015-01-14 | 1 | -1/+6 |
| | | |||||
| * | Hotfix: Less aggressive raw links | Artur Malabarba | 2015-01-11 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into improve-comments | Sean Allred | 2015-01-07 | 1 | -8/+15 |
|\| | | | | | | | | | Conflicts: test/test-printing.el | ||||
| * | Merge pull request #218 from vermiculus/fix-plain-links | Sean Allred | 2015-01-07 | 1 | -6/+11 |
| |\ | | | | | | | Fix plain links | ||||
| | * | Enable raw links. Fix #214 | Artur Malabarba | 2015-01-07 | 1 | -4/+9 |
| | | | |||||
| | * | Change regexps to defconst | Artur Malabarba | 2015-01-07 | 1 | -2/+2 |
| | | | |||||
| * | | Really fix filling | Artur Malabarba | 2015-01-07 | 1 | -2/+4 |
| |/ | |||||
* | | Fix outdated references | Artur Malabarba | 2015-01-07 | 1 | -4/+4 |
| | | |||||
* | | Fix some migration left-overs | Artur Malabarba | 2015-01-07 | 1 | -9/+11 |
| | | |||||
* | | Move fallback-user to sx-user, and improve it | Artur Malabarba | 2015-01-07 | 1 | -12/+0 |
| | | |||||
* | | Change sx-question-mode-header-author to sx-question-mode-header-author-format | Artur Malabarba | 2015-01-07 | 1 | -6/+8 |
| | | |||||
* | | Move user-printing to sx-user | Artur Malabarba | 2015-01-07 | 1 | -33/+1 |
| | | |||||
* | | Use sx--format-user instead of propertize-display-name | Artur Malabarba | 2015-01-07 | 1 | -12/+4 |
| | | |||||
* | | Delete duplicate face definition | Artur Malabarba | 2015-01-07 | 1 | -5/+0 |
| | | |||||
* | | Use fallback user in sx--format-user | Artur Malabarba | 2015-01-07 | 1 | -7/+7 |
| | | |||||
* | | Change deleted-user to fallback-user | Artur Malabarba | 2015-01-07 | 1 | -4/+10 |
| | | |||||
* | | Define sx--format-user | Artur Malabarba | 2015-01-07 | 1 | -0/+28 |
|/ | | | | Use FORMAT-STRING to format the user object USER. | ||||
* | Don't assume .display_name exists. Fix #209 | Artur Malabarba | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Standardize local variables | Sean Allred | 2015-01-04 | 1 | -1/+5 |
| | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
* | 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 |
| | |