aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | multisession var in -toot.elmarty hiatt2024-07-181-20/+28
| |
* | flymakemarty hiatt2024-07-181-6/+6
| |
* | mastodon-use-emojify customizemarty hiatt2024-07-061-4/+1
| |
* | replace persist with multisessionmarty hiatt2024-07-041-1/+3
|/
* move/rename with-toot-itemmarty hiatt2024-07-011-6/+15
|
* docstringmarty hiatt2024-06-241-1/+1
|
* use map alist in attach descs and server poll to localmarty hiatt2024-06-241-6/+5
|
* block fave/boost/bookmark on folls/foll-reqsmarty hiatt2024-06-181-84/+92
|
* refactor apply status fields propsmarty hiatt2024-06-031-45/+56
|
* editing to preserve polls. create poll plist from JSON.marty hiatt2024-06-031-11/+41
| | | | | still can't edit actual polls, but can view/clear them, which is much better than zilch.
* display poll deets in help-echo for display fields flag.marty hiatt2024-06-021-1/+3
|