Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix unfolding faved/bookmarked toots | marty hiatt | 2024-07-30 | 1 | -3/+4 |
| | |||||
* | toot.el: use mastodon-toot--base-toot-or-item-json | marty hiatt | 2024-07-30 | 1 | -9/+5 |
| | |||||
* | flymake our user-error mess | marty hiatt | 2024-07-30 | 1 | -27/+27 |
| | |||||
* | Merge branch 'with-toot-item' into develop | marty hiatt | 2024-07-30 | 1 | -122/+119 |
|\ | |||||
| * | docstring | marty hiatt | 2024-07-03 | 1 | -1/+1 |
| | | |||||
| * | toot.el: user-error not message when needed | marty hiatt | 2024-07-02 | 1 | -31/+29 |
| | | |||||
| * | use with-toot-item and clean up functions that use it | marty hiatt | 2024-07-02 | 1 | -89/+88 |
| | | |||||
* | | flip an if clause | marty hiatt | 2024-07-30 | 1 | -11/+11 |
| | | |||||
* | | add item-json prop to fave/boost strings, so (un)folding works | marty hiatt | 2024-07-29 | 1 | -4/+6 |
| | | |||||
* | | read CW when setting, not when sending, also display it. FIX #569. | marty hiatt | 2024-07-19 | 1 | -22/+12 |
| | | |||||
* | | toot--insert-emoji: defalis -> defun. | marty hiatt | 2024-07-19 | 1 | -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 clause | marty hiatt | 2024-07-18 | 1 | -14/+14 |
| | | |||||
* | | Merge branch 'emoji.el' into develop | marty hiatt | 2024-07-18 | 1 | -5/+6 |
|\ \ | |||||
| * | | toot: default to emoji.el, emojify customize | marty hiatt | 2024-07-06 | 1 | -9/+7 |
| |/ | | | | | | | mastodon-use-emojify customize | ||||
* | | use mastodon-use-emojify in toot.el | marty hiatt | 2024-07-18 | 1 | -1/+1 |
| | | |||||
* | | flymake toot.el | marty hiatt | 2024-07-18 | 1 | -4/+4 |
| | | |||||
* | | multisession var in -toot.el | marty hiatt | 2024-07-18 | 1 | -20/+28 |
| | | |||||
* | | flymake | marty hiatt | 2024-07-18 | 1 | -6/+6 |
| | | |||||
* | | mastodon-use-emojify customize | marty hiatt | 2024-07-06 | 1 | -4/+1 |
| | | |||||
* | | replace persist with multisession | marty hiatt | 2024-07-04 | 1 | -1/+3 |
|/ | |||||
* | move/rename with-toot-item | marty hiatt | 2024-07-01 | 1 | -6/+15 |
| | |||||
* | docstring | marty hiatt | 2024-06-24 | 1 | -1/+1 |
| | |||||
* | use map alist in attach descs and server poll to local | marty hiatt | 2024-06-24 | 1 | -6/+5 |
| | |||||
* | block fave/boost/bookmark on folls/foll-reqs | marty hiatt | 2024-06-18 | 1 | -84/+92 |
| | |||||
* | refactor apply status fields props | marty hiatt | 2024-06-03 | 1 | -45/+56 |
| | |||||
* | editing to preserve polls. create poll plist from JSON. | marty hiatt | 2024-06-03 | 1 | -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 hiatt | 2024-06-02 | 1 | -1/+3 |
| | |||||
* | mastodon-toot--clear-poll | marty hiatt | 2024-06-02 | 1 | -0/+9 |
| | |||||
* | display a POLL flag in compose buffer. | marty hiatt | 2024-06-02 | 1 | -3/+14 |
| | | | | next step: display/edit/cancel polls | ||||
* | working max-id arg for hometimeline/reload | marty hiatt | 2024-05-31 | 1 | -0/+2 |
| | |||||
* | fix setting lang un toot compose buffer | marty hiatt | 2024-05-28 | 1 | -2/+1 |
| | |||||
* | autoloads | marty hiatt | 2024-05-28 | 1 | -0/+3 |
| | |||||
* | set default language in compose buffer from | marty hiatt | 2024-05-28 | 1 | -0/+9 |
| | | | | is set from mastodon-profile-acccount-preferences-data | ||||
* | get-source-pref > get-source-value | marty hiatt | 2024-05-28 | 1 | -1/+1 |
| | |||||
* | flycheck toot.el | marty hiatt | 2024-05-22 | 1 | -1/+1 |
| | |||||
* | reload on posting if prev view was thread. FIX #555. | marty hiatt | 2024-05-22 | 1 | -1/+9 |
| | |||||
* | hack to fix item action toggling when point on item body | marty hiatt | 2024-04-24 | 1 | -1/+8 |
| | |||||
* | bookmarking: no move when checking bookmarked-p status | marty hiatt | 2024-03-29 | 1 | -1/+1 |
| | |||||
* | docstrings - reduce explicit refs to Mastodon itself. | marty hiatt | 2024-03-27 | 1 | -3/+3 |
| | |||||
* | condition case for lingva translations | marty hiatt | 2024-03-17 | 1 | -10/+12 |
| | |||||
* | reply when replying: prompt to either nuke existing or abort | marty hiatt | 2024-03-15 | 1 | -19/+23 |
| | |||||
* | toot-compose: only call mode funs if not buffer-exists | marty hiatt | 2024-03-15 | 1 | -2/+5 |
| | | | | this avoids wiping prev set buf-local vars | ||||
* | apply not cl-reduce to find longest item for padding | marty hiatt | 2024-03-12 | 1 | -1/+1 |
| | |||||
* | only complete on : if emojify-mode enabled. | marty hiatt | 2024-02-27 | 1 | -3/+6 |
| | | | | it's too hard for now to enable completion without emojify | ||||
* | compose: only try to enable emojify-mode if its bound | marty hiatt | 2024-02-27 | 1 | -2/+5 |
| | |||||
* | actually use mastodon-toot--emojify-in-compose-buffer | marty hiatt | 2024-02-23 | 1 | -1/+3 |
| | |||||
* | make byte-compiler happier | marty hiatt | 2024-02-22 | 1 | -1/+2 |
| | |||||
* | string-trim-left on remove-docs | marty hiatt | 2024-02-20 | 1 | -1/+2 |
| | |||||
* | toot: defcustom emojify in compose | marty hiatt | 2024-02-20 | 1 | -0/+3 |
| | |||||
* | toot.el: use all emoji for : capf, and get text annotation | marty hiatt | 2024-02-19 | 1 | -4/+18 |
| |