aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Expand)AuthorAgeFilesLines
...
* fix setting lang un toot compose buffermarty hiatt2024-05-281-2/+1
* autoloadsmarty hiatt2024-05-281-0/+3
* set default language in compose buffer frommarty hiatt2024-05-281-0/+9
* get-source-pref > get-source-valuemarty hiatt2024-05-281-1/+1
* flycheck toot.elmarty hiatt2024-05-221-1/+1
* reload on posting if prev view was thread. FIX #555.marty hiatt2024-05-221-1/+9
* hack to fix item action toggling when point on item bodymarty hiatt2024-04-241-1/+8
* bookmarking: no move when checking bookmarked-p statusmarty hiatt2024-03-291-1/+1
* docstrings - reduce explicit refs to Mastodon itself.marty hiatt2024-03-271-3/+3
* condition case for lingva translationsmarty hiatt2024-03-171-10/+12
* reply when replying: prompt to either nuke existing or abortmarty hiatt2024-03-151-19/+23
* toot-compose: only call mode funs if not buffer-existsmarty hiatt2024-03-151-2/+5
* apply not cl-reduce to find longest item for paddingmarty hiatt2024-03-121-1/+1
* only complete on : if emojify-mode enabled.marty hiatt2024-02-271-3/+6
* compose: only try to enable emojify-mode if its boundmarty hiatt2024-02-271-2/+5
* actually use mastodon-toot--emojify-in-compose-buffermarty hiatt2024-02-231-1/+3
* make byte-compiler happiermarty hiatt2024-02-221-1/+2
* string-trim-left on remove-docsmarty hiatt2024-02-201-1/+2
* toot: defcustom emojify in composemarty hiatt2024-02-201-0/+3
* toot.el: use all emoji for : capf, and get text annotationmarty hiatt2024-02-191-4/+18
* Merge pull request 'Use display-buffer to allow customization' (#522) from ra...martianh2024-02-081-13/+6
|\
| * Count characters directly from stringRahguzar2024-01-061-13/+6
* | Add 'o' binding to open the current toot in a browserDavid Edmondson2024-01-261-0/+5
* | edit attachments description funmarty hiatt2024-01-221-0/+24
|/
* fix signature of make-capf so we call it right!marty hiatt2023-12-311-1/+1
* Avoid error when there's only one window in a frame when closing windowBjörn Bidar2023-12-311-1/+2
* Merge branch 'emoji-capf' into developmarty hiatt2023-12-191-33/+55
|\
| * clean up emoji capfmarty hiatt2023-12-191-6/+6
| * refactor mastodon-toot--make-capfmarty hiatt2023-12-191-40/+23
| * start on emoji-capf for compose buffermarty hiatt2023-12-051-9/+48
* | FIX #515. completion-ignore-case t buffer-local for composemarty hiatt2023-12-181-0/+1
* | toot--send: check for media with media-attachment-ids for speedmarty hiatt2023-12-181-3/+3
|/
* docstrings/comments for quote-reply issuesmarty hiatt2023-11-111-4/+8
* Merge branch 'quote-region' into developmarty hiatt2023-11-111-5/+39
|\
| * when active region on reply, insert quoted str in reply buffermarty hiatt2023-11-101-5/+39
* | remove ;; Version: strings in buffers other than mastodon.elmarty hiatt2023-11-101-1/+0
|/
* toot--reply: call toot--compose-buffer not just tootmarty hiatt2023-11-091-1/+1
* edit toots adopt attachments. FIX #506marty hiatt2023-11-061-17/+36
* add msg about loss of attachments on editing tootmarty hiatt2023-11-061-1/+1
* flychecksmarty hiatt2023-10-301-0/+1
* triage: call cb on response. do-user-action-fun: check response datamarty hiatt2023-10-281-6/+6
* edit toot at point: do-if-item-strictmarty hiatt2023-10-241-19/+20
* no y-or-n-p for (un)bookmarkingmarty hiatt2023-10-231-14/+10
* mastodon-toot--own-toot-p: call toot-or-base: we can edit our boosted tootsmarty hiatt2023-10-201-4/+6
* next-/prev-toot>next-/prev-item, cond-case around pos update callmarty hiatt2023-10-151-2/+2
* toot-id>item-id, toot-json>item-json, item-type for nav, byline still neededmarty hiatt2023-10-151-29/+29
* change some error calls to user-error callsmarty hiatt2023-10-151-6/+6
* subst cmd keys for toot compose buffermarty hiatt2023-10-131-40/+52
* toot-url-regex: \\> not \\b at endmarty hiatt2023-10-111-1/+2
* refactor toot-url and copy-toot-urlmarty hiatt2023-10-081-5/+9