aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Expand)AuthorAgeFilesLines
...
* -tl--init* revert json > response arg for nowmarty hiatt2022-11-091-10/+1
* remove all 'headers' args in -toot and -tlmarty hiatt2022-11-091-11/+10
* factor out tl--set-buffer-spec function in -tl.el only for nowmarty hiatt2022-11-091-31/+36
* Merge branch 'develop' into headersmarty hiatt2022-11-091-29/+54
|\
| * indent -tl.elmarty hiatt2022-11-081-11/+11
| * instance describe: handle emojis properlymarty hiatt2022-11-081-3/+13
| * run --render-text before checking newline-if-longmarty hiatt2022-11-081-6/+7
| * use ts library to format poll expirymarty hiatt2022-11-051-10/+12
| * pretty expiry display and voter countmarty hiatt2022-11-051-6/+18
| * small improvements to poll display in timelinemarty hiatt2022-11-051-3/+15
* | add headers arg to http--process-json and --get-json-asyncmarty hiatt2022-11-051-5/+6
* | small improvements to poll display in timelinemarty hiatt2022-11-041-3/+15
|/
* get instance from account/url, so it works for ppl on own instancemarty hiatt2022-10-291-6/+5
* t = yes, :json-false = no, in instance description displaymarty hiatt2022-10-291-11/+18
* another proper-list-p testmarty hiatt2022-09-131-2/+4
* reload thread on delete tootmarty hiatt2022-09-131-1/+7
* proper-list-p test in --process-link to handle meta fieldsmarty hiatt2022-09-131-1/+3
* respect user pref reading:expand:spoilers for CWsmarty hiatt2022-09-121-1/+7
* remove stale TODOs and stale function --single-toot-from-urlmarty hiatt2022-09-111-7/+0
* use seq-empty-p and string-empty-p callsmarty hiatt2022-09-051-10/+10
* move url-lookup to mastodon.elmarty hiatt2022-09-031-30/+1
* docstringmarty hiatt2022-09-031-1/+1
* url-lookup: keymap and silent call / messagemarty hiatt2022-09-031-3/+9
* --thread edits to work with --url-lookup: id arg, point at tootmarty hiatt2022-09-031-9/+17
* tl--url-lookup command, FIX #240marty hiatt2022-09-031-0/+25
* simple error handling in single-toot and --threadmarty hiatt2022-09-021-31/+35
* start on loading masto URL links in mastodon.elmarty hiatt2022-09-021-0/+7
* add optional instance arg to -view-instance-descriptionmarty hiatt2022-09-021-4/+6
* work on printing instance detailsmarty hiatt2022-09-021-29/+120
* fix --do-if-toot debug declaremarty hiatt2022-09-021-1/+1
* make render-text arg TOOT optionalmarty hiatt2022-09-021-1/+1
* view instance details of post at point's author.marty hiatt2022-09-011-0/+52
* RET on byline to view profile.marty hiatt2022-08-291-1/+3
* bump version in boilerplatemarty hiatt2022-08-271-1/+1
* flycheck and docstringsmarty hiatt2022-08-201-7/+17
* Merge branch 'single-toot-view' into developmarty hiatt2022-08-201-10/+56
|\
| * --thread: detailed-p for current toot in thread contextmarty hiatt2022-08-041-5/+5
| * add single toot viewmarty hiatt2022-07-291-5/+51
* | tl--byline: add bookmarked-p propmarty hiatt2022-08-201-0/+1
* | tl--insert-status: fetch base-toot-id from parent-toot if presentmarty hiatt2022-08-201-1/+3
* | FIX bookmark toggle, updating display in bylinemarty hiatt2022-08-201-4/+4
* | use bookmark emoji if possiblemarty hiatt2022-08-191-2/+6
* | FIX the post visibility marker displayable checkmarty hiatt2022-08-191-2/+2
* | format for bookmarked toots, help-echo for B/F/K format charsmarty hiatt2022-08-191-4/+15
* | 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