Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "FIX getting of 'parent-toot properties in mastodon-toot--reply" | marty hiatt | 2022-10-29 | 1 | -1/+4 | |
| | | | | | this FIXes the FIX and the other FIX so that it should finally be FIXXXED This reverts commit 020c8efaa235e67aaa07284beae84dd9134fbc90. | |||||
* | FIX fetching parent toot in --reply, for notifs | marty hiatt | 2022-10-27 | 1 | -1/+1 | |
| | ||||||
* | FIX getting of 'parent-toot properties in mastodon-toot--reply | marty hiatt | 2022-09-20 | 1 | -3/+1 | |
| | ||||||
* | FIX getting of 'parent-toot properties in mastodon-toot--reply | marty hiatt | 2022-09-20 | 1 | -1/+3 | |
| | ||||||
* | prompt to save draft on toot cancel | marty hiatt | 2022-09-11 | 1 | -13/+19 | |
| | ||||||
* | docstrings autoloads local funs | marty hiatt | 2022-09-11 | 1 | -9/+14 | |
| | ||||||
* | `mastodon-profile-account-settings` fetch on enter major mode | marty hiatt | 2022-09-10 | 1 | -9/+18 | |
| | ||||||
* | handle delete draft when no drafts | marty hiatt | 2022-09-10 | 1 | -9/+12 | |
| | ||||||
* | only save drafts when not sent, persist drafts list | marty hiatt | 2022-09-10 | 1 | -11/+16 | |
| | ||||||
* | delete draft funs | marty hiatt | 2022-09-10 | 1 | -0/+15 | |
| | ||||||
* | improve draft handling | marty hiatt | 2022-09-10 | 1 | -5/+15 | |
| | ||||||
* | refactor (mastodon-toot-empty-p), replace current toot with draft | marty hiatt | 2022-09-10 | 1 | -13/+29 | |
| | ||||||
* | draft toots list, open draft toot function | marty hiatt | 2022-09-10 | 1 | -9/+25 | |
| | ||||||
* | v basic start on draft toots | marty hiatt | 2022-09-07 | 1 | -3/+23 | |
| | ||||||
* | customize option to display orig toot when replying | marty hiatt | 2022-09-06 | 1 | -20/+41 | |
| | ||||||
* | use seq-empty-p and string-empty-p calls | marty hiatt | 2022-09-05 | 1 | -3/+3 | |
| | ||||||
* | silence flycheck about 'backend-name' | marty hiatt | 2022-09-01 | 1 | -1/+1 | |
| | ||||||
* | move set-default-toot-visibility to -toot.el | marty hiatt | 2022-09-01 | 1 | -0/+9 | |
| | ||||||
* | set default visibility fun | marty hiatt | 2022-08-31 | 1 | -0/+4 | |
| | ||||||
* | remove default-visibility defcustom | marty hiatt | 2022-08-31 | 1 | -12/+0 | |
| | ||||||
* | respect toot visibility setting from the server | marty hiatt | 2022-08-31 | 1 | -1/+8 | |
| | ||||||
* | autoload for search-tags-query for tags completion | marty hiatt | 2022-08-30 | 1 | -0/+1 | |
| | ||||||
* | bump version in boilerplate | marty hiatt | 2022-08-27 | 1 | -1/+1 | |
| | ||||||
* | refactor completion functions for two backends | marty hiatt | 2022-08-26 | 1 | -55/+82 | |
| | ||||||
* | completion customizes edit for handling tags completion | marty hiatt | 2022-08-26 | 1 | -3/+9 | |
| | ||||||
* | implement tags company completion | marty hiatt | 2022-08-23 | 1 | -1/+39 | |
| | ||||||
* | flycheck and docstrings | marty hiatt | 2022-08-20 | 1 | -5/+6 | |
| | ||||||
* | comment unused toot var in bookmark fun | marty hiatt | 2022-08-20 | 1 | -18/+18 | |
| | ||||||
* | tl--bookmark-toggle: use 'base-toot-id prop | marty hiatt | 2022-08-20 | 1 | -1/+2 | |
| | ||||||
* | FIX bookmark toggle, updating display in byline | marty hiatt | 2022-08-20 | 1 | -23/+36 | |
| | | | | just boilerplate copying fave/boost funs for now, better than nothing. | |||||
* | re-allow boost/fave of own toots! | marty hiatt | 2022-08-08 | 1 | -20/+21 | |
| | ||||||
* | optional cd in -set-ce refactor | marty hiatt | 2022-08-07 | 1 | -1/+1 | |
| | ||||||
* | emoji funs indentation | marty hiatt | 2022-08-07 | 1 | -5/+6 | |
| | ||||||
* | toot.el: refactor set-cw | marty hiatt | 2022-08-07 | 1 | -10/+12 | |
| | ||||||
* | refactor toggle boost and toggle fave | marty hiatt | 2022-07-26 | 1 | -37/+42 | |
| | ||||||
* | toot: message if translate-toot called without lingva.el | mousebot | 2022-04-05 | 1 | -3/+5 | |
| | ||||||
* | toot: missing parens in --reply booster checks | mousebot | 2022-04-05 | 1 | -2/+2 | |
| | ||||||
* | toot: indents and flycheck | mousebot | 2022-04-05 | 1 | -10/+11 | |
| | ||||||
* | toot--reply: improve mentions in replies | mousebot | 2022-03-29 | 1 | -6/+20 | |
| | | | | | | - make sure we get ID from parent if its a fave/boost - avoid duplicates if user or booster already in mentions list | |||||
* | call lingva-translate with optional variable-pitch arg | mousebot | 2022-03-25 | 1 | -2/+5 | |
| | ||||||
* | attach parent JSON to fave/boost notifs to fix replies | mousebot | 2022-03-19 | 1 | -3/+4 | |
| | | | | | | | because we switched to using boost/fave JSON rather than parent, as 'toot-json, replies to these toots were broken (mentions, etc.) so now we attach both bits of data and selectively pull from each. | |||||
* | remove require test for --translate-toot-text | mousebot | 2022-03-18 | 1 | -2/+2 | |
| | | | | | we already have the same test for declaring lingva-translate fun, so this shouldn't be needed and seems to prevent our fun from loading. | |||||
* | favourite not favorite | mousebot | 2022-03-11 | 1 | -1/+1 | |
| | ||||||
* | translate toot with lingva.el | mousebot | 2022-03-10 | 1 | -0/+17 | |
| | | | | this could easily be made into a macro supporting any emacs translation pkg | |||||
* | add copy-toot-text function | mousebot | 2022-02-28 | 1 | -0/+7 | |
| | ||||||
* | Merge branch 'develop' into mpv-play-at-point | mousebot | 2022-02-11 | 1 | -6/+0 | |
|\ | ||||||
| * | revert to requiring mastodon toot | mousebot | 2022-02-11 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | | we always need all the funs for operating on individual toots so this is best. Revert "revert require of mastodon-toot to autoloads" This reverts commit 6a164669e0bffed67ad59c206f13651a67456127. | |||||
* | | put point after a boost/fave marker on success | mousebot | 2022-02-11 | 1 | -1/+4 | |
|/ | | | | | | this will leave point on the author-byline, which is where we want it to be, as the marker is not strictly part of the byline, and we are adding info/actions to the author-byline. | |||||
* | revert require of mastodon-toot to autoloads | mousebot | 2022-02-05 | 1 | -0/+6 | |
| | | | | | - use (autoload) call in mastodon.el for functions - use autoload cookie in mastodon-tool.el for customize options. | |||||
* | update homepage and copyright boilerplate | mousebot | 2022-02-05 | 1 | -1/+2 | |
| |