aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-views.el
Commit message (Collapse)AuthorAgeFilesLines
...
* FIX #419. call instance description on account listings fixmarty hiatt2023-03-241-5/+6
|
* replace hypen horiz-bars with unicode masto-tl--horiz-bar if possmarty hiatt2023-03-231-4/+4
|
* fix view instance desc when on toot/user in profile buffermarty hiatt2023-03-231-2/+6
|
* make view instance work on user listingsmarty hiatt2023-03-221-1/+6
|
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-41/+41
| | | | thanks stephan!
* use tl--property 'prop :no-move. FIX #416marty hiatt2023-03-211-15/+15
|
* rename view-follow-suggestionsmarty hiatt2023-03-201-2/+2
|
* factor out a views keymapmarty hiatt2023-03-201-22/+14
|
* remove unused codemarty hiatt2023-03-201-1/+2
|
* rename mastodon-tl-map-alist-to-alist to mastodon-tl--map-alist-vals-to-alistmarty hiatt2023-03-191-2/+2
|
* refactor tl--map-alist-to-alistmarty hiatt2023-03-191-8/+2
|
* map-get-accts > map-alist, handle no results for fam follsmarty hiatt2023-03-191-6/+2
| | | | use tl--map-alist in views.el
* show filter name in y-or-n promptmarty hiatt2023-03-181-1/+1
|
* views: comment on keymap inheritace - all maps inheritmarty hiatt2023-03-181-1/+14
|
* check for scheduled toot at point before actionmarty hiatt2023-03-181-32/+35
| | | | | | fix reschedule check fix cancel scheduled toot rejig
* use scheduled map on viewing scheduledsmarty hiatt2023-03-181-1/+3
|
* add next prev item funs to lists/scheduled mapsmarty hiatt2023-03-181-0/+4
|
* fix check for filter on delete-filtermarty hiatt2023-03-181-1/+1
|
* factor out mastodon-views.el for minor viewsmarty hiatt2023-03-181-0/+894
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