aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-discover.el
Commit message (Collapse)AuthorAgeFilesLines
* view instance bindingmarty hiatt2023-01-161-1/+2
|
* bindings: view scheduled on 's' move translate to 'a'marty hiatt2023-01-161-2/+3
|
* update discover bindings.marty hiatt2023-01-161-1/+5
|
* update copyright/author attributionmarty hiatt2022-11-271-0/+2
|
* discover.el - remove (when (require and RET, both break itmarty hiatt2022-11-241-5/+5
|
* make mastodon-notifications-get a global functionmarty hiatt2022-11-211-1/+1
| | | | | | | | | so we can view notifs without first openin other masto buffers - move it to mastodon.el - autoload cookie - rename all instances - pray the keymap works
* -- separator for profile/tl funs in other filesmarty hiatt2022-11-181-1/+1
|
* update discover bindingsmarty hiatt2022-11-131-12/+17
|
* Merge branch 'develop'marty hiatt2022-08-201-2/+2
|\
| * cycle thru profile view: toots, followers, followingmarty hiatt2022-08-031-3/+3
| |
* | update discover bindings for profile followers/followingmarty hiatt2022-08-031-2/+2
| |
* | 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.