aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix sx-tab-unanswered-my-tags autoloadArtur Malabarba2015-01-041-1/+1
| |
* | Merge pull request #202 from vermiculus/issue-200-defconstSean Allred2015-01-0412-44/+46
|\ \ | | | | | | Use defconst instead of defvar where appropriate.
| * | Use defconst instead of defvar where appropriate.Artur Malabarba2015-01-0412-44/+46
|/ / | | | | | | Fix #200
* | Merge pull request #198 from vermiculus/organizeSean Allred2015-01-0428-45/+162
|\ \ | | | | | | Organize
| * | Fix docstringsSean Allred2015-01-041-5/+5
| | |
| * | Add missing Code: sectionSean Allred2015-01-041-0/+2
| | | | | | | | | | | | It was taken out during the merge.
| * | Merge branch 'organize' of github.com:vermiculus/sx.el into organizeSean Allred2015-01-0411-11/+15
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-cache.el sx-encoding.el sx-favorites.el sx-filter.el sx-interaction.el sx-method.el sx-question-list.el sx-question-mode.el sx-question-print.el sx-question.el sx-tab.el sx-time.el sx.el
| | * \ Merge branch 'master' into organizeSean Allred2014-12-038-162/+502
| | |\ \
| | * | | Standardize local variablesSean Allred2014-12-0117-30/+31
| | | | | | | | | | | | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
| | * | | Merge branch 'master' into organizeSean Allred2014-11-290-0/+0
| | |\ \ \
| | * \ \ \ Merge branch 'reorganize-question-mode' into organizeSean Allred2014-11-292-408/+443
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into organizeSean Allred2014-11-295-82/+74
| | |\ \ \ \ \
| | * | | | | | Add sections to `sx-encoding.el'Sean Allred2014-11-281-0/+9
| | | | | | | |
| | * | | | | | Update .gitignoreSean Allred2014-11-281-3/+9
| | | | | | | |
| | * | | | | | Relate variable with setting functionSean Allred2014-11-281-1/+3
| | | | | | | |
| | * | | | | | Correct documentationSean Allred2014-11-281-1/+1
| | | | | | | |
| | * | | | | | Provide commentaries for each fileSean Allred2014-11-2813-6/+55
| | | | | | | |
| | * | | | | | File header normalizationSean Allred2014-11-2711-11/+32
| | | | | | | |
| * | | | | | | Standardize local variablesSean Allred2015-01-0422-29/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files
| * | | | | | | Add sections to `sx-encoding.el'Sean Allred2015-01-041-0/+9
| | | | | | | |
| * | | | | | | Update .gitignoreSean Allred2015-01-041-3/+9
| | | | | | | |
| * | | | | | | Relate variable with setting functionSean Allred2015-01-041-1/+3
| | | | | | | |
| * | | | | | | Correct documentationSean Allred2015-01-041-1/+1
| | | | | | | |
| * | | | | | | Provide commentaries for each fileSean Allred2015-01-0412-6/+51
| | | | | | | |
* | | | | | | | Merge pull request #197 from vermiculus/vermiculus/makefileArtur Malabarba2015-01-041-2/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Update Makefile
| * | | | | | | Update MakefileSean Allred2015-01-041-2/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean compiled files before every test. This ensures that the changes made during the current session are applied when re-testing.
* | | | | | | Merge pull request #194 from vermiculus/better-vote-logicSean Allred2015-01-043-16/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Better vote logic
| * | | | | | | "u" and "d" unconditionally apply votes instead of toggling.Artur Malabarba2015-01-043-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To remove votes, use C-u.
* | | | | | | | Merge pull request #195 from vermiculus/issue-15-more-infoSean Allred2015-01-042-5/+39
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Issue 15 more info
| * | | | | | | | Display userArtur Malabarba2015-01-042-1/+20
| | | | | | | | |
| * | | | | | | | Set tag max-width to 40Artur Malabarba2015-01-041-1/+3
| | | | | | | | |
| * | | | | | | | Fix date widthArtur Malabarba2015-01-041-0/+3
| | | | | | | | |
| * | | | | | | | Display bountyArtur Malabarba2015-01-042-3/+11
| | | | | | | | |
| * | | | | | | | Some starting commentsArtur Malabarba2015-01-041-0/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #196 from vermiculus/vermiculus/url-post-getSean Allred2015-01-044-10/+10
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Use symbols for url-request-method
| * | | | | | | | Use symbols for url-request-methodSean Allred2015-01-044-10/+10
|/ / / / / / / /
* / / / / / / / 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
| |/ / / / / / / /