aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* "u" and "d" unconditionally apply votes instead of toggling.Artur Malabarba2015-01-043-16/+18
| | | | To remove votes, use C-u.
* Do not build `data' branchSean Allred2015-01-041-0/+4
|
* Merge pull request #193 from vermiculus/issue-14-access-starred-questionsSean Allred2015-01-045-0/+39
|\ | | | | Access starred questions
| * Only favorite questionsArtur Malabarba2015-01-041-1/+1
| |
| * Bind favoriting to "*"Artur Malabarba2015-01-042-0/+2
| |
| * Implement favoritingArtur Malabarba2015-01-041-0/+18
| |
| * Implement listing starred questions.Artur Malabarba2015-01-042-0/+19
| | | | | | | | Fix #14
* | Merge pull request #192 from vermiculus/filter-macroArtur Malabarba2015-01-046-89/+132
|\ \ | |/ |/| Filter macro
| * Merge branch 'master' into filter-macroSean Allred2015-01-04278-137878/+189
| |\ | |/ |/| | | | | Conflicts: sx-filter.el
* | Merge pull request #189 from vermiculus/tag-botSean Allred2015-01-0416-76/+229
|\ \ | | | | | | Tag bot
| * | Remove data/ directorySean Allred2015-01-04266-137860/+0
| | | | | | | | | | | | This will be tracked in a separate `data` branch or similar.
| * | Remove .total from default filterSean Allred2015-01-041-1/+0
| | | | | | | | | | | | See http://api.stackexchange.com/docs/paging#total.
| * | Merge branch 'tag-bot' of github.com:vermiculus/stack-mode into tag-botSean Allred2015-01-041-7/+13
| |\ \
| | * | sx-tag--get-all also retrieves synonymsArtur Malabarba2015-01-041-7/+13
| | | |
| * | | Add page and pagesize only if not already presentSean Allred2015-01-041-2/+7
| |/ /
* | | Merge pull request #191 from vermiculus/vermiculus/lexical-binding--issue-123Artur Malabarba2015-01-044-4/+4
|\ \ \ | | | | | | | | Declare lexical binding on all files
| * | | Declare lexical binding on all filesSean Allred2015-01-044-4/+4
| | | |
* | | | Merge pull request #175 from vermiculus/goto-mapSean Allred2015-01-046-4/+141
|\ \ \ \ | | | | | | | | | | Goto map
| * | | | Make question-list--site buffer local.Artur Malabarba2015-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | Don't ask me why it wasn't already.
| * | | | Bind switchto-map to "s"Artur Malabarba2015-01-042-3/+4
| | | | |
| * | | | Define some keys conditionallyArtur Malabarba2015-01-041-1/+19
| | | | |
| * | | | Add sx-question-list-switch-siteArtur Malabarba2015-01-041-0/+1
| | | | |
| * | | | ADd sx-tab-switchArtur Malabarba2015-01-041-0/+1
| | | | |
| * | | | Alphabetical sort.Artur Malabarba2015-01-041-4/+4
| | | | |
| * | | | Add switchto to sx-loadArtur Malabarba2015-01-041-0/+1
| | | | |
| * | | | Rename to sx-switchto.elArtur Malabarba2015-01-041-5/+5
| | | | |
| * | | | Merge branch 'master' into goto-mapSean Allred2015-01-0217-268/+503
| |\ \ \ \
| * | | | | Define new keymap for inter-modes motionArtur Malabarba2014-12-231-0/+56
| | | | | |
| * | | | | 3 more tabs: unanswered, unanswered my tags, featuredArtur Malabarba2014-12-231-0/+42
| | | | | |
| * | | | | get-questions accepts a submethod argumentArtur Malabarba2014-12-231-1/+2
| | | | | |
| * | | | | Implement sx-tab-meta-or-main commandArtur Malabarba2014-12-231-0/+15
| | | | | |
* | | | | | Merge pull request #184 from vermiculus/fix-mark-read-logicArtur Malabarba2015-01-042-1/+24
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Fix mark read logic
| * | | | | More testsArtur Malabarba2015-01-041-0/+10
| | | | | |
| * | | | | Add test file for state changesSean Allred2015-01-021-0/+12
| | | | | |
| * | | | | Merge branch 'master' into fix-mark-read-logicSean Allred2015-01-0218-241/+768
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Don't barf if read-question cdr is not a dateArtur Malabarba2014-12-291-1/+2
| | | | | |
| | | | | * Tree-style specification for filter-from-nilSean Allred2015-01-046-90/+132
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of saying (field-a field-b object-a.subfield field-c object-b.subfield-a object-b.subfield-b) you can rather say (field-a field-b (object-a subfield) field-c (object-b subfield-a subfield-b)) To avoid a dependency loop, sx-browse-filter has been moved to sx-filter.el.
| | | | * Merge branch 'master' into tag-botSean Allred2015-01-030-0/+0
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #187 from vermiculus/get-allSean Allred2015-01-033-6/+89
|\ \ \ \ \ | | | | | | | | | | | | Get all items
| | | | | * Fix indentationSean Allred2015-01-031-1/+1
| | | | | |
| | | | | * Remove unneeded testSean Allred2015-01-031-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test is largely unneeded and (currently) almost doubles the test time.
| | | | | * Change test to reflect new default page sizeSean Allred2015-01-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | See eeb327e3af94e1118218c129916b8f7165e835ef.
| | | | | * Merge branch 'master' into tag-botSean Allred2015-01-0313-41/+581
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #186 from vermiculus/completing-tagsArtur Malabarba2015-01-032-0/+98
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Introduce tags
* | | | | | Merge pull request #183 from vermiculus/searchSean Allred2015-01-028-4/+203
|\ \ \ \ \ \ | | | | | | | | | | | | | | Search
| * | | | | | Fix docstringSean Allred2015-01-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Branch: search
| * | | | | | Merge branch 'master' into searchSean Allred2015-01-0210-37/+378
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | Branch: search
* | | | | | | Merge pull request #174 from vermiculus/inboxSean Allred2015-01-0210-37/+378
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Implement inbox
| * | | | | | | Use .site_par in testsSean Allred2015-01-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In accordance with d51791fb6ae69e3b426f7d598920b4349858908f
| * | | | | | | Add TODO reminderArtur Malabarba2015-01-011-0/+2
| | | | | | | |