aboutsummaryrefslogtreecommitdiff
path: root/sx-favorites.el
Commit message (Collapse)AuthorAgeFilesLines
* GH comment fixes:Jonathan Leech-Pepin2014-11-181-2/+2
| | | | | Correct file header. Use sharp quote for function.
* (sx-favorites--update-site-favorites): Change from (list ..) to (cons ..).Jonathan Leech-Pepin2014-11-181-1/+1
|
* Fixes as per Github commentsJonathan Leech-Pepin2014-11-181-5/+6
| | | | | sx-favorites--user-favorite-list: Clarify docstring (sx-favorites--ensure-favorite-list): Remove extraneous argument
* Refactor sx-network--get-associated to avoid double call toJonathan Leech-Pepin2014-11-181-1/+1
| | | | | | sx-cache-set. Fix provides lines (missed quote on symbol).
* Generate and update list of favorited questions.Jonathan Leech-Pepin2014-11-171-0/+87
sx-favorites--ensure-favorite-list: List of favorites in format (SITE QUESTION_ID QUESTION_ID ...). (sx-favorites--update-site-favorites): Update favorites for given SITE. (sx-favorites-update): Update favorites for all networks user has an account on.