Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sx-tag-completing-read | Artur Malabarba | 2015-01-05 | 1 | -10/+11 |
| | |||||
* | Move sx--multiple-read to sx-tag-multiple-read | Artur Malabarba | 2015-01-05 | 1 | -0/+33 |
| | |||||
* | Implement sx-tag-list--get | Artur Malabarba | 2015-01-05 | 1 | -0/+17 |
| | |||||
* | Use defconst instead of defvar where appropriate. | Artur Malabarba | 2015-01-04 | 1 | -1/+1 |
| | | | | Fix #200 | ||||
* | Standardize local variables | Sean Allred | 2015-01-04 | 1 | -1/+5 |
| | | | | | - Move lexical-binding to top of file; fixes #123 - Use indent-tabs-mode: nil for all files | ||||
* | sx-tag--get-all also retrieves synonyms | Artur Malabarba | 2015-01-04 | 1 | -7/+13 |
| | |||||
* | Introduce :page and :pagesize into sx-method-call | Sean Allred | 2015-01-03 | 1 | -5/+3 |
| | | | | | | Default page size is 100 to reduce number of overall requests made. Fixes #190. | ||||
* | Fix sx-tag--get-all | Sean Allred | 2015-01-02 | 1 | -5/+8 |
| | | | | | | | | | | Instead of returning (((name . "tag")) ((name . "tag"))), return ("tag" "tag") | ||||
* | Grab as many tags at a time as possible | Sean Allred | 2015-01-02 | 1 | -1/+2 |
| | | | | This might need to be refactored into :get-all or request-all. | ||||
* | Hotfix oversight | Sean Allred | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Implement sx-tag--get-all | Sean Allred | 2015-01-02 | 1 | -0/+7 |
| | |||||
* | Fix sx-tag-filter | Sean Allred | 2015-01-02 | 1 | -1/+3 |
| | | | | | | It wasn't returning any .items because it wasn't included in the filter. This commit also introduces a convenience macro in sx-filter to avoid this scenario in the future. | ||||
* | Trailing whitespace | Sean Allred | 2015-01-02 | 1 | -2/+2 |
| | |||||
* | Create sx-tag file | Artur Malabarba | 2014-12-05 | 1 | -0/+69 |