Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| | ||||||
* | Merge pull request 'Use display-buffer to allow customization' (#522) from ↵ | martianh | 2024-02-08 | 1 | -13/+6 | |
|\ | | | | | | | | | | | rahguzar/mastodon.el:display-buffer into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/522 | |||||
| * | Count characters directly from string | Rahguzar | 2024-01-06 | 1 | -13/+6 | |
| | | ||||||
* | | Add 'o' binding to open the current toot in a browser | David Edmondson | 2024-01-26 | 1 | -0/+5 | |
| | | ||||||
* | | edit attachments description fun | marty hiatt | 2024-01-22 | 1 | -0/+24 | |
|/ | ||||||
* | fix signature of make-capf so we call it right! | marty hiatt | 2023-12-31 | 1 | -1/+1 | |
| | ||||||
* | Avoid error when there's only one window in a frame when closing window | Björn Bidar | 2023-12-31 | 1 | -1/+2 | |
| | | | | | | | | Use `(quit-window 'kill)` instead of `(kill-buffer-and-window)` to avoid error when there's only one window instead the frame: `kill-buffer-and-window: Attempt to delete minibuffer or sole ordinary window` Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de> | |||||
* | Merge branch 'emoji-capf' into develop | marty hiatt | 2023-12-19 | 1 | -33/+55 | |
|\ | ||||||
| * | clean up emoji capf | marty hiatt | 2023-12-19 | 1 | -6/+6 | |
| | | ||||||
| * | refactor mastodon-toot--make-capf | marty hiatt | 2023-12-19 | 1 | -40/+23 | |
| | |