aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #53 from vermiculus/network-listSean Allred2014-11-147-55/+58
|\ | | | | Smart caching
| * Fix commentSean Allred2014-11-141-1/+1
| |
| * Merge branch 'master' into network-listSean Allred2014-11-1413-155/+666
| |\ | | | | | | | | | | | | | | | Conflicts: sx-filter.el sx-question.el
| * | Use smart cachingSean Allred2014-11-111-2/+9
| | |
| * | Convenience argument for `cache-get'Sean Allred2014-11-111-5/+8
| | | | | | | | | | | | Allows for setting the cache if it does not exist.
| * | Add favorite sites customizationSean Allred2014-11-111-0/+5
| | |
| * | Include more fields in the sites filterSean Allred2014-11-111-1/+4
| | |
| * | Don't need to hexify filterSean Allred2014-11-111-1/+1
| | |
| * | Move question sorting function to sx.elSean Allred2014-11-113-7/+8
| | | | | | | | | | | | | | | It is not specific to questions -- it is generally applicable to any alist.
| * | Merge branch 'master' into network-listSean Allred2014-11-112-17/+41
| |\ \
| * | | Use narrow filter for site listSean Allred2014-11-101-2/+18
| | | |
| * | | Merge branch 'master' into network-listSean Allred2014-11-0915-226/+330
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: sx-site.el
| * | | | Rename sx-network to sx-siteSean Allred2014-11-071-4/+4
| | | | | | | | | | | | | | | | | | | | According to the documentation, it's the appropriate terminology.
* | | | | Merge pull request #54 from vermiculus/fix-assoc-letSean Allred2014-11-141-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | Quick-fix assoc-let
| * | | | Quick-fix assoc-letArtur Malabarba2014-11-141-1/+1
|/ / / /
* | | | Merge pull request #50 from jleechpe/sx-request-make-updateArtur Malabarba2014-11-141-1/+1
|\ \ \ \ | | | | | | | | | | Change `access-token` to `access_token` to match api key.
| * | | | Change `access-token` to `access_token` to match api key.Jonathan Leech-Pepin2014-11-141-1/+1
| | | | |
* | | | | Merge pull request #49 from jleechpe/sx-request-make-updateSean Allred2014-11-141-1/+1
|\| | | | | | | | | | | | | | Set `sx-request-api-root` to use `https` instead of `http`.
| * | | | Set `sx-request-api-root` to use `https` instead of `http`.Jonathan Leech-Pepin2014-11-141-1/+1
|/ / / / | | | | | | | | | | | | This will prevent loss of authentication token when using authentication.
* | | | Merge pull request #47 from vermiculus/switching-networksSean Allred2014-11-142-0/+47
|\ \ \ \ | | | | | | | | | | Implement basic site switching
| * | | | Use function call instead of `call-interactively'Sean Allred2014-11-141-1/+1
| | | | |
| * | | | Use Ido when it is enabledSean Allred2014-11-141-1/+1
| | | | |
| * | | | Fix documentationSean Allred2014-11-141-2/+1
| | | | |
| * | | | Implement basic site switchingSean Allred2014-11-142-0/+48
|/ / / /
* | | | Merge pull request #46 from vermiculus/sx-question-modeSean Allred2014-11-147-60/+542
|\ \ \ \ | | | | | | | | | | Question Mode
| * \ \ \ Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into ↵Artur Malabarba2014-11-142-3/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | sx-question-mode
| | * \ \ \ Merge branch 'sx-question-mode' of github.com:vermiculus/stack-mode into ↵Sean Allred2014-11-141-12/+27
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sx-question-mode I neglected to pull before I started committing.
| | * | | | | Ensure error string can printSean Allred2014-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "%s" must take a string, but what we get might not be string-y.
| | * | | | | Use correct methodSean Allred2014-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | `sx-request-make' wouldn't behave correctly on this
| | * | | | | Fix requireSean Allred2014-11-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't seem to use sx-filter anywhere in here
| * | | | | | Improve comment formatingArtur Malabarba2014-11-141-8/+8
| | |/ / / / | |/| | | |
| * | | | | Correct comment formattingArtur Malabarba2014-11-141-12/+27
| |/ / / /
| * | | | Fix requiresArtur Malabarba2014-11-141-2/+2
| | | | |
| * | | | 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-144-5/+37
| | | | |
| * | | | List `markdown-mode' as a dependencySean Allred2014-11-131-0/+1
| | | | | | | | | | | | | | | | | | | | This should fix the Travis build
| * | | | Start implementing sx-question-mode--fill-stringArtur Malabarba2014-11-131-5/+25
| | | | | | | | | | | | | | | | | | | | Address #43
| * | | | Fix window managingArtur Malabarba2014-11-132-2/+4
| | | | |
| * | | | FixupArtur Malabarba2014-11-131-1/+1
| | | | |
| * | | | Add a newlineArtur Malabarba2014-11-131-0/+1
| | | | |
| * | | | CommentsArtur Malabarba2014-11-132-14/+59
| | | | |
| * | | | Also print answersArtur Malabarba2014-11-132-12/+44
| | | | |
| * | | | Improve question filterArtur Malabarba2014-11-131-1/+1
| | | | |
| * | | | Small fix to sx-question-mode--wrap-in-overlayArtur Malabarba2014-11-131-4/+6
| | | | |
| * | | | Add a couple of sx-encoding-clean-contentArtur Malabarba2014-11-132-4/+4
| | | | |
| * | | | Fix tag font-lockingArtur Malabarba2014-11-131-7/+10
| | | | |
| * | | | Replace ^M with \rArtur Malabarba2014-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | ^M isn't wrong, I'm just a little paranoid.
| * | | | Pull in question bodySean Allred2014-11-122-5/+4
| | | | | | | | | | | | | | | | | | | | Added this field to the filter as well.
| * | | | Add missing requireSean Allred2014-11-121-0/+1
| | | | |