aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Expand)AuthorAgeFilesLines
...
* | | improve propertizing of boost/fave markersmousebot2022-02-111-15/+17
* | | implement playing toot's moving image when point is on author bylinemousebot2022-02-111-4/+54
* | | display toot's media type when on author bylinemousebot2022-02-111-15/+33
* | | replace if call with or call in tl--mediamousebot2022-02-111-4/+3
* | | Merge branch 'develop' into mpv-play-at-pointmousebot2022-02-111-32/+59
|\| |
| * | add go to next toot to tl--threadmousebot2022-02-071-13/+15
| |/
| * implement follow suggestions.mousebot2022-02-071-0/+20
| * place point on byline of first toot on timeline load.mousebot2022-02-051-0/+1
| * update homepage and copyright boilerplatemousebot2022-02-051-1/+2
| * autoload fix for mastodon-notifications--get; set interative to tmousebot2022-01-301-1/+3
| * handle a buggy empty notificationmousebot2022-01-151-17/+18
* | Merge branch 'develop' into mpv-play-at-pointmousebot2022-01-151-9/+9
|\|
| * FIX local mentions/links checkingmousebot2022-01-111-9/+9
* | add function to play gif/video at point. uses mpv.elmousebot2022-01-111-0/+17
|/
* refactor mastodon-notifications--insert-statusmousebot2021-12-241-3/+7
* Merge branch 'main' into developmousebot2021-12-231-13/+9
|\
| * tiny cleanups after Ediff main / mastermousebot2021-12-231-14/+10
| * override 'O' binding on links to my-profilemousebot2021-12-211-0/+2
* | override 'O' binding on links to my-profilemousebot2021-12-211-0/+2
* | improve delete toot testsmousebot2021-12-201-0/+2
* | typos and docstringsmousebot2021-12-201-5/+8
|/
* improve faves count help-echo propertizingmousebot2021-12-171-10/+30
* mapcar* -> cl-mapcar in -tl.elmousebot2021-12-171-3/+2
* bump version to a round numbermousebot2021-12-171-1/+1
* cl-lib not cl for mapcar* in -tlmousebot2021-12-171-2/+2
* boilerplate maintainer contactmousebot2021-12-171-0/+1
* depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-171-1/+1
* bump version, change homepage link, readmemousebot2021-12-171-2/+2
* revert echo faves on toot text in thread viewmousebot2021-12-171-12/+1
* keep "O"/my-profile binding when point on image.mousebot2021-12-171-0/+2
* FIX echo faves in thread view clashing with media help-echomousebot2021-12-171-16/+28
* Merge branch 'develop' into echo-faves-in-threadmousebot2021-12-161-126/+130
|\
| * refactor notify-user-posts functionsmousebot2021-12-161-25/+32
| * Merge branch 'develop' into notify-when-postmousebot2021-12-161-211/+163
| |\
| | * Merge branch 'develop' into media-typemousebot2021-12-161-124/+94
| | |\
| | | * Merge branch 'refactor-follows-etc' into developmousebot2021-12-161-120/+76
| | | |\
| | | | * indent-buffer on -tl.elmousebot2021-12-161-14/+14
| | | | * refactor un/follow, un/block, un/mute functionsmousebot2021-12-151-116/+72
| | | * | improve display of polls:mousebot2021-12-161-4/+18
| | | |/
| | * / fetch media_attachments' "type" from server and store as propertymousebot2021-11-091-2/+3
| | |/
| | * remove help-echo for faves/boosts/replies, it breaks img echo keymapmousebot2021-11-091-10/+0
| * | add support for receiving notifications when a user postsmousebot2021-11-021-4/+40
* | | fixme insert-status/get-media-link-renderingmousebot2021-11-091-0/+1
| |/ |/|
* | Simplify the logic in `mastodon-tl--insert-status`.Holger Dürer2021-11-061-8/+5
* | Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s...Holger Dürer2021-11-061-44/+43
* | Reformat all code.Holger Dürer2021-11-061-27/+27
* | Use `defvar-local` to create buffer-local vars.Holger Dürer2021-11-061-8/+4
* | display faves/boosts/replies in threads also for reblogsmousebot2021-11-061-5/+11
* | Fix tests.Holger Dürer2021-11-011-1/+1
* | Fix compilation warnings.Holger Dürer2021-11-011-2/+5
|/