Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to v0.7.0 | Johnson Denen | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | replaced declare-function with autoload | alexjgriffith | 2017-05-18 | 1 | -2/+2 |
| | |||||
* | Remove most byte-compile warnings. | Holger Dürer | 2017-05-18 | 1 | -14/+16 |
| | | | | | | | We do this by - moving vars into the files where they are (mostly) used - "declaring" vars used elsewhere with the (defvar <var-name>) pattern, - declaring functions defined in others functions rather than loading the file via require. | ||||
* | Bump to v0.6.3 | Johnson Denen | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | Use lexical-binding in all files. | Holger Dürer | 2017-05-15 | 1 | -1/+2 |
| | | | | | We only support Emacs 24 and 25 so are free to use sane bindings by default. To keep the linter happy, we need to declare dependency on Emacs 24 in all files. | ||||
* | Bump to v0.6.2 | Johnson Denen | 2017-04-29 | 1 | -1/+1 |
| | |||||
* | Bump to v0.6.1 | Johnson Denen | 2017-04-28 | 1 | -1/+1 |
| | |||||
* | Bump to v0.6.0 | Johnson Denen | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Bump to v0.5.5 | Johnson Denen | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Bump to v0.5.4 | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Fix some compilation errors | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Make tweaks per checkdoc feedback | Johnson Denen | 2017-04-23 | 1 | -2/+2 |
| | |||||
* | Make tweaks per package-lint feedback | Johnson Denen | 2017-04-23 | 1 | -0/+1 |
| | |||||
* | Group API endpoint function with mastodon-http | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Add mastodon-client feature | Johnson Denen | 2017-04-23 | 1 | -0/+95 |