aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | bump versionmarty hiatt2024-08-161-1/+1
| | |
* | | remove duplicated tl funs (from develop audit)marty hiatt2024-08-161-40/+0
| | |
* | | apply filters to notifications. #575.marty hiatt2024-08-161-72/+77
| | |
* | | basic apply filters. #575.marty hiatt2024-08-163-20/+119
| | |
* | | info updatemarty hiatt2024-08-042-11/+10
| | |
* | | Merge branch 'develop'marty hiatt2024-08-0411-394/+554
|\| |
| * | Revert "multisession var in -toot.el"marty hiatt2024-08-041-29/+21
| | | | | | | | | | | | This reverts commit 00ac9103adba722f8c2ddbd67db6b0ff6bcebc46.
| * | Revert "readme: multisession"marty hiatt2024-08-041-1/+1
| | | | | | | | | | | | This reverts commit 1887a2d414029cfd7d76b5ea2edee9a15a85d0cf.
| * | Revert "replace persist with multisession"marty hiatt2024-08-043-15/+10
| |/ | | | | | | This reverts commit f19f3bc2735bd78bb3150b8507b6f8949108cece.
| * commentarymarty hiatt2024-08-021-2/+2
| |
| * Merge branch 'develop' into insert-status-for-foldmarty hiatt2024-08-021-7/+10
| |\
| | * add underscores to user-like url regexesmarty hiatt2024-08-021-7/+10
| | |
| | * fix prev-item-idmarty hiatt2024-08-021-2/+2
| | |
| * | fix prev-item-idmarty hiatt2024-08-021-2/+2
| | |
| * | reimplement folding via insert body only.marty hiatt2024-08-021-87/+101
| |/ | | | | | | | | | | | | adds a toot-body prop to body only adds toot-foldable and toot-folded props to whole toot (so can check it at byline) shouldn't add any wrong newlines adds no-byline flag to insert-status
| * folding comments / action docstringmarty hiatt2024-08-012-3/+17
| |
| * refactor toot--toggle-bookmarkmarty hiatt2024-08-011-33/+26
| |
| * refactor toot--toggle-boost-or-favouritemarty hiatt2024-08-011-45/+46
| |
| * readme, index, infomarty hiatt2024-07-314-26/+33
| |
| * fix where we leave point on (un)foldingmarty hiatt2024-07-311-4/+5
| |
| * bind fold togglemarty hiatt2024-07-301-0/+1
| |
| * fold-post-togglemarty hiatt2024-07-301-0/+11
| |
| * small adjustments to point placement with (un)foldingmarty hiatt2024-07-301-8/+11
| |
| * no newline after READ MORE headingmarty hiatt2024-07-302-5/+4
| |
| * fix newlines accumulating on (un)folding tootsmarty hiatt2024-07-301-1/+4
| |
| * add mastodon-tl--fold-postmarty hiatt2024-07-301-10/+18
| |
| * --thread: diff name for option arg to avoid macro varmarty hiatt2024-07-301-3/+6
| |
| * fix unfolding faved/bookmarked tootsmarty hiatt2024-07-301-3/+4
| |
| * toot.el: use mastodon-toot--base-toot-or-item-jsonmarty hiatt2024-07-301-9/+5
| |
| * flymake our user-error messmarty hiatt2024-07-301-27/+27
| |
| * Merge branch 'with-toot-item' into developmarty hiatt2024-07-301-122/+119
| |\
| | * docstringmarty hiatt2024-07-031-1/+1
| | |
| | * toot.el: user-error not message when neededmarty hiatt2024-07-021-31/+29
| | |
| | * use with-toot-item and clean up functions that use itmarty hiatt2024-07-021-89/+88
| | |
| * | flip an if clausemarty hiatt2024-07-301-11/+11
| | |
| * | add item-json prop to fave/boost strings, so (un)folding worksmarty hiatt2024-07-291-4/+6
| | |
| * | read CW when setting, not when sending, also display it. FIX #569.marty hiatt2024-07-191-22/+12
| | |
| * | index updatemarty hiatt2024-07-191-1/+3
| | |
| * | toot--insert-emoji: defalis -> defun.marty hiatt2024-07-191-4/+5
| | | | | | | | | | | | | | | the alias is only set on loading, when mastodon-use-emojify may not be set yet. so we defun it which means it'll check the var whenever it is run.
| * | flip an if clausemarty hiatt2024-07-181-14/+14
| | |
| * | unfold toot: replace whole item on unfolding (so we have props!)marty hiatt2024-07-181-15/+16
| | |
| * | update infomarty hiatt2024-07-182-30/+32
| | |
| * | Merge branch 'emoji.el' into developmarty hiatt2024-07-185-81/+112
| |\ \
| | * | readme re tofumarty hiatt2024-07-081-1/+1
| | | |
| | * | indexmarty hiatt2024-07-061-3/+1
| | | |
| | * | update infomarty hiatt2024-07-062-54/+87
| | | |
| | * | readme, emojimarty hiatt2024-07-061-19/+18
| | | |
| | * | toot: default to emoji.el, emojify customizemarty hiatt2024-07-062-10/+14
| | | | | | | | | | | | | | | | mastodon-use-emojify customize
| * | | use mastodon-use-emojify in toot.elmarty hiatt2024-07-181-1/+1
| | | |
| * | | flymake toot.elmarty hiatt2024-07-181-4/+4
| | | |