aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
Commit message (Expand)AuthorAgeFilesLines
* basic delete-and-redraft-toot, text status only for now.mousebot2021-09-231-0/+2
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-9/+9
* functions to vote on polls in timelines, bound to "v"mousebot2021-08-091-1/+3
* follow requests accept/reject from notifications +mousebot2021-08-091-0/+4
* hack to ensure toot buffer bindings are always enabled.mousebot2021-06-191-1/+1
* typos and readmemousebot2021-06-141-1/+1
* use mastodon-auth--user-acct instead of get-account-name in mastodonmousebot2021-06-081-2/+3
* only get-home-timeline if mastodon buffers not already open.mousebot2021-06-071-2/+15
* implement updating user profile notemousebot2021-06-051-1/+3
* enable async stream for user notifications.mousebot2021-06-031-0/+5
* add basic live updates of home/local/federated timelines.mousebot2021-06-011-0/+6
* foll reqs/faves bindings global, autoloads and declarations, readmemousebot2021-06-011-0/+2
* bump masto version, bump emacs version to 25.1, dependency in readmemousebot2021-05-311-2/+2
* add request and seq as dependencies, flycheck cleanups, andmousebot2021-05-271-1/+2
* pin/unpin now toggle fun, and moved copy/delete to mastodon-toot.mousebot2021-05-251-6/+6
* pin/unpin toot funs, delete toot now tests if toot is own.mousebot2021-05-241-0/+2
* add new functions to discover menu, and autoloads.mousebot2021-05-161-0/+9
* display "follows you" and "followed by you" on user profilesmousebot2021-05-141-1/+2
* copy url of toot at pointmousebot2021-05-131-0/+2
* add basic search functionsmousebot2021-05-111-0/+2
* add my profile functionmousebot2021-05-101-0/+1
* async view profile, async view thread, better promptsmousebot2021-05-091-1/+2
* mute/unmute, block/unblock funs and bindingsmousebot2021-05-081-0/+4
* unfollow user funmousebot2021-05-081-0/+1
* follow user bindingmousebot2021-05-071-0/+1
* cherry pick ieure's cosmetic changesmousebot2021-05-071-1/+1
* delete toot keybindingmousebot2021-05-061-0/+2
* Update copyright and bump versionJohnson Denen2019-03-041-2/+2
* Close #199 with keybinding refactorJohnson Denen2019-03-041-16/+18
* Refactor mastodon-discover functionalityJohnson Denen2019-03-041-0/+1
* Fix #219 no `with-eval-after-load` in the code (#220)H Durer2019-03-041-31/+0
* Bump to version 0.8.0Johnson Denen2018-08-101-1/+1
* Rebind and document some keybindingsJohnson Denen2018-08-101-3/+7
* Clean up whitespaceJohnson Denen2018-08-101-1/+1
* More profile work (#193)H Durer2018-08-101-3/+5
* Adjusted mastodon-tl.el to open user profiles in emacs. (#189)Alexander Griffith2018-08-101-0/+1
* Add user profiles closes #165 (#186)Alexander Griffith2018-08-101-0/+4
* added mastodon-notifications--get to mastodon.el load in. (#185)Alexander Griffith2018-08-101-0/+1
* Some small tweaks to our keymap handling. (#183)H Durer2018-08-101-24/+30
* Adds the notification timeline to mastodon.el closing #34. (#178)Alexander Griffith2018-08-101-0/+1
* Support toggling content warning anywhere in the toot. (#180)H Durer2018-08-101-0/+2
* Bump to 0.7.2 and shorten long code lines (#172)Alexander Griffith2018-03-051-1/+1
* Allow user to navigate interesting things in a buffer via tabbing (tab to go ...Holger Dürer2018-03-051-1/+8
* Bump version to 0.7.1Johnson Denen2017-06-191-1/+1
* Bump to v0.7.0Johnson Denen2017-05-181-1/+1
* replaced declare-function with autoloadalexjgriffith2017-05-181-12/+12
* Remove most byte-compile warnings.Holger Dürer2017-05-181-24/+14
* Putting buffer name and update function in buffer local varalexjgriffith2017-05-181-1/+4
* Bump to v0.6.3Johnson Denen2017-05-151-1/+1
* Use lexical-binding in all files.Holger Dürer2017-05-151-1/+1