aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Expand)AuthorAgeFilesLines
* autoload ht-getmarty hiatt2024-11-021-1/+1
* toot.el cask build cleanupsmarty hiatt2024-10-311-0/+4
* byte-compilemarty hiatt2024-10-301-1/+1
* Merge branch 'poll-transient' into developmarty hiatt2024-10-261-41/+86
|\
| * poll: set tp-transient-settings on editing a tootmarty hiatt2024-10-241-3/+12
| * transient poll: use tp-transient-settings, handle repeated poll editsmarty hiatt2024-10-241-20/+45
| * boolean defcustom for transient pollmarty hiatt2024-10-231-0/+10
| * add mastodon-instance-data var and funmarty hiatt2024-10-231-18/+19
* | with-toot-item: exclude folls/foll reqsmarty hiatt2024-10-251-1/+3
|/
* less restrictive visibility: flip then/else clauses. FIX #602marty hiatt2024-10-211-2/+2
* change email addressmarty hiatt2024-10-201-2/+2
* change order of toot-visibility-list for sane cyclingmarty hiatt2024-10-201-1/+1
* flycheck tootmarty hiatt2024-10-191-2/+3
* bump version, copyrightmarty hiatt2024-10-181-1/+1
* notifs list boosters/favers, use local notif data if possmarty hiatt2024-10-111-7/+19
* FIX filling in formatting reply quote! hurrah!marty hiatt2024-10-091-8/+3
* toot: try double newline btw compose docs and body, for paragraph breakmarty hiatt2024-10-091-1/+1
* add mastodon-toot-visibility-settings-listmarty hiatt2024-10-011-0/+5
* autoload image-trans-check. FIX #584.marty hiatt2024-08-241-0/+1
* eq for symbols, string= for stringsmarty hiatt2024-08-221-17/+17
* intent toot.elmarty hiatt2024-08-131-1/+1
* factor out image-trans-check.marty hiatt2024-08-081-2/+1
* re-write all (if x y "") clauses as (when x y), if poss.marty hiatt2024-08-061-5/+5
* Merge branch 'audit' into developmarty hiatt2024-08-041-241/+244
|\
| * toot: audit rest of file.marty hiatt2024-08-041-24/+25
| * toot: audit schedule codemarty hiatt2024-08-031-16/+18
| * toot: audit poll codemarty hiatt2024-08-031-9/+9
| * max attachments: move fallback into our get max funmarty hiatt2024-08-031-6/+11
| * toot: re-write format-attachmentsmarty hiatt2024-08-031-20/+20
| * toot: attach-media: get max attachments from instance, y-or-n-pmarty hiatt2024-08-031-18/+29
| * re-write --reply again with a cond.marty hiatt2024-08-021-17/+14
| * toot: re-write view-toot-editsmarty hiatt2024-08-021-21/+22
| * toot: re-write --replymarty hiatt2024-08-021-17/+10
| * toot: re-write --mentionsmarty hiatt2024-08-021-4/+1
| * toot: re-write mentions-to-stringmarty hiatt2024-08-021-3/+3
| * audit first 1000 loc of toot.el. these are the uncontroversial editsmarty hiatt2024-08-021-103/+99
* | Revert "multisession var in -toot.el"marty hiatt2024-08-041-29/+21
* | Revert "replace persist with multisession"marty hiatt2024-08-041-3/+1
|/
* folding comments / action docstringmarty hiatt2024-08-011-1/+1
* refactor toot--toggle-bookmarkmarty hiatt2024-08-011-33/+26
* refactor toot--toggle-boost-or-favouritemarty hiatt2024-08-011-45/+46
* 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