aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-views.el
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify views--print-instance-rulesmarty hiatt2023-04-251-16/+10
|
* remove stray multi-accounts codemarty hiatt2023-04-051-1/+0
|
* view instance: only look for property-json in profile buf.marty hiatt2023-04-051-2/+6
| | | | prevents the loading of older toots if called on last toot in buffer.
* no mastodon mode for view instance desc, so q works nicelymarty hiatt2023-04-041-1/+3
|
* add limit param to view list timeline.marty hiatt2023-04-011-1/+4
|
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
| | | | main file is set in .dir-locals.el now
* update foll reqs bindings string: r is now j, r is always reply.marty hiatt2023-03-271-1/+1
|
* factor out views--get-instance-urlmarty hiatt2023-03-241-14/+20
|
* instance-desc: friendica compatibilitymarty hiatt2023-03-241-9/+14
|
* 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