aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Expand)AuthorAgeFilesLines
...
* filter post by language fix docstringmarty hiatt2024-05-281-3/+5
* add view-item-on-own-instance funmarty hiatt2024-05-271-1/+13
* add remote-local-domains customize.marty hiatt2024-05-271-2/+12
* add error handling in mastodon-tl--init* (for eg domains being private)marty hiatt2024-05-261-14/+19
* remote local: check domain against known instances.marty hiatt2024-05-261-4/+14
* force display of instance in handle for remote local timelines.marty hiatt2024-05-261-23/+41
* super rough view remote local timeline.marty hiatt2024-05-251-3/+18
* add get-buffer-type for profile-statuses-taggedmarty hiatt2024-05-211-0/+2
* profiles: support only-media argmarty hiatt2024-05-211-0/+2
* store notif type as prop so we can limit item actions by notif typemarty hiatt2024-04-241-2/+4
* bookmarking: no move when checking bookmarked-p statusmarty hiatt2024-03-291-0/+2
* docstrings - reduce explicit refs to Mastodon itself.marty hiatt2024-03-271-1/+1
* condition-case for mpv-startmarty hiatt2024-03-171-1/+5
* add masto-image to get-buffer-typemarty hiatt2024-03-131-1/+3
* media: rewrite process-full-sized-image-responsemarty hiatt2024-03-131-3/+2
* customise no-fill-on-render. FIX: #532marty hiatt2024-03-081-1/+8
* cw-in-thread: don't move point, only fold if cwmarty hiatt2024-03-051-4/+8
* optional full-size image in emacs, RET as fallback for browse-url toomarty hiatt2024-03-051-14/+28
* RET/click image to view full-sized version in emacs.marty hiatt2024-03-051-2/+29
* add toggle-spoiler-in-thread cmdmarty hiatt2024-03-041-3/+17
* remove stray or clauses in tl--goto-item-posmarty hiatt2024-02-221-10/+11
* update: skip scheduled-statuses viewmarty hiatt2024-02-201-0/+1
* docstringsmarty hiatt2024-02-151-2/+3
* Merge pull request 'Use display-buffer to allow customization' (#522) from ra...martianh2024-02-081-2/+2
|\
| * Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer'Rahguzar2024-01-061-2/+2
* | message appropriately for foll reqmarty hiatt2024-02-071-1/+4
* | mastodon-tl--tag-timeline-tags defcustommarty hiatt2024-01-211-4/+10
|/
* add sensitive property to images, so we can blur them one day.marty hiatt2023-12-231-8/+14
* tl--content: only call tl--media if we have mediamarty hiatt2023-12-221-2/+4
* docstringmarty hiatt2023-12-081-1/+2
* copy image caption cmdmarty hiatt2023-12-081-0/+10
* add image-description text propertymarty hiatt2023-12-081-2/+4
* remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
* implement exclude_replies on profile view, inc. cyclemarty hiatt2023-11-091-0/+2
* 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