aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-discover.el
Commit message (Collapse)AuthorAgeFilesLines
* bump version in boilerplatemarty hiatt2022-07-311-1/+1
|
* update homepage and copyright boilerplatemousebot2022-02-051-1/+1
|
* 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-1/+1
| | | | strictly, the 27.1 dependency is only for proper-list-p in -http.el.
* bump version, change homepage link, readmemousebot2021-12-171-2/+2
|
* update discover menumousebot2021-10-221-6/+11
|
* flycheck: docstrings, autoloads, etcmousebot2021-10-031-0/+2
|
* package-lint: bump to emacs 26.1, disable stream keybindingsmousebot2021-09-221-1/+1
|
* bump masto version, bump emacs version to 25.1, dependency in readmemousebot2021-05-311-2/+2
|
* view favourites fun, and view/accept/reject follow requests funs.mousebot2021-05-301-1/+5
| | | | | | | and bindings. view-follow-requests makes mastodon-tl--init run in mastodon-profile-mode just so that its bindings can be restricted to that minor mode.
* pin/unpin now toggle fun, and moved copy/delete to mastodon-toot.mousebot2021-05-251-2/+3
|
* Implement clickable images with shr-browse-image.mousebot2021-05-211-0/+8
| | | | | | | | images are tab stops. click or RET runs shr-browse-image. a prefix arg copies the URL. images use the mastodon-tl--shr-image-map-replacement for extra functions like zoom image, save image, rotate image, etc.
* add new functions to discover menu, and autoloads.mousebot2021-05-161-8/+22
|
* Update copyright and bump versionJohnson Denen2019-03-041-1/+1
|
* Update discover function with new keybindingsJohnson Denen2019-03-041-7/+7
|
* Refactor mastodon-discover functionalityJohnson Denen2019-03-041-31/+31
|
* Fix #219 no `with-eval-after-load` in the code (#220)H Durer2019-03-041-0/+69
The package-lint logic is too daft to cope with this (you cannot even mention it in a comment). We now move the discover functionality into its own package and just mention in the README file how to make use of it.