Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename search-query to query | marty hiatt | 2023-10-14 | 1 | -1/+1 |
| | |||||
* | tag bindings on ' and ", not overloading : | marty hiatt | 2023-06-11 | 1 | -1/+2 |
| | |||||
* | discover typo | marty hiatt | 2023-04-12 | 1 | -1/+1 |
| | |||||
* | remove all ;; Package-Requires: declarations save for main file | marty hiatt | 2023-03-27 | 1 | -1/+0 |
| | | | | main file is set in .dir-locals.el now | ||||
* | bindings in readme and discover.el | marty hiatt | 2023-03-21 | 1 | -70/+74 |
| | |||||
* | rename bookmark toggle | marty hiatt | 2023-03-20 | 1 | -1/+1 |
| | |||||
* | bindings for list-toot-favouriters/boosters | marty hiatt | 2023-01-28 | 1 | -1/+3 |
| | |||||
* | view instance binding | marty hiatt | 2023-01-16 | 1 | -1/+2 |
| | |||||
* | bindings: view scheduled on 's' move translate to 'a' | marty hiatt | 2023-01-16 | 1 | -2/+3 |
| | |||||
* | update discover bindings. | marty hiatt | 2023-01-16 | 1 | -1/+5 |
| | |||||
* | update copyright/author attribution | marty hiatt | 2022-11-27 | 1 | -0/+2 |
| | |||||
* | discover.el - remove (when (require and RET, both break it | marty hiatt | 2022-11-24 | 1 | -5/+5 |
| | |||||
* | make mastodon-notifications-get a global function | marty hiatt | 2022-11-21 | 1 | -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 files | marty hiatt | 2022-11-18 | 1 | -1/+1 |
| | |||||
* | update discover bindings | marty hiatt | 2022-11-13 | 1 | -12/+17 |
| | |||||
* | Merge branch 'develop' | marty hiatt | 2022-08-20 | 1 | -2/+2 |
|\ | |||||
| * | cycle thru profile view: toots, followers, following | marty hiatt | 2022-08-03 | 1 | -3/+3 |
| | | |||||
* | | update discover bindings for profile followers/following | marty hiatt | 2022-08-03 | 1 | -2/+2 |
| | | |||||
* | | bump version in boilerplate | marty hiatt | 2022-07-31 | 1 | -1/+1 |
|/ | |||||
* | 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. |