aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Collapse)AuthorAgeFilesLines
* toot--kill: fix delete after change funs fun namemarty hiatt2022-10-311-1/+1
|
* toot-mode-hook: profile-fetch-server-account-settingsmarty hiatt2022-10-311-0/+4
|
* restore -toot--kill fun for use with draft toot functionalitymarty hiatt2022-10-291-6/+10
|
* Revert "FIX getting of 'parent-toot properties in mastodon-toot--reply"marty hiatt2022-10-291-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 notifsmarty hiatt2022-10-271-1/+1
|
* FIX getting of 'parent-toot properties in mastodon-toot--replymarty hiatt2022-09-201-3/+1
|
* FIX getting of 'parent-toot properties in mastodon-toot--replymarty hiatt2022-09-201-1/+3
|
* prompt to save draft on toot cancelmarty hiatt2022-09-111-13/+19
|
* docstrings autoloads local funsmarty hiatt2022-09-111-9/+14
|
* `mastodon-profile-account-settings` fetch on enter major modemarty hiatt2022-09-101-9/+18
|
* handle delete draft when no draftsmarty hiatt2022-09-101-9/+12
|
* only save drafts when not sent, persist drafts listmarty hiatt2022-09-101-11/+16
|
* delete draft funsmarty hiatt2022-09-101-0/+15
|
* improve draft handlingmarty hiatt2022-09-101-5/+15
|
* refactor (mastodon-toot-empty-p), replace current toot with draftmarty hiatt2022-09-101-13/+29
|
* draft toots list, open draft toot functionmarty hiatt2022-09-101-9/+25
|
* v basic start on draft tootsmarty hiatt2022-09-071-3/+23
|
* customize option to display orig toot when replyingmarty hiatt2022-09-061-20/+41
|
* use seq-empty-p and string-empty-p callsmarty hiatt2022-09-051-3/+3
|
* silence flycheck about 'backend-name'marty hiatt2022-09-011-1/+1
|
* move set-default-toot-visibility to -toot.elmarty hiatt2022-09-011-0/+9
|
* set default visibility funmarty hiatt2022-08-311-0/+4
|
* remove default-visibility defcustommarty hiatt2022-08-311-12/+0
|
* respect toot visibility setting from the servermarty hiatt2022-08-311-1/+8
|
* autoload for search-tags-query for tags completionmarty hiatt2022-08-301-0/+1
|
* bump version in boilerplatemarty hiatt2022-08-271-1/+1
|
* refactor completion functions for two backendsmarty hiatt2022-08-261-55/+82
|
* completion customizes edit for handling tags completionmarty hiatt2022-08-261-3/+9
|
* implement tags company completionmarty hiatt2022-08-231-1/+39
|
* flycheck and docstringsmarty hiatt2022-08-201-5/+6
|
* comment unused toot var in bookmark funmarty hiatt2022-08-201-18/+18
|
* tl--bookmark-toggle: use 'base-toot-id propmarty hiatt2022-08-201-1/+2
|
* FIX bookmark toggle, updating display in bylinemarty hiatt2022-08-201-23/+36
| | | | just boilerplate copying fave/boost funs for now, better than nothing.
* re-allow boost/fave of own toots!marty hiatt2022-08-081-20/+21
|
* optional cd in -set-ce refactormarty hiatt2022-08-071-1/+1
|
* emoji funs indentationmarty hiatt2022-08-071-5/+6
|
* toot.el: refactor set-cwmarty hiatt2022-08-071-10/+12
|
* refactor toggle boost and toggle favemarty hiatt2022-07-261-37/+42
|
* toot: message if translate-toot called without lingva.elmousebot2022-04-051-3/+5
|
* toot: missing parens in --reply booster checksmousebot2022-04-051-2/+2
|
* toot: indents and flycheckmousebot2022-04-051-10/+11
|
* toot--reply: improve mentions in repliesmousebot2022-03-291-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 argmousebot2022-03-251-2/+5
|
* attach parent JSON to fave/boost notifs to fix repliesmousebot2022-03-191-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-textmousebot2022-03-181-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 favoritemousebot2022-03-111-1/+1
|
* translate toot with lingva.elmousebot2022-03-101-0/+17
| | | | this could easily be made into a macro supporting any emacs translation pkg
* add copy-toot-text functionmousebot2022-02-281-0/+7
|
* Merge branch 'develop' into mpv-play-at-pointmousebot2022-02-111-6/+0
|\
| * revert to requiring mastodon tootmousebot2022-02-111-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.