index
:
sx.el.git
master
SX -- Stack Exchange for Emacs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #343 from Boruch-Baum/fix-notifications
Sean Allred
2018-02-09
1
-3
/
+5
|
\
|
*
Fix sx-inbox--print-info to handle all forms of notification
Boruch Baum
2018-02-09
1
-3
/
+5
|
/
*
Update copyrights
Sean Allred
2018-01-28
28
-37
/
+37
*
Only test for gzipped data if the data is long enough
Sean Allred
2018-01-28
1
-2
/
+4
*
Add sx-question-mode-after-print-hook for special formatting after print-out.
Tobias Zawada
2017-12-25
1
-0
/
+8
*
Merge pull request #330 from ylluminarious/patch-1
Sean Allred
2017-05-21
1
-1
/
+1
|
\
|
*
Updated markdown-code-at-point-p to markdown-inline-code-at-point-p
George D. Plymale II
2017-05-21
1
-1
/
+1
|
/
*
Merge pull request #327 from jabranham/patch-1
Sean Allred
2016-12-22
1
-0
/
+1
|
\
|
*
Autoload sx-open-link
Alex Branham
2016-12-22
1
-0
/
+1
|
/
*
Support Org 9
Sean Allred
2016-11-09
1
-1
/
+8
*
Fix #323
Sean Allred
2016-11-04
1
-1
/
+1
*
Merge pull request #295 from vermiculus/vermiculus/readme
Sean Allred
2016-01-26
1
-17
/
+82
|
\
|
*
Update README
Sean Allred
2016-01-26
1
-15
/
+17
|
*
Typo
Sean Allred
2015-05-28
1
-1
/
+1
|
*
Add sample keybindings
Sean Allred
2015-05-28
1
-0
/
+30
|
*
Extend README
Sean Allred
2015-05-27
1
-17
/
+50
*
|
Call `markdown-syntax-propertize` while rendering question buffers
Artur Malabarba
2016-01-26
1
-0
/
+2
*
|
[Fix #312] Disable undo in `sx-question-mode'
Artur Malabarba
2016-01-25
1
-0
/
+1
*
|
Support for org-store-link
Sean Allred
2016-01-06
1
-1
/
+13
*
|
Don’t calculate sx-question-mode-use-images at compile time
Artur Malabarba
2015-11-12
1
-3
/
+1
*
|
Merge pull request #309 from tarsius/silencio
Sean Allred
2015-11-04
1
-0
/
+6
|
\
\
|
*
|
Silence byte-compiler
Jonas Bernoulli
2015-11-04
1
-0
/
+6
|
/
/
*
|
Avoid creating a directory when compiling
Sean Allred
2015-11-01
1
-1
/
+3
*
|
Fix many cases of odd indentation
Artur Malabarba
2015-10-22
1
-30
/
+30
*
|
Use pcase
Artur Malabarba
2015-10-22
1
-12
/
+12
*
|
Fix #307. Self-closing tags and hr separators
Artur Malabarba
2015-10-22
1
-8
/
+31
*
|
Merge pull request #299 from vermiculus/fix-autoloads
Sean Allred
2015-07-18
1
-44
/
+11
|
\
\
|
*
|
Simplify autoloads to just point to "sx-tab"
Artur Malabarba
2015-07-18
1
-44
/
+11
|
/
/
*
|
Merge pull request #298 from vermiculus/vermiculus/fix-auth-flow
Sean Allred
2015-07-17
1
-1
/
+1
|
\
\
|
*
|
Fix authentication flow for some browsers
Sean Allred
2015-07-17
1
-1
/
+1
|
/
/
*
|
Improve bot
Artur Malabarba
2015-07-14
1
-3
/
+5
*
|
Merge branch 'master' of github.com:vermiculus/sx.el
Artur Malabarba
2015-07-02
1
-2
/
+2
|
\
\
|
*
|
Fix #296 Make searching a bit fuzzier.
Artur Malabarba
2015-07-02
1
-2
/
+2
*
|
|
Some fixes for the bot and the backoff.
Artur Malabarba
2015-07-02
2
-13
/
+19
|
/
/
*
|
More messages during backoff.
Artur Malabarba
2015-07-02
1
-0
/
+1
*
|
sx-request respects the backoff parameter
Artur Malabarba
2015-06-01
1
-4
/
+22
*
|
[bot.sh] Use data branch.
Artur Malabarba
2015-05-28
1
-1
/
+1
*
|
[bot.sh] Automate pushing.
Artur Malabarba
2015-05-28
1
-5
/
+9
*
|
Make the bot slower.
Artur Malabarba
2015-05-28
1
-4
/
+4
|
/
*
Fix bug when tabulated-list-use-header-line is nil
Artur Malabarba
2015-05-11
1
-1
/
+5
*
Fix docstring of sx-cache-invalidate-all
Artur Malabarba
2015-05-11
1
-1
/
+3
*
Get rid of left-over set-buffer-multibyte
Artur Malabarba
2015-05-02
1
-4
/
+1
*
Do the question-hiding at print time.
Artur Malabarba
2015-05-02
1
-8
/
+8
*
Add require
Artur Malabarba
2015-04-30
1
-0
/
+1
*
Add inbox autoloads
Artur Malabarba
2015-04-28
1
-0
/
+2
*
Set nobreak-char-display to nil
Artur Malabarba
2015-04-28
1
-1
/
+2
*
Version 0.3
Artur Malabarba
2015-04-26
2
-3
/
+3
*
Actually translate nbsp to a non-breaking space
Artur Malabarba
2015-04-22
1
-1
/
+1
*
Be more careful about printing accept button. Fix #288
Artur Malabarba
2015-04-22
1
-2
/
+3
*
sx-question-mode-hide-show-section complains if used incorrectly
Artur Malabarba
2015-04-21
1
-0
/
+2
[next]