Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix sx-tab-unanswered-my-tags autoload | Artur Malabarba | 2015-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #202 from vermiculus/issue-200-defconst | Sean Allred | 2015-01-04 | 12 | -44/+46 | |
|\ \ | | | | | | | Use defconst instead of defvar where appropriate. | |||||
| * | | Use defconst instead of defvar where appropriate. | Artur Malabarba | 2015-01-04 | 12 | -44/+46 | |
|/ / | | | | | | | Fix #200 | |||||
* | | Merge pull request #198 from vermiculus/organize | Sean Allred | 2015-01-04 | 28 | -45/+162 | |
|\ \ | | | | | | | Organize | |||||
| * | | Fix docstrings | Sean Allred | 2015-01-04 | 1 | -5/+5 | |
| | | | ||||||
| * | | Add missing Code: section | Sean Allred | 2015-01-04 | 1 | -0/+2 | |
| | | | | | | | | | | | | It was taken out during the merge. | |||||
| * | | Merge branch 'organize' of github.com:vermiculus/sx.el into organize | Sean Allred | 2015-01-04 | 11 | -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 organize | Sean Allred | 2014-12-03 | 8 | -162/+502 | |
| | |\ \ | ||||||
| | * | | | Standardize local variables | Sean Allred | 2014-12-01 | 17 | -30/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | |||||
| | * | | | Merge branch 'master' into organize | Sean Allred | 2014-11-29 | 0 | -0/+0 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge branch 'reorganize-question-mode' into organize | Sean Allred | 2014-11-29 | 2 | -408/+443 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' into organize | Sean Allred | 2014-11-29 | 5 | -82/+74 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Add sections to `sx-encoding.el' | Sean Allred | 2014-11-28 | 1 | -0/+9 | |
| | | | | | | | | ||||||
| | * | | | | | | Update .gitignore | Sean Allred | 2014-11-28 | 1 | -3/+9 | |
| | | | | | | | | ||||||
| | * | | | | | | Relate variable with setting function | Sean Allred | 2014-11-28 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | Correct documentation | Sean Allred | 2014-11-28 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | Provide commentaries for each file | Sean Allred | 2014-11-28 | 13 | -6/+55 | |
| | | | | | | | | ||||||
| | * | | | | | | File header normalization | Sean Allred | 2014-11-27 | 11 | -11/+32 | |
| | | | | | | | | ||||||
| * | | | | | | | Standardize local variables | Sean Allred | 2015-01-04 | 22 | -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 Allred | 2015-01-04 | 1 | -0/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Update .gitignore | Sean Allred | 2015-01-04 | 1 | -3/+9 | |
| | | | | | | | | ||||||
| * | | | | | | | Relate variable with setting function | Sean Allred | 2015-01-04 | 1 | -1/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | Correct documentation | Sean Allred | 2015-01-04 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Provide commentaries for each file | Sean Allred | 2015-01-04 | 12 | -6/+51 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #197 from vermiculus/vermiculus/makefile | Artur Malabarba | 2015-01-04 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Update Makefile | |||||
| * | | | | | | | Update Makefile | Sean Allred | 2015-01-04 | 1 | -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-logic | Sean Allred | 2015-01-04 | 3 | -16/+18 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Better vote logic | |||||
| * | | | | | | | "u" and "d" unconditionally apply votes instead of toggling. | Artur Malabarba | 2015-01-04 | 3 | -16/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To remove votes, use C-u. | |||||
* | | | | | | | | Merge pull request #195 from vermiculus/issue-15-more-info | Sean Allred | 2015-01-04 | 2 | -5/+39 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Issue 15 more info | |||||
| * | | | | | | | | Display user | Artur Malabarba | 2015-01-04 | 2 | -1/+20 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Set tag max-width to 40 | Artur Malabarba | 2015-01-04 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix date width | Artur Malabarba | 2015-01-04 | 1 | -0/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Display bounty | Artur Malabarba | 2015-01-04 | 2 | -3/+11 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Some starting comments | Artur Malabarba | 2015-01-04 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #196 from vermiculus/vermiculus/url-post-get | Sean Allred | 2015-01-04 | 4 | -10/+10 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Use symbols for url-request-method | |||||
| * | | | | | | | | Use symbols for url-request-method | Sean Allred | 2015-01-04 | 4 | -10/+10 | |
|/ / / / / / / / | ||||||
* / / / / / / / | Do not build `data' branch | Sean Allred | 2015-01-04 | 1 | -0/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #193 from vermiculus/issue-14-access-starred-questions | Sean Allred | 2015-01-04 | 5 | -0/+39 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Access starred questions | |||||
| * | | | | | | | Only favorite questions | Artur Malabarba | 2015-01-04 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Bind favoriting to "*" | Artur Malabarba | 2015-01-04 | 2 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Implement favoriting | Artur Malabarba | 2015-01-04 | 1 | -0/+18 | |
| | | | | | | | | ||||||
| * | | | | | | | Implement listing starred questions. | Artur Malabarba | 2015-01-04 | 2 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #14 | |||||
* | | | | | | | | Merge pull request #192 from vermiculus/filter-macro | Artur Malabarba | 2015-01-04 | 6 | -89/+132 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Filter macro | |||||
| * | | | | | | | Merge branch 'master' into filter-macro | Sean Allred | 2015-01-04 | 278 | -137878/+189 | |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sx-filter.el | |||||
* | | | | | | | | Merge pull request #189 from vermiculus/tag-bot | Sean Allred | 2015-01-04 | 16 | -76/+229 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Tag bot | |||||
| * | | | | | | | | Remove data/ directory | Sean Allred | 2015-01-04 | 266 | -137860/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be tracked in a separate `data` branch or similar. | |||||
| * | | | | | | | | Remove .total from default filter | Sean Allred | 2015-01-04 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://api.stackexchange.com/docs/paging#total. | |||||
| * | | | | | | | | Merge branch 'tag-bot' of github.com:vermiculus/stack-mode into tag-bot | Sean Allred | 2015-01-04 | 1 | -7/+13 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | sx-tag--get-all also retrieves synonyms | Artur Malabarba | 2015-01-04 | 1 | -7/+13 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add page and pagesize only if not already present | Sean Allred | 2015-01-04 | 1 | -2/+7 | |
| |/ / / / / / / / |