Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | cleanup --symbols, autoload | marty hiatt | 2022-11-26 | 2 | -34/+9 | |
| | * | Merge branch 'develop' into HEAD | marty hiatt | 2022-11-26 | 11 | -562/+1582 | |
| | |\ | ||||||
| | | * | paginate profile view followers/following with link header | marty hiatt | 2022-11-26 | 2 | -18/+41 | |
| | | * | toot--set-toot-lang docstring | marty hiatt | 2022-11-25 | 1 | -1/+2 | |
| | * | | use homegrown icons in tl--symbols list | marty hiatt | 2022-11-26 | 1 | -27/+17 | |
| | * | | Fix a missing parenthesis & added links to default icons | Nicolas P. Rougier | 2022-11-20 | 1 | -9/+18 | |
| | * | | Added a user customizable symbol list | Nicolas P. Rougier | 2022-11-20 | 1 | -9/+31 | |
| | * | | tweak toot prop mentions regex | marty hiatt | 2022-11-17 | 1 | -3/+7 | |
| | * | | prop tags/handles - tweak regex for spacing | marty hiatt | 2022-11-17 | 1 | -2/+2 | |
| | * | | Merge branch 'develop' | marty hiatt | 2022-11-15 | 3 | -62/+67 | |
| | |\ \ | ||||||
| | * | | | remove commented autoloads from mastodon.el | marty hiatt | 2022-11-14 | 1 | -9/+0 | |
| | * | | | remove call to shr-browse-url for non-masto URLs | marty hiatt | 2022-11-14 | 1 | -3/+6 | |
| | * | | | Merge branch 'develop' | marty hiatt | 2022-11-13 | 7 | -262/+494 | |
| | |\ \ \ | ||||||
| | * | | | | GET verify_cred not PATCH update_creds for fetch profile note | marty hiatt | 2022-11-10 | 1 | -2/+2 | |
| | * | | | | FIX update profile note - params alist format | marty hiatt | 2022-11-10 | 1 | -1/+1 | |
| | * | | | | FIX: -tl--get-poll - add a fallback format string | marty hiatt | 2022-11-10 | 1 | -1/+6 | |
| | * | | | | add dash to handles regex | marty hiatt | 2022-11-07 | 1 | -1/+1 | |
| | * | | | | Merge branch 'prop-tags-handles-compose' | marty hiatt | 2022-11-07 | 1 | -0/+28 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'develop' | marty hiatt | 2022-11-05 | 5 | -22/+192 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Revert "remove unused --append-query-string" | marty hiatt | 2022-11-03 | 1 | -0/+7 | |
| | * | | | | | | Merge branch 'develop' | marty hiatt | 2022-10-29 | 5 | -100/+132 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | autoload profile-account-settings in mastodon.el | marty hiatt | 2022-10-15 | 1 | -0/+1 | |
| | * | | | | | | | handle empty relationships vector in make-buffer-for | marty hiatt | 2022-09-22 | 1 | -4/+6 | |
| | * | | | | | | | FIX getting of 'parent-toot properties in mastodon-toot--reply | marty hiatt | 2022-09-20 | 1 | -1/+1 | |
| | * | | | | | | | add persist dep to mastodon.el file explicitly | marty hiatt | 2022-09-19 | 1 | -1/+1 | |
| | * | | | | | | | fix toot--kill test | marty hiatt | 2022-09-12 | 1 | -8/+7 | |
| * | | | | | | | | docstring | marty hiatt | 2022-11-26 | 1 | -1/+3 | |
| * | | | | | | | | filter user posts by language. NB: we flip mastodon-iso-639-1! | marty hiatt | 2022-11-25 | 3 | -219/+251 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | don't require match for handle at point | marty hiatt | 2022-11-25 | 1 | -1/+2 | |
* | | | | | | | | actually make remove-from-followers work | marty hiatt | 2022-11-25 | 1 | -7/+8 | |
* | | | | | | | | Merge branch 'develop' into remove-from-followers | marty hiatt | 2022-11-25 | 5 | -204/+231 | |
|\| | | | | | | | ||||||
| * | | | | | | | comment remove company mention | marty hiatt | 2022-11-25 | 1 | -1/+1 | |
| * | | | | | | | move mastodon-toot-completions to top of file | marty hiatt | 2022-11-25 | 1 | -3/+3 | |
| * | | | | | | | Merge branch 'develop' into capf-completion | marty hiatt | 2022-11-25 | 6 | -70/+113 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | refactor tl--media-attachment + customize to display caption not URL | marty hiatt | 2022-11-25 | 1 | -29/+41 | |
| | * | | | | | | | set 'display to the image caption if we have one | marty hiatt | 2022-11-25 | 1 | -10/+18 | |
| | * | | | | | | | caption + props for media urls as well as actual media | marty hiatt | 2022-11-25 | 2 | -37/+58 | |
| | * | | | | | | | tweak joined date newlines printing + test | marty hiatt | 2022-11-25 | 1 | -3/+6 | |
| | * | | | | | | | remove trailing double space from sparator | marty hiatt | 2022-11-25 | 1 | -1/+1 | |
| * | | | | | | | | remove all company backends, use company-capf + use-company custom | marty hiatt | 2022-11-25 | 1 | -161/+21 | |
| * | | | | | | | | Merge branch 'develop' into capf-completion | marty hiatt | 2022-11-24 | 8 | -196/+212 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | display icon for boosts | marty hiatt | 2022-11-24 | 2 | -9/+22 | |
| | * | | | | | | | | Merge branch 'params-always-in-http-el' into develop | marty hiatt | 2022-11-24 | 6 | -154/+128 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | discover.el - remove (when (require and RET, both break it | marty hiatt | 2022-11-24 | 1 | -5/+5 | |
| * | | | | | | | | | | add annotation to completions (URL for tag, username for mention) | marty hiatt | 2022-11-24 | 1 | -11/+36 | |
| * | | | | | | | | | | clean up compose-buffer capf control flow | marty hiatt | 2022-11-23 | 1 | -11/+28 | |
| * | | | | | | | | | | disable company completion by default | marty hiatt | 2022-11-23 | 1 | -1/+1 | |
| * | | | | | | | | | | working capf completion | marty hiatt | 2022-11-23 | 1 | -27/+25 | |
| * | | | | | | | | | | silence the tags/handles searche queries | marty hiatt | 2022-11-22 | 1 | -3/+3 | |
| * | | | | | | | | | | a first go at capf completion backends for mentions and tags | marty hiatt | 2022-11-22 | 2 | -22/+77 |