index
:
mastodon.el.git
master
Emacs client for fediverse servers that implement the Mastodon API.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
mastodon-tl.el
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
improve propertizing of boost/fave markers
mousebot
2022-02-11
1
-15
/
+17
*
|
|
implement playing toot's moving image when point is on author byline
mousebot
2022-02-11
1
-4
/
+54
*
|
|
display toot's media type when on author byline
mousebot
2022-02-11
1
-15
/
+33
*
|
|
replace if call with or call in tl--media
mousebot
2022-02-11
1
-4
/
+3
*
|
|
Merge branch 'develop' into mpv-play-at-point
mousebot
2022-02-11
1
-32
/
+59
|
\
|
|
|
*
|
add go to next toot to tl--thread
mousebot
2022-02-07
1
-13
/
+15
|
|
/
|
*
implement follow suggestions.
mousebot
2022-02-07
1
-0
/
+20
|
*
place point on byline of first toot on timeline load.
mousebot
2022-02-05
1
-0
/
+1
|
*
update homepage and copyright boilerplate
mousebot
2022-02-05
1
-1
/
+2
|
*
autoload fix for mastodon-notifications--get; set interative to t
mousebot
2022-01-30
1
-1
/
+3
|
*
handle a buggy empty notification
mousebot
2022-01-15
1
-17
/
+18
*
|
Merge branch 'develop' into mpv-play-at-point
mousebot
2022-01-15
1
-9
/
+9
|
\
|
|
*
FIX local mentions/links checking
mousebot
2022-01-11
1
-9
/
+9
*
|
add function to play gif/video at point. uses mpv.el
mousebot
2022-01-11
1
-0
/
+17
|
/
*
refactor mastodon-notifications--insert-status
mousebot
2021-12-24
1
-3
/
+7
*
Merge branch 'main' into develop
mousebot
2021-12-23
1
-13
/
+9
|
\
|
*
tiny cleanups after Ediff main / master
mousebot
2021-12-23
1
-14
/
+10
|
*
override 'O' binding on links to my-profile
mousebot
2021-12-21
1
-0
/
+2
*
|
override 'O' binding on links to my-profile
mousebot
2021-12-21
1
-0
/
+2
*
|
improve delete toot tests
mousebot
2021-12-20
1
-0
/
+2
*
|
typos and docstrings
mousebot
2021-12-20
1
-5
/
+8
|
/
*
improve faves count help-echo propertizing
mousebot
2021-12-17
1
-10
/
+30
*
mapcar* -> cl-mapcar in -tl.el
mousebot
2021-12-17
1
-3
/
+2
*
bump version to a round number
mousebot
2021-12-17
1
-1
/
+1
*
cl-lib not cl for mapcar* in -tl
mousebot
2021-12-17
1
-2
/
+2
*
boilerplate maintainer contact
mousebot
2021-12-17
1
-0
/
+1
*
depend on emacs 27.1, flychecks, docstrings, etc.
mousebot
2021-12-17
1
-1
/
+1
*
bump version, change homepage link, readme
mousebot
2021-12-17
1
-2
/
+2
*
revert echo faves on toot text in thread view
mousebot
2021-12-17
1
-12
/
+1
*
keep "O"/my-profile binding when point on image.
mousebot
2021-12-17
1
-0
/
+2
*
FIX echo faves in thread view clashing with media help-echo
mousebot
2021-12-17
1
-16
/
+28
*
Merge branch 'develop' into echo-faves-in-thread
mousebot
2021-12-16
1
-126
/
+130
|
\
|
*
refactor notify-user-posts functions
mousebot
2021-12-16
1
-25
/
+32
|
*
Merge branch 'develop' into notify-when-post
mousebot
2021-12-16
1
-211
/
+163
|
|
\
|
|
*
Merge branch 'develop' into media-type
mousebot
2021-12-16
1
-124
/
+94
|
|
|
\
|
|
|
*
Merge branch 'refactor-follows-etc' into develop
mousebot
2021-12-16
1
-120
/
+76
|
|
|
|
\
|
|
|
|
*
indent-buffer on -tl.el
mousebot
2021-12-16
1
-14
/
+14
|
|
|
|
*
refactor un/follow, un/block, un/mute functions
mousebot
2021-12-15
1
-116
/
+72
|
|
|
*
|
improve display of polls:
mousebot
2021-12-16
1
-4
/
+18
|
|
|
|
/
|
|
*
/
fetch media_attachments' "type" from server and store as property
mousebot
2021-11-09
1
-2
/
+3
|
|
|
/
|
|
*
remove help-echo for faves/boosts/replies, it breaks img echo keymap
mousebot
2021-11-09
1
-10
/
+0
|
*
|
add support for receiving notifications when a user posts
mousebot
2021-11-02
1
-4
/
+40
*
|
|
fixme insert-status/get-media-link-rendering
mousebot
2021-11-09
1
-0
/
+1
|
|
/
|
/
|
*
|
Simplify the logic in `mastodon-tl--insert-status`.
Holger Dürer
2021-11-06
1
-8
/
+5
*
|
Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s...
Holger Dürer
2021-11-06
1
-44
/
+43
*
|
Reformat all code.
Holger Dürer
2021-11-06
1
-27
/
+27
*
|
Use `defvar-local` to create buffer-local vars.
Holger Dürer
2021-11-06
1
-8
/
+4
*
|
display faves/boosts/replies in threads also for reblogs
mousebot
2021-11-06
1
-5
/
+11
*
|
Fix tests.
Holger Dürer
2021-11-01
1
-1
/
+1
*
|
Fix compilation warnings.
Holger Dürer
2021-11-01
1
-2
/
+5
|
/
[prev]
[next]