Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix 32 decode utf-8 for content, name and handle | Alexander Griffith | 2017-04-22 | 1 | -3/+6 |
| | |||||
* | Render html with shr instead of html2text | Johnson Denen | 2017-04-19 | 1 | -3/+5 |
| | |||||
* | Fix load issue | Johnson Denen | 2017-04-18 | 1 | -0/+1 |
| | |||||
* | Add thread functionality to timelines | Johnson Denen | 2017-04-18 | 1 | -0/+16 |
| | |||||
* | Add and use mastodon-tl--field function | Johnson Denen | 2017-04-18 | 1 | -11/+13 |
| | | | | | Retrieves FIELD from TOOT, prioritizing FIELD from boosted toot before TOOT itself. | ||||
* | Display favourited status in byline | Johnson Denen | 2017-04-18 | 1 | -0/+5 |
| | |||||
* | Show boosted state with (B) marker in byline | Johnson Denen | 2017-04-18 | 1 | -1/+6 |
| | |||||
* | Rename mastodon-toot--property and move to tl feature | Johnson Denen | 2017-04-18 | 1 | -2/+8 |
| | |||||
* | Do not use fringe face | Johnson Denen | 2017-04-17 | 1 | -2/+2 |
| | | | | It looks weird in some themes. | ||||
* | Reimplement update post-rewrite | Johnson Denen | 2017-04-17 | 1 | -0/+28 |
| | |||||
* | Fix #38 by using pre-existing faces | Johnson Denen | 2017-04-17 | 1 | -14/+7 |
| | | | | Now your theme matters! | ||||
* | Rewrite timeline display internals and fix #36 | Johnson Denen | 2017-04-17 | 1 | -68/+59 |
| | |||||
* | Update DOCSTRINGs | Johnson Denen | 2017-04-16 | 1 | -0/+15 |
| | |||||
* | Add function to update current timeline | Johnson Denen | 2017-04-16 | 1 | -4/+19 |
| | |||||
* | Add `j' and `k' bindings to move to previous/next toot | Johnson Denen | 2017-04-15 | 1 | -14/+33 |
| | |||||
* | Fixes #29 - Provide context menu for discover mode | fap | 2017-04-15 | 1 | -0/+21 |
| | | | | | | * provides a `discover.el` context menu through mode-hook * moves lambdas from keymap to functions so `discover-my-major` can pick them up | ||||
* | Add major mode | Johnson Denen | 2017-04-14 | 1 | -1/+2 |
| | | | | | | | | | | | - `mastodon' opens home buffer in new major mode - `F' switches to your federated timeline - `H' switches to your home timeline - `L' switches to your local timeline - `n' opens a `mastodon-toot' buffer - `q' quits by killing the buffer - `Q' quits by killing both the buffer and the window - `T' prompts your for a tag and then opens its timeline | ||||
* | Retrieve home timeline with `mastodon' function | Johnson Denen | 2017-04-14 | 1 | -0/+94 |