aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
Commit message (Expand)AuthorAgeFilesLines
...
* | autoload and binding for translate-toot-textmousebot2022-03-131-0/+5
* | improve check for any existing masto buffers on mastodon loadmousebot2022-02-171-4/+9
* | fix view filters/foll suggestsmousebot2022-02-171-0/+1
* | fix view filters bindingmousebot2022-02-151-1/+1
* | buffer local keymap, error handling, make filters nicermousebot2022-02-151-0/+2
* | revert to requiring mastodon tootmousebot2022-02-111-11/+10
* | revert require of mastodon-toot to autoloadsmousebot2022-02-051-11/+11
* | update homepage and copyright boilerplatemousebot2022-02-051-1/+1
|/
* refactor follow request accept/reject functions.mousebot2021-12-241-4/+4
* bump version to a round numbermousebot2021-12-171-1/+1
* boilerplate maintainer contactmousebot2021-12-171-0/+1
* depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-171-2/+3
* bump version, change homepage link, readmemousebot2021-12-171-2/+2
* customize option to enable custom emoji by default.mousebot2021-12-151-1/+3
* move profile--my-profile binding to 'O'mousebot2021-11-101-1/+1
* Reformat all code.Holger Dürer2021-11-061-2/+2
* Fix tests.Holger Dürer2021-11-011-1/+1
* require mastodon-toot in mastodon.el, for customize visibilitymousebot2021-10-281-9/+10
* mastodon-async readmemousebot2021-10-281-0/+1
* rewrite bookmark-toot as togglemousebot2021-10-231-1/+2
* bookmark-toot keybindingmousebot2021-10-221-0/+1
* flycheck, autoloads, docstringsmousebot2021-10-221-1/+2
* bookmarks keybindingmousebot2021-10-221-0/+2
* replies to toots adopt their visibility status by default.mousebot2021-10-211-3/+2
* kill-current-buffer instead of kill-this-buffermousebot2021-10-011-1/+1
* 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