aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* indent -toot.elmarty hiatt2023-10-051-4/+4
* rear-nonsticky only for \n at end of compose header.marty hiatt2023-10-051-3/+5
* enable-custom-emoji: cl-find predicate for unlessmarty hiatt2023-10-051-11/+12
* remove lambda from masto-toot hookmarty hiatt2023-10-051-8/+9
* mastodon-toot--enable-custom-emoji: performance improvement.marty hiatt2023-10-041-6/+11
* cursor-face prop for fave etc markers.marty hiatt2023-09-271-2/+6
* mastodon-toot--action: 1 not 2 letsmarty hiatt2023-09-271-3/+3
* FIX toot-empty-p for attachment only post.marty hiatt2023-09-181-2/+2
* alist-get testfun equal in set-toot-languagemarty hiatt2023-09-151-1/+1
* Misc minor cosmetic changesStefan Monnier2023-08-271-4/+4
* Don't refer to obsolete font-lock face variablesStefan Monnier2023-08-271-2/+2
* Simplify calls to `alist-get`Stefan Monnier2023-08-271-1/+1
* message wait/done to attachment uploads, to avoid issues. See #478.marty hiatt2023-07-121-1/+2
* FIX boosting unlisted allowed, private not allowedmarty hiatt2023-05-251-1/+1
* use toot-url-regex rather than hack regex in count-toot-charsmarty hiatt2023-05-161-1/+2
* section headings, indentation, commentsmarty hiatt2023-05-151-18/+69
* indent buffersmarty hiatt2023-05-101-9/+9