| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the timers for auto-updating of relative timestamps. | Holger Dürer | 2022-02-12 | 1 | -4/+10 |
* | 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 |
* | FIX local mentions/links checking | mousebot | 2022-01-11 | 1 | -9/+9 |
* | 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 |
|/ |
|
* | switch followers-only and direct message icons to match web layout | mousebot | 2021-10-26 | 1 | -2/+2 |
* | revert tl--thread to sync request for speed. | mousebot | 2021-10-25 | 1 | -13/+6 |
* | echo faves, boosts, replies counts when in thread view | mousebot | 2021-10-25 | 1 | -0/+8 |
* | restore original tl--init as tl--init-sync. | mousebot | 2021-10-25 | 1 | -0/+31 |
* | stop shr-image-map taking over our 'u' binding | mousebot | 2021-10-23 | 1 | -0/+3 |
* | icon displays for message visibility - direct, or private | mousebot | 2021-10-21 | 1 | -1/+10 |