Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use lexical-binding in all files. | Holger Dürer | 2017-05-15 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Clean up use of progn. | Holger Dürer | 2017-05-05 | 1 | -6/+4 |
| | | | | | - Lambda, defun, let, etc. all have an implicit progn. - A progn with a single form is identical to that single form. | ||||
* | Moved decode-coding-string out of tl functions | alexjgriffith | 2017-05-05 | 1 | -1/+4 |
| | |||||
* | 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 |
| | |||||
* | Make tweaks per checkdoc feedback | Johnson Denen | 2017-04-23 | 1 | -0/+3 |
| | |||||
* | Make tweaks per package-lint feedback | Johnson Denen | 2017-04-23 | 1 | -2/+4 |
| | |||||
* | Close #10 and remove unused mastodon-http functions | Johnson Denen | 2017-04-23 | 1 | -61/+8 |
| | |||||
* | Group API endpoint function with mastodon-http | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Rewrite mastodon-auth | Johnson Denen | 2017-04-23 | 1 | -2/+2 |
| | | | | | | - Remove client functions - Use mastodon-http--post - No more callback spaghetti | ||||
* | Cleanup mastodon-toot feature | Johnson Denen | 2017-04-20 | 1 | -1/+3 |
| | | | | | - Delete unused functions - Refactor --action function to use mastodon-http--triage | ||||
* | Close #11 with new callbacks | Johnson Denen | 2017-04-20 | 1 | -0/+7 |
| | |||||
* | Add boost feature to timelines | Johnson Denen | 2017-04-18 | 1 | -0/+19 |
| | |||||
* | Retrieve home timeline with `mastodon' function | Johnson Denen | 2017-04-14 | 1 | -1/+0 |
| | |||||
* | Use synchronous calls for simpler JSON parsing | Johnson Denen | 2017-04-14 | 1 | -3/+16 |
| | |||||
* | Add GET function | Johnson Denen | 2017-04-14 | 1 | -0/+7 |
| | |||||
* | Make headers more conventional | Johnson Denen | 2017-04-10 | 1 | -4/+21 |
| | |||||
* | Fix #8 flycheck issues | Johnson Denen | 2017-04-09 | 1 | -9/+29 |
| | |||||
* | Update DOCSTRINGs | Johnson Denen | 2017-04-09 | 1 | -5/+18 |
| | |||||
* | Fix void-function error | Johnson Denen | 2017-04-09 | 1 | -1/+1 |
| | |||||
* | Refactor authorization | Johnson Denen | 2017-04-09 | 1 | -7/+36 |
| | |||||
* | Restructure under lisp directory | Johnson Denen | 2017-04-09 | 1 | -0/+34 |