aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Collapse)AuthorAgeFilesLines
* boolean defcustom for transient pollmarty hiatt2024-10-231-0/+10
|
* add mastodon-instance-data var and funmarty hiatt2024-10-231-18/+19
| | | | | mainly used in mastodon-transient.el to avoid pinging the server for instance data non-stop
* 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
| | | | | maybe, seeing as thus sucks so bad, it cd be customize. but we really shouldn't have any interaction/overlap between docs and body.
* 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
| | | | | we can use when inside concat, but not inside insert, nor in strings/args headed for format or propertize.
* 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
| | | | | | | | views: get-own-instance (for max attachs)
| * 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
| | | | | | | | This reverts commit 00ac9103adba722f8c2ddbd67db6b0ff6bcebc46.
* | Revert "replace persist with multisession"marty hiatt2024-08-041-3/+1
|/ | | | This reverts commit f19f3bc2735bd78bb3150b8507b6f8949108cece.
* 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
| |
* | read CW when setting, not when sending, also display it. FIX #569.marty hiatt2024-07-191-22/+12
| |
* | 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
| |
* | Merge branch 'emoji.el' into developmarty hiatt2024-07-181-5/+6
|\ \
| * | toot: default to emoji.el, emojify customizemarty hiatt2024-07-061-9/+7
| |/ | | | | | | mastodon-use-emojify customize
* | use mastodon-use-emojify in toot.elmarty hiatt2024-07-181-1/+1
| |
* | flymake toot.elmarty hiatt2024-07-181-4/+4
| |