Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cycle thru profile view: toots, followers, following | marty hiatt | 2022-08-03 | 1 | -3/+3 |
| | |||||
* | update homepage and copyright boilerplate | mousebot | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | bump version to a round number | mousebot | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | boilerplate maintainer contact | mousebot | 2021-12-17 | 1 | -0/+1 |
| | |||||
* | depend on emacs 27.1, flychecks, docstrings, etc. | mousebot | 2021-12-17 | 1 | -1/+1 |
| | | | | strictly, the 27.1 dependency is only for proper-list-p in -http.el. | ||||
* | bump version, change homepage link, readme | mousebot | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | update discover menu | mousebot | 2021-10-22 | 1 | -6/+11 |
| | |||||
* | flycheck: docstrings, autoloads, etc | mousebot | 2021-10-03 | 1 | -0/+2 |
| | |||||
* | package-lint: bump to emacs 26.1, disable stream keybindings | mousebot | 2021-09-22 | 1 | -1/+1 |
| | |||||
* | bump masto version, bump emacs version to 25.1, dependency in readme | mousebot | 2021-05-31 | 1 | -2/+2 |
| | |||||
* | view favourites fun, and view/accept/reject follow requests funs. | mousebot | 2021-05-30 | 1 | -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. | mousebot | 2021-05-25 | 1 | -2/+3 |
| | |||||
* | Implement clickable images with shr-browse-image. | mousebot | 2021-05-21 | 1 | -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. | mousebot | 2021-05-16 | 1 | -8/+22 |
| | |||||
* | Update copyright and bump version | Johnson Denen | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | Update discover function with new keybindings | Johnson Denen | 2019-03-04 | 1 | -7/+7 |
| | |||||
* | Refactor mastodon-discover functionality | Johnson Denen | 2019-03-04 | 1 | -31/+31 |
| | |||||
* | Fix #219 no `with-eval-after-load` in the code (#220) | H Durer | 2019-03-04 | 1 | -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. |