index
:
sx.el.git
master
SX -- Stack Exchange for Emacs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sx-question-print.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle the `code` html tag
Artur Malabarba
2015-01-24
1
-0
/
+34
*
Do link handling per paragraph, so we don't linkify code blocks
Artur Malabarba
2015-01-24
1
-32
/
+35
*
Only shrink images, don't enlarge them.
Artur Malabarba
2015-01-24
1
-3
/
+13
*
Larger max width
Artur Malabarba
2015-01-24
1
-1
/
+1
*
Clean up nested links
Artur Malabarba
2015-01-24
1
-0
/
+8
*
Sorround images with newlines
Artur Malabarba
2015-01-24
1
-1
/
+6
*
With nested links, just do the inner one.
Artur Malabarba
2015-01-24
1
-1
/
+1
*
sx-question-mode--reference-regexp no longer matches newlines
Artur Malabarba
2015-01-24
1
-1
/
+1
*
Detect if link is an image, download it, and pass it to sx-question-mode--ins...
Artur Malabarba
2015-01-24
1
-3
/
+21
*
sx-question-mode--insert-link takes images too
Artur Malabarba
2015-01-24
1
-13
/
+17
*
Merge branch 'master' into tag-buttons
Artur Malabarba
2015-01-16
1
-5
/
+10
|
\
|
*
Hotfix: wrong variable name
Sean Allred
2015-01-16
1
-1
/
+1
|
*
Merge pull request #228 from vermiculus/vermiculus/sort-answers
Sean Allred
2015-01-16
1
-5
/
+10
|
|
\
|
|
*
Change older-p to newer-p
Sean Allred
2015-01-16
1
-1
/
+1
|
|
*
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
*
|
|
Turn tags inside body into buttons. Fix #229
Artur Malabarba
2015-01-15
1
-13
/
+20
*
|
|
Always use sx-tag face for tags
Artur Malabarba
2015-01-15
1
-6
/
+1
*
|
|
sx-question-mode--insert-header accepts a nil face as third arg
Artur Malabarba
2015-01-15
1
-1
/
+4
*
|
|
Move tag-format to sx-tag.el
Artur Malabarba
2015-01-15
1
-1
/
+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
|
\
|
|
*
Merge pull request #218 from vermiculus/fix-plain-links
Sean Allred
2015-01-07
1
-6
/
+11
|
|
\
|
|
*
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
|
/
*
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
*
Merge pull request #170 from vermiculus/issue-#157--zlib
Sean Allred
2014-12-20
1
-3
/
+0
|
\
|
*
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
|
/
*
Merge pull request #165 from vermiculus/better-filling
Sean Allred
2014-12-20
1
-30
/
+49
|
\
|
*
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
[next]