Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights | Sean Allred | 2018-01-28 | 1 | -1/+1 |
| | |||||
* | Only test for gzipped data if the data is long enough | Sean Allred | 2018-01-28 | 1 | -2/+4 |
| | |||||
* | Actually translate nbsp to a non-breaking space | Artur Malabarba | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'organize' of github.com:vermiculus/sx.el into organize | Sean Allred | 2015-01-04 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-cache.el sx-encoding.el sx-favorites.el sx-filter.el sx-interaction.el sx-method.el sx-question-list.el sx-question-mode.el sx-question-print.el sx-question.el sx-tab.el sx-time.el sx.el | ||||
| * | Standardize local variables | Sean Allred | 2014-12-01 | 1 | -1/+1 |
| | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
| * | Add sections to `sx-encoding.el' | Sean Allred | 2014-11-28 | 1 | -0/+9 |
| | | |||||
| * | Provide commentaries for each file | Sean Allred | 2014-11-28 | 1 | -0/+5 |
| | | |||||
* | | Add sections to `sx-encoding.el' | Sean Allred | 2015-01-04 | 1 | -0/+9 |
| | | |||||
* | | Provide commentaries for each file | Sean Allred | 2015-01-04 | 1 | -0/+5 |
| | | |||||
* | | Declare lexical binding on all files | Sean Allred | 2015-01-04 | 1 | -1/+1 |
|/ | |||||
* | Fix #110 | Sean Allred | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Fix #114 | Sean Allred | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | GitHub comments -- #77 | Sean Allred | 2014-11-20 | 1 | -10/+6 |
| | |||||
* | Documentation -- part two | Sean Allred | 2014-11-18 | 1 | -6/+6 |
| | | | | Pushing this change to continue work elsewhere. | ||||
* | Documentation -- part one | Sean Allred | 2014-11-17 | 1 | -27/+50 |
| | | | | Pushing this change to continue work elsewhere. | ||||
* | Simplify deep-clean function further | Sean Allred | 2014-11-14 | 1 | -10/+5 |
| | | | | | If it is not a cons cell, then it is an atom. We don't need to use `cond' for this. | ||||
* | Simplify deep-clean function | Sean Allred | 2014-11-14 | 1 | -20/+16 |
| | |||||
* | Clean content at the request level | Sean Allred | 2014-11-14 | 1 | -0/+32 |
| | |||||
* | Replace ^M with \r | Artur Malabarba | 2014-11-13 | 1 | -1/+1 |
| | | | | ^M isn't wrong, I'm just a little paranoid. | ||||
* | Introduce content cleaning functions | Sean Allred | 2014-11-12 | 1 | -0/+12 |
| | |||||
* | Use correct function name | Sean Allred | 2014-11-11 | 1 | -1/+1 |
| | |||||
* | Proper GZIP testing | Sean Allred | 2014-11-10 | 1 | -0/+29 |
| | | | | | | | Test for a GZIP'd using magic bytes. See the appropriate answer on Emacs.SE (1) for details. (1): http://emacs.stackexchange.com/a/2978 | ||||
* | Consolidate keywords, update emails | Sean Allred | 2014-11-08 | 1 | -2/+1 |
| | |||||
* | Refactor to use `sx-` prefix | Sean Allred | 2014-11-07 | 1 | -0/+83 |
A file stackexchange.el should be added for user-facing functions. |