aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
* Close #56 with emojify auto-detection hookJohnson Denen2017-04-231-0/+5
* Bump to v0.5.0Johnson Denen2017-04-231-2/+2
* Close #10 and remove unused mastodon-http functionsJohnson Denen2017-04-231-61/+8
* Group API endpoint function with mastodon-httpJohnson Denen2017-04-234-7/+7
* Clean up tests and update DOCSTRINGsJohnson Denen2017-04-231-3/+6
* Rewrite mastodon-authJohnson Denen2017-04-233-130/+34
* Use Cask to run tests in TravisCIJohnson Denen2017-04-231-1/+1
* Add mastodon-client featureJohnson Denen2017-04-231-0/+95
* Bump to v0.4.2Johnson Denen2017-04-221-2/+2
* Fix 32 decode utf-8 for content, name and handleAlexander Griffith2017-04-221-3/+6
* Cleanup mastodon-toot featureJohnson Denen2017-04-202-26/+11
* Close #11 with new callbacksJohnson Denen2017-04-202-20/+24
* Update to v0.4.1Johnson Denen2017-04-191-2/+2
* Render html with shr instead of html2textJohnson Denen2017-04-193-5/+5
* Fix #25 with const variableJohnson Denen2017-04-191-4/+4
* Better feedback on boost/favouriteJohnson Denen2017-04-191-7/+10
* Update to v0.4.0Johnson Denen2017-04-181-1/+1
* Fix load issueJohnson Denen2017-04-181-0/+1
* Add keybinding for `mastodon-tl--thread' and update READMEJohnson Denen2017-04-181-0/+2
* Add thread functionality to timelinesJohnson Denen2017-04-181-0/+16
* Add reply keybinding and update READMEJohnson Denen2017-04-181-0/+2
* Add reply functionalityJohnson Denen2017-04-182-4/+22
* Add and use mastodon-tl--field functionJohnson Denen2017-04-181-11/+13
* Add keybinding and update READMEJohnson Denen2017-04-181-0/+2
* Favourite toots from timelinesJohnson Denen2017-04-181-8/+22
* Display favourited status in bylineJohnson Denen2017-04-181-0/+5
* Show boosted state with (B) marker in bylineJohnson Denen2017-04-182-6/+24
* Rename mastodon-toot--property and move to tl featureJohnson Denen2017-04-182-10/+9
* Add boost feature to timelinesJohnson Denen2017-04-183-0/+42
* Update to v0.3.0Johnson Denen2017-04-171-1/+1
* Do not use fringe faceJohnson Denen2017-04-171-2/+2
* Reimplement update post-rewriteJohnson Denen2017-04-171-0/+28
* Fix #38 by using pre-existing facesJohnson Denen2017-04-171-14/+7
* Rewrite timeline display internals and fix #36Johnson Denen2017-04-171-68/+59
* Update DOCSTRINGsJohnson Denen2017-04-161-0/+15
* Add function to update current timelineJohnson Denen2017-04-162-15/+31
* Add `j' and `k' bindings to move to previous/next tootJohnson Denen2017-04-152-14/+38
* Provide context menu from `with-eval-after-load' blockJohnson Denen2017-04-151-6/+2
* Fixes #29 - Provide context menu for discover modefap2017-04-152-6/+55
* Fix mastodon functionJohnson Denen2017-04-141-1/+1
* Add major modeJohnson Denen2017-04-142-2/+21
* Do some cleanupJohnson Denen2017-04-142-4/+5
* Retrieve home timeline with `mastodon' functionJohnson Denen2017-04-144-4/+103
* Use synchronous calls for simpler JSON parsingJohnson Denen2017-04-141-3/+16
* Add GET functionJohnson Denen2017-04-141-0/+7
* Add `mastodon-auth--client' functionJohnson Denen2017-04-121-1/+5
* Refactor mastodon--register-and-return-client-appJohnson Denen2017-04-121-3/+10
* Fix return value bugJohnson Denen2017-04-121-1/+3
* Use `read-passwd'Johnson Denen2017-04-121-1/+1
* Add tests for `mastodon--access-token'Johnson Denen2017-04-121-8/+11