aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Expand)AuthorAgeFilesLines
...
* | docstringmarty hiatt2022-08-191-1/+1
* | tl--init*: fix a stray bracketmarty hiatt2022-08-191-8/+7
* | rename do-if-toot -- add tl prefixmarty hiatt2022-08-191-7/+7
* | fix formatting of unmute-usermarty hiatt2022-08-101-1/+2
* | -tl--do-if-toot macromarty hiatt2022-08-101-48/+43
|/
* --thread: use --api for get-json url for tootmarty hiatt2022-07-271-4/+2
* --thread: fetch current toot before printing threadmarty hiatt2022-07-261-1/+6
* no fave counts for fol-req notifsmarty hiatt2022-07-231-1/+8
* tl--thread: FIX fetching of toot id for notifs/use parent tootmarty hiatt2022-06-271-2/+7
* --get-buffer-property: or rather than ifmarty hiatt2022-06-271-4/+3
* tl--more: message before and after appending more toots.mousebot2022-05-131-1/+3
* flychecks and docstringsmousebot2022-04-051-1/+2
* attach parent JSON to fave/boost notifs to fix repliesmousebot2022-03-191-2/+3
* make timestamps for boost/fave notifs the time of orig tootmousebot2022-03-121-4/+13
* fix follow etc user when point on profile header infomousebot2022-03-111-10/+16
* favourite not favoritemousebot2022-03-111-2/+2
* display image caption in help echomousebot2022-03-101-2/+3
* test for toot-json before following/muting/blocking etcmousebot2022-02-181-28/+42
* FIX buffers that use alt acct fetch in interactive-user-handles-getmousebot2022-02-181-8/+8
* handle empty display_name in mastodon-tl--do-user-action-and-responsemousebot2022-02-181-1/+3
* tl--init: aslo set tl-buffer-spec before update-functionmousebot2022-02-181-4/+20
* no faves counts for following/followers in profile viewmousebot2022-02-171-1/+6
* make interactive-user-handles-get work for all profile viewsmousebot2022-02-171-2/+4
* run goto-first-item in tl--init, unless profile viewmousebot2022-02-171-16/+15
* cleanup indentation in tl.elmousebot2022-02-171-51/+51
* fix view filters/foll suggestsmousebot2022-02-171-27/+18
* rename goto-first-toot to goto-first-itemmousebot2022-02-171-5/+7
* re-factor follow-user functions for various viewsmousebot2022-02-171-3/+12
* move next/prev item funsmousebot2022-02-171-15/+15
* Revert "replace all calls to mastodon-search--insert-users-propertized"mousebot2022-02-171-1/+1
* Revert "move faves count help-echo propertize into tl--byline"mousebot2022-02-171-32/+31
* fix reload on filter create in filter viewmousebot2022-02-171-2/+3
* improve follow suggestionsmousebot2022-02-171-17/+31
* move faves count help-echo propertize into tl--bylinemousebot2022-02-151-31/+32
* invert if call in filters insertmousebot2022-02-151-11/+10
* add generic goto-next/prev-item funs for filters/foll reqsmousebot2022-02-151-7/+7
* more robust goto-first-toot on timeline/thread loadmousebot2022-02-151-6/+16
* Merge branch 'filters' into developmousebot2022-02-151-1/+124
|\
| * Merge branch 'develop' into filtersmousebot2022-02-151-4/+12
| |\
| * | buffer local keymap, error handling, make filters nicermousebot2022-02-151-36/+79
| * | Merge branch 'develop' into filtersmousebot2022-02-141-39/+141
| |\ \
| * | | view and delete filtersmousebot2022-02-141-1/+58
| * | | second crack at create filtermousebot2022-02-091-11/+17
| * | | fix go to first toot on thread loadmousebot2022-02-071-15/+15
| * | | create filter first crackmousebot2022-02-071-0/+18
| * | | add go to next toot to tl--threadmousebot2022-02-071-1/+2
* | | | replace all calls to mastodon-search--insert-users-propertizedmousebot2022-02-151-1/+2
| |_|/ |/| |
* | | improve use of goto-next-toot on timeline loadingmousebot2022-02-151-3/+10
* | | make accept/reject foll reqs cmds avail in foll reqs view!mousebot2022-02-151-1/+2
| |/ |/|
* | autoload -search--get-user-info for follow suggestionsmousebot2022-02-141-0/+1