aboutsummaryrefslogtreecommitdiff
path: root/sx-encoding.el
Commit message (Collapse)AuthorAgeFilesLines
* Provide commentaries for each fileSean Allred2014-11-281-0/+5
|
* Fix #110Sean Allred2014-11-271-1/+1
|
* Fix #114Sean Allred2014-11-271-1/+1
|
* GitHub comments -- #77Sean Allred2014-11-201-10/+6
|
* Documentation -- part twoSean Allred2014-11-181-6/+6
| | | | Pushing this change to continue work elsewhere.
* Documentation -- part oneSean Allred2014-11-171-27/+50
| | | | Pushing this change to continue work elsewhere.
* Simplify deep-clean function furtherSean Allred2014-11-141-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 functionSean Allred2014-11-141-20/+16
|
* Clean content at the request levelSean Allred2014-11-141-0/+32
|
* Replace ^M with \rArtur Malabarba2014-11-131-1/+1
| | | | ^M isn't wrong, I'm just a little paranoid.
* Introduce content cleaning functionsSean Allred2014-11-121-0/+12
|
* Use correct function nameSean Allred2014-11-111-1/+1
|
* Proper GZIP testingSean Allred2014-11-101-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 emailsSean Allred2014-11-081-2/+1
|
* Refactor to use `sx-` prefixSean Allred2014-11-071-0/+83
A file stackexchange.el should be added for user-facing functions.