Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
| * | start on emoji-capf for compose buffer | marty hiatt | 2023-12-05 | 1 | -9/+48 | |
| | | ||||||
* | | FIX #515. completion-ignore-case t buffer-local for compose | marty hiatt | 2023-12-18 | 1 | -0/+1 | |
| | | ||||||
* | | toot--send: check for media with media-attachment-ids for speed | marty hiatt | 2023-12-18 | 1 | -3/+3 | |
|/ | | | | media-attachments contains image data, so is slow. | |||||
* | docstrings/comments for quote-reply issues | marty hiatt | 2023-11-11 | 1 | -4/+8 | |
| | ||||||
* | Merge branch 'quote-region' into develop | marty hiatt | 2023-11-11 | 1 | -5/+39 | |
|\ | ||||||
| * | when active region on reply, insert quoted str in reply buffer | marty hiatt | 2023-11-10 | 1 | -5/+39 | |
| | | ||||||
* | | remove ;; Version: strings in buffers other than mastodon.el | marty hiatt | 2023-11-10 | 1 | -1/+0 | |
|/ | ||||||
* | toot--reply: call toot--compose-buffer not just toot | marty hiatt | 2023-11-09 | 1 | -1/+1 | |
| | ||||||
* | edit toots adopt attachments. FIX #506 | marty hiatt | 2023-11-06 | 1 | -17/+36 | |
| | | | | | | | - fetch media from url (http--read-file-as-string) - on edit, set media-attachments/-ids with the data from the toot/url - nb: users still can't edit attachments, can only remove all or maintain them as they are. but that's much better than always nuking them! | |||||
* | add msg about loss of attachments on editing toot | marty hiatt | 2023-11-06 | 1 | -1/+1 | |
| | ||||||
* | flychecks | marty hiatt | 2023-10-30 | 1 | -0/+1 | |
| | ||||||
* | triage: call cb on response. do-user-action-fun: check response data | marty hiatt | 2023-10-28 | 1 | -6/+6 | |
| | | | | this means the triage callback always needs to handle 1 arg. | |||||
* | edit toot at point: do-if-item-strict | marty hiatt | 2023-10-24 | 1 | -19/+20 | |
| | ||||||
* | no y-or-n-p for (un)bookmarking | marty hiatt | 2023-10-23 | 1 | -14/+10 | |
| | ||||||
* | mastodon-toot--own-toot-p: call toot-or-base: we can edit our boosted toots | marty hiatt | 2023-10-20 | 1 | -4/+6 | |
| | ||||||
* | next-/prev-toot>next-/prev-item, cond-case around pos update call | marty hiatt | 2023-10-15 | 1 | -2/+2 | |
| | ||||||
* | toot-id>item-id, toot-json>item-json, item-type for nav, byline still needed | marty hiatt | 2023-10-15 | 1 | -29/+29 | |
| | ||||||
* | change some error calls to user-error calls | marty hiatt | 2023-10-15 | 1 | -6/+6 | |
| | ||||||
* | subst cmd keys for toot compose buffer | marty hiatt | 2023-10-13 | 1 | -40/+52 | |
| | ||||||
* | toot-url-regex: \\> not \\b at end | marty hiatt | 2023-10-11 | 1 | -1/+2 | |
| | ||||||
* | refactor toot-url and copy-toot-url | marty hiatt | 2023-10-08 | 1 | -5/+9 | |
| |