aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
Commit message (Collapse)AuthorAgeFilesLines
...
* report to mods bindingmarty hiatt2023-04-211-0/+2
|
* Merge branch 'develop'marty hiatt2023-04-051-3/+8
|\
| * change package descriptionmarty hiatt2023-04-051-1/+1
| |
| * move followed-tags-tl bindingmarty hiatt2023-04-011-1/+1
| |
| * timeline of all followed tags. FIX #409.marty hiatt2023-04-011-0/+2
| |
| * require searchmarty hiatt2023-03-291-2/+1
| |
| * remove duplicate autoloadmarty hiatt2023-03-291-1/+0
| |
| * add force arg to notifs-get, and use it in reload-timeline-marty hiatt2023-03-271-3/+6
| |
* | change package descriptionmarty hiatt2023-04-051-1/+1
| |
* | require searchmarty hiatt2023-03-291-2/+1
| |
* | remove duplicate autoloadmarty hiatt2023-03-291-1/+0
| |
* | Merge branch 'develop'marty hiatt2023-03-231-81/+75
|\|
| * bind switch buffers to "/"marty hiatt2023-03-211-0/+1
| |
| * manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-3/+0
| | | | | | | | thanks stephan!
| * use tl--property 'prop :no-move. FIX #416marty hiatt2023-03-211-1/+1
| |
| * cleanup mastodon-mode-map, switch s / S bindings. FIX $408marty hiatt2023-03-201-29/+31
| |
| * rename view-follow-suggestionsmarty hiatt2023-03-201-2/+2
| |
| * rename bookmark togglemarty hiatt2023-03-201-1/+1
| |
| * remove redundant lambda from mapcar in switch-buffermarty hiatt2023-03-191-3/+1
| |
| * edit masto-url-p to handle bookwrym usersmarty hiatt2023-03-191-1/+1
| |
| * sort all autoloadsmarty hiatt2023-03-191-37/+33
| | | | | | | | sort autoloads in profile.el
| * factor out mastodon-views.el for minor viewsmarty hiatt2023-03-181-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are currently lists, follow suggestions, filters, scheduled toots, follow requests, and instance descriptions. fix remanant tl fun names in views stray views fun rename in notifs.el stray views funs in notifs stray views funs in toot.el views file commentary
* | Merge branch 'develop'marty hiatt2023-03-101-0/+1
|\|
| * notifs-get: fix buffer name settingmarty hiatt2023-03-101-2/+3
| |
| * notifs-get: force set kmap in buffermarty hiatt2023-03-101-1/+2
| |
| * bind list-followed tags to ':'marty hiatt2023-03-071-0/+1
| |
* | notifs-get: fix buffer name settingmarty hiatt2023-03-101-2/+3
| |
* | notifs-get: force set kmap in buffermarty hiatt2023-03-101-1/+2
| |
* | Merge branch 'develop'marty hiatt2023-02-281-5/+35
|\|
| * mastodon-switch-to-buffermarty hiatt2023-02-271-0/+11
| |
| * autoloadsmarty hiatt2023-02-271-0/+2
| |
| * autoload trending-tagsmarty hiatt2023-02-181-0/+1
| |
| * bindings for list-toot-favouriters/boostersmarty hiatt2023-01-281-0/+2
| |
| * add 'l' binding for recenter-top-bottommarty hiatt2023-01-251-0/+1
| |
| * view instance bindingmarty hiatt2023-01-161-0/+1
| |
| * bindings: view scheduled on 's' move translate to 'a'marty hiatt2023-01-161-1/+2
| |
| * mastodon-live-buffers / mastodon-kill-all-buffersmarty hiatt2023-01-161-0/+15
| |
| * remove first empty line in docstringsmarty hiatt2023-01-091-4/+0
| |
| * update package commentarymarty hiatt2022-11-281-2/+2
| |
* | update package commentarymarty hiatt2022-11-281-2/+2
| |
* | Merge branch 'develop'marty hiatt2022-11-261-5/+29
|\|
| * Merge branch 'params-always-in-http-el' into developmarty hiatt2022-11-241-2/+3
| |\
| | * remove redundant --get-search(-json) funs, use new params --get-jsonmarty hiatt2022-11-221-2/+3
| | |
| | * params always in http.el, only ever send alists from elsewhere.marty hiatt2022-11-211-1/+1
| | | | | | | | | | | | probably incomplete but mostly done.
| | * masto mode map: 'g' calls --updatemarty hiatt2022-11-211-1/+0
| | | | | | | | | | | | also remove notifs-get from same key in notifs map, for consistency
| | * masto mode map: 'g' calls --updatemarty hiatt2022-11-211-0/+2
| | |
| * | masto mode map: 'g' calls --updatemarty hiatt2022-11-211-1/+2
| | | | | | | | | | | | also remove notifs-get from same key in notifs map, for consistency
| * | make mastodon-notifications-get a global functionmarty hiatt2022-11-211-2/+24
| |/ | | | | | | | | | | | | | | | | 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
* | mastodon-url-lookupmarty hiatt2022-11-211-1/+1
| |
* | Merge branch 'develop'marty hiatt2022-11-211-10/+14
|\|