aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Expand)AuthorAgeFilesLines
...
* display-media-p var > defcustommarty hiatt2023-11-061-3/+4
* call remove-overlays in --thread (fix bug display of play if we reload a thread)marty hiatt2023-10-311-0/+1
* flychecksmarty hiatt2023-10-301-4/+10
* note re tags timeline limit number of tagsmarty hiatt2023-10-281-1/+3
* triage: call cb on response. do-user-action-fun: check response datamarty hiatt2023-10-281-26/+34
* a quick hack to toggle display of a user's boosts in timeline. FIX# 503marty hiatt2023-10-271-10/+36
* no more/update for filters viewmarty hiatt2023-10-241-0/+2
* tl--update: add lists, and note abt what we shd actually domarty hiatt2023-10-241-0/+3
* no pagination for listsmarty hiatt2023-10-241-1/+2
* tl--prev-toot-id: don't assume our funs return anything.marty hiatt2023-10-221-4/+7
* override shr-linkmap 'u' binding, to update. 'w' is copy-url alreadymarty hiatt2023-10-161-0/+3
* fix do-if-item comment: doesn't inc. tags, corrent for our usemarty hiatt2023-10-151-1/+1
* fix rename do-if-item-strictmarty hiatt2023-10-151-1/+1
* next-/prev-toot>next-/prev-item, cond-case around pos update callmarty hiatt2023-10-151-25/+21
* toot-id>item-id, toot-json>item-json, item-type for nav, byline still neededmarty hiatt2023-10-151-69/+69
* change some error calls to user-error callsmarty hiatt2023-10-151-6/+7
* remove "toots" from more msging, as its now (more) genericmarty hiatt2023-10-151-2/+2
* docstrings, autoloadsmarty hiatt2023-10-141-1/+7
* fix init-sync for notifs-get compat with link-header/get-responsemarty hiatt2023-10-141-4/+4
* fix minor-view disaster disastrously: put it all init-syncmarty hiatt2023-10-141-3/+12
* implement link-header pagination for foll-reqsmarty hiatt2023-10-141-7/+11
* cond for more* pagination woesmarty hiatt2023-10-141-16/+18
* add params arg to init-sync, use limit param for foll_reqs/sugestsmarty hiatt2023-10-141-5/+8
* more*: msg when response is nilmarty hiatt2023-10-141-1/+2
* goto-too-pos: add masto-tab-stop second propmarty hiatt2023-10-141-5/+12
* move scroll up cmdmarty hiatt2023-10-141-9/+9
* don't run update in trending/search buffers for nowmarty hiatt2023-10-141-19/+23
* update: thread-id only if threadmarty hiatt2023-10-131-3/+4
* tl autoload for search paginationmarty hiatt2023-10-131-0/+1
* work on tl--more*: msg if no more results, or if load full threadmarty hiatt2023-10-131-11/+15
* fix reporting rules testsmarty hiatt2023-10-131-1/+1
* FIX #494. mastodon-tl--more-json-async-offset for pagination.marty hiatt2023-10-131-5/+40
* remove "api/v1/" from trends endpoint in buffer spec and buffer checksmarty hiatt2023-10-131-3/+3
* docstrings autoloadsmarty hiatt2023-10-131-2/+5
* fix more: search-buffer-p check before seach buf condmarty hiatt2023-10-131-9/+9
* unfuck non-search pagination fucked by search paginationmarty hiatt2023-10-131-1/+3
* hack to avoid repeat of last search status on calling --more*marty hiatt2023-10-131-1/+2
* tl--more*: add cond to handle search data if in search buffermarty hiatt2023-10-131-0/+8
* mastodon-http--api-search fun (search uses api v2)marty hiatt2023-10-131-1/+3
* handle search type buffers in buffer-typemarty hiatt2023-10-121-2/+11
* improve handling of click to play: if image, call shr-browse-imagemarty hiatt2023-10-101-9/+16
* click to play videomarty hiatt2023-10-101-0/+6
* expand-content-warnings custom: don't quote server symbolmarty hiatt2023-10-091-1/+1
* add mastodon-tl--expand-content-warnings. FIX #488.marty hiatt2023-10-081-9/+25
* (mastodon-tl--relative-time-details): Use `mastodon-tl--human-duration`Stefan Monnier2023-09-211-54/+38
* Misc minor cosmetic changesStefan Monnier2023-08-291-4/+4
* Don't refer to obsolete font-lock face variablesStefan Monnier2023-08-291-6/+6
* Simplify calls to `alist-get`Stefan Monnier2023-08-291-1/+1
* * lisp/mastodon.el: Remove `ts` from `Package-Requires:`Stefan Monnier2023-08-291-18/+34
* add defcustom: mastodon-tl--highlight-current-toot.marty hiatt2023-08-161-1/+5