aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove -cache-pSean Allred2014-11-191-6/+1
| * | Minor typos and incorrect informationSean Allred2014-11-196-12/+7
| * | Add `customize' dataSean Allred2014-11-193-4/+12
| * | Merge branch 'master' into documentationSean Allred2014-11-1910-148/+584
| |\ \ | |/ / |/| |
* | | Fix missing dependencyArtur Malabarba2014-11-191-1/+1
* | | Add some package definitions.Artur Malabarba2014-11-191-12/+31
* | | Merge pull request #76 from vermiculus/mark-read-keySean Allred2014-11-181-0/+13
|\ \ \
| * | | Mark as read with "m"Artur Malabarba2014-11-191-0/+13
|/ / /
* | | Merge pull request #71 from vermiculus/hidden-questionsSean Allred2014-11-183-4/+78
|\ \ \
| * \ \ Merge branch 'master' into hidden-questionsArtur Malabarba2014-11-182-57/+79
| |\ \ \
| * | | | Hidden question functionality implemented in the question listArtur Malabarba2014-11-181-1/+14
| * | | | Implement hidden question databaseArtur Malabarba2014-11-181-3/+49
| * | | | Define sorted insertion macro.Artur Malabarba2014-11-181-0/+15
* | | | | Merge pull request #73 from jleechpe/invalidate-cacheSean Allred2014-11-181-0/+25
|\ \ \ \ \
* | | | | | QUICK-FIX: Link regexp Fixes #74Artur Malabarba2014-11-181-1/+1
* | | | | | Merge pull request #72 from jleechpe/sx-questions-show-favoriteArtur Malabarba2014-11-181-26/+38
|\ \ \ \ \ \
| * | | | | | Implements indication of starred questions in question-listJonathan Leech-Pepin2014-11-181-26/+38
| | |_|/ / / | |/| | | |
| | | | * | Update user manualSean Allred2014-11-181-92/+5
| | | | * | Documentation -- part threeSean Allred2014-11-186-42/+101
| | | | * | Simplify `sx-method-call'Sean Allred2014-11-181-6/+2
| | | | * | Documentation -- part twoSean Allred2014-11-185-36/+67
| | | | * | Documentation -- part oneSean Allred2014-11-1711-96/+436
| | | | | * Fix cache invalidation to behave properly.Jonathan Leech-Pepin2014-11-191-6/+11
| | | |_|/ | | |/| |
| | * | | Use `cl-remove-if` rather than `remove-if`Jonathan Leech-Pepin2014-11-181-1/+1
| | * | | Fix docstring.Jonathan Leech-Pepin2014-11-181-2/+1
| | * | | Provide cache invalidationJonathan Leech-Pepin2014-11-181-0/+26
| |/ / / |/| | |
* | | | Merge pull request #70 from jleechpe/sx-networksSean Allred2014-11-182-34/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Replace (sx-favorites--ensure-favorite-list) with (sx-favorites--initialize).Jonathan Leech-Pepin2014-11-181-17/+15
| * | | Correct naming of cache to correspond to sx-cache-get.Jonathan Leech-Pepin2014-11-181-1/+1
| * | | Fix logic for updating cache and setting variables.Jonathan Leech-Pepin2014-11-181-15/+17
|/ / /
* | | Merge pull request #69 from jleechpe/sx-networksSean Allred2014-11-182-0/+198
|\| |
| * | GH comment fix:Jonathan Leech-Pepin2014-11-181-1/+1
| * | GH comment fixes:Jonathan Leech-Pepin2014-11-181-2/+2
| * | (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
| * | Fixes as per github comments.Jonathan Leech-Pepin2014-11-181-15/+15
| * | Refactor sx-network--get-associated to avoid double call toJonathan Leech-Pepin2014-11-182-5/+5
| * | Fix mistakes:Jonathan Leech-Pepin2014-11-171-2/+3
| * | Use sx-network--user-filter to include `user_type' property (non-default).Jonathan Leech-Pepin2014-11-171-1/+26
| * | Generate and update list of favorited questions.Jonathan Leech-Pepin2014-11-171-0/+87
| * | Create `sx-networks` and the associated cache.Jonathan Leech-Pepin2014-11-171-0/+84
* | | Merge pull request #67 from vermiculus/question-mode-keybindings++Artur Malabarba2014-11-182-57/+79
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into question-mode-keybindings++Artur Malabarba2014-11-176-50/+92
| |\ \ | |/ / |/| |
* | | Merge pull request #52 from jleechpe/sx-request-make-updateArtur Malabarba2014-11-173-44/+76
|\ \ \
| * | | Update `sx-method-call` to use `need-auth` and `use-post` variables whenJonathan Leech-Pepin2014-11-171-2/+11
| * | | Change from `add-to-list` to `push` to avoid a strange `(void-variableJonathan Leech-Pepin2014-11-171-2/+3
| * | | Merge branch 'master' into sx-request-make-updateJonathan Leech-Pepin2014-11-179-248/+343
| |\ \ \
| * | | | Adjust request keyword creation to verify if AUTH is needed.Jonathan Leech-Pepin2014-11-171-16/+32
| * | | | Fix incorrect call to `call` rather than `request-url`Jonathan Leech-Pepin2014-11-171-1/+1
| * | | | Remove unneeded newlineJonathan Leech-Pepin2014-11-141-2/+1