Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | indent -toot.el | marty hiatt | 2023-10-05 | 1 | -4/+4 |
| | |||||
* | rear-nonsticky only for \n at end of compose header. | marty hiatt | 2023-10-05 | 1 | -3/+5 |
| | | | | | prevents a bug where header can be edited despite read-only, and if header edited, it will be partially posted as toot text. | ||||
* | enable-custom-emoji: cl-find predicate for unless | marty hiatt | 2023-10-05 | 1 | -11/+12 |
| | |||||
* | remove lambda from masto-toot hook | marty hiatt | 2023-10-05 | 1 | -8/+9 |
| | |||||
* | mastodon-toot--enable-custom-emoji: performance improvement. | marty hiatt | 2023-10-04 | 1 | -6/+11 |
| | |||||
* | cursor-face prop for fave etc markers. | marty hiatt | 2023-09-27 | 1 | -2/+6 |
| | | | | used to not break highlight-current-toot when inserting markers | ||||
* | mastodon-toot--action: 1 not 2 lets | marty hiatt | 2023-09-27 | 1 | -3/+3 |
| | |||||
* | FIX toot-empty-p for attachment only post. | marty hiatt | 2023-09-18 | 1 | -2/+2 |
| | |||||
* | alist-get testfun equal in set-toot-language | marty hiatt | 2023-09-15 | 1 | -1/+1 |
| | |||||
* | Misc minor cosmetic changes | Stefan Monnier | 2023-08-27 | 1 | -4/+4 |
| | | | | | | | Prefer # to quote function names. Remove some redundant `:group` arguments. Properly newline-terminate text files. Fix some ' warnings in docstrings. | ||||
* | Don't refer to obsolete font-lock face variables | Stefan Monnier | 2023-08-27 | 1 | -2/+2 |
| | | | | | | | * lisp/mastodon-profile.el (mastodon-profile--update-user-profile-note): * lisp/mastodon-tl.el (mastodon-tl--byline, mastodon-tl--toot-stats): * lisp/mastodon-toot.el (mastodon-toot--view-toot-edits): * lisp/mastodon-views.el (mastodon-views--minor-view): Quote face names. | ||||
* | Simplify calls to `alist-get` | Stefan Monnier | 2023-08-27 | 1 | -1/+1 |
| | | | | | | | | | | * lisp/mastodon-toot.el (mastodon-toot--set-toot-language): * lisp/mastodon-tl.el (mastodon-tl--read-rules-ids): * lisp/mastodon-profile.el (mastodon-profile--remove-from-followers-list): * lisp/mastodon-auth.el (mastodon-auth--access-token): * lisp/mastodon-views.el (mastodon-views--add-account-to-list) (mastodon-views--remove-account-from-list): Remove redundant optional arg to `alist-get` (`equal` is already the default). | ||||
* | message wait/done to attachment uploads, to avoid issues. See #478. | marty hiatt | 2023-07-12 | 1 | -1/+2 |
| | |||||
* | FIX boosting unlisted allowed, private not allowed | marty hiatt | 2023-05-25 | 1 | -1/+1 |
| | |||||
* | use toot-url-regex rather than hack regex in count-toot-chars | marty hiatt | 2023-05-16 | 1 | -1/+2 |
| | |||||
* | section headings, indentation, comments | marty hiatt | 2023-05-15 | 1 | -18/+69 |
| | |||||
* | indent buffers | marty hiatt | 2023-05-10 | 1 | -9/+9 |
| | |||||
* | audit of toot.el complete | marty hiatt | 2023-05-08 | 1 | -15/+9 |
| | |||||
* | audit more of toot.el, kbinds, reply in docs | marty hiatt | 2023-05-08 | 1 | -15/+8 |
| | |||||
* | count chars: use mastodon-toot-handle-regex | marty hiatt | 2023-05-08 | 1 | -4/+1 |
| | |||||
* | revert prev-window-config let | marty hiatt | 2023-05-08 | 1 | -9/+9 |
| | |||||
* | audit more of toot.el, attachments, scheduled | marty hiatt | 2023-05-08 | 1 | -28/+21 |
| | |||||
* | audit more of toot.el | marty hiatt | 2023-05-08 | 1 | -55/+38 |
| |