Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Count characters directly from string | Rahguzar | 2024-01-06 | 1 | -13/+6 | |
| | | ||||||
* | | message appropriately for foll req | marty hiatt | 2024-02-07 | 1 | -1/+4 | |
| | | ||||||
* | | dir-locals: Set indent-tab-mode to nil | David Edmondson | 2024-01-26 | 1 | -2/+4 | |
| | | ||||||
* | | Add 'o' binding to open the current toot in a browser | David Edmondson | 2024-01-26 | 3 | -0/+7 | |
| | | ||||||
* | | Add 'z' binding to bury the current buffer | David Edmondson | 2024-01-26 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request 'profile: Use v2 search when looking for users' (#524) ↵ | martianh | 2024-01-26 | 1 | -4/+4 | |
|\ \ | | | | | | | | | | | | | | | | from dme/mastodon.el:develop into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/524 | |||||
| * | | profile: Use v2 search when looking for users | David Edmondson | 2024-01-16 | 1 | -4/+4 | |
| |/ | ||||||
* | | fix typo in fun name | marty hiatt | 2024-01-26 | 1 | -1/+1 | |
| | | ||||||
* | | edit attachments description fun | marty hiatt | 2024-01-22 | 1 | -0/+24 | |
| | | ||||||
* | | preserve media when editing scheduled toot | marty hiatt | 2024-01-22 | 1 | -4/+4 | |
| | | ||||||
* | | mastodon-tl--tag-timeline-tags defcustom | marty hiatt | 2024-01-21 | 1 | -4/+10 | |
|/ | ||||||
* | 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 | 4 | -6/+16 | |
| | | | | | | | | 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> | |||||
* | add sensitive property to images, so we can blur them one day. | marty hiatt | 2023-12-23 | 2 | -45/+55 | |
| | ||||||
* | add RET binding for tl--thread | marty hiatt | 2023-12-23 | 1 | -0/+1 | |
| | ||||||
* | tl--content: only call tl--media if we have media | marty hiatt | 2023-12-22 | 1 | -2/+4 | |
| | ||||||
* | Merge pull request 'Use `equal' to access alist entries by ↵ | martianh | 2023-12-20 | 1 | -2/+2 | |
|\ | | | | | | | | | | | `mastodon-instance-url'' (#516) from dme/mastodon.el:devel/dme into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/516 | |||||
| * | Use `equal' to access alist entries by `mastodon-instance-url' | David Edmondson | 2023-12-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | If a user re-loads their mastodon.el configuration within an emacs session after using mastodon.el, the variable `mastodon-instance-url' may no longer be considered `eq' to the original value, even if they are the same string. To avoid this problem, compare using `equal'. | |||||
* | | 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. | |||||
* | | docstring | marty hiatt | 2023-12-08 | 1 | -1/+2 | |
| | | ||||||
* | | copy image caption cmd | marty hiatt | 2023-12-08 | 1 | -0/+10 | |
| | | ||||||
* | | add image-description text property | marty hiatt | 2023-12-08 | 2 | -3/+6 | |
|/ | ||||||
* | update help-echo for new profile cycle cmds | marty hiatt | 2023-11-14 | 1 | -1/+2 | |
| | ||||||
* | add (no replies) to statuses no replies profile view | marty hiatt | 2023-11-11 | 1 | -3/+6 | |
| | ||||||
* | 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 | 14 | -14/+0 | |
|/ | ||||||
* | toot--reply: call toot--compose-buffer not just toot | marty hiatt | 2023-11-09 | 1 | -1/+1 | |
| | ||||||
* | buffer-for: fix () to ensure goto point min works on cycle | marty hiatt | 2023-11-09 | 1 | -7/+7 | |
| | ||||||
* | implement exclude_replies on profile view, inc. cycle | marty hiatt | 2023-11-09 | 2 | -26/+39 | |
| | ||||||
* | edit toots adopt attachments. FIX #506 | marty hiatt | 2023-11-06 | 2 | -20/+43 | |
| | | | | | | | - 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! | |||||
* | display-media-p var > defcustom | marty hiatt | 2023-11-06 | 1 | -3/+4 | |
| | ||||||
* | add msg about loss of attachments on editing toot | marty hiatt | 2023-11-06 | 1 | -1/+1 | |
| | ||||||
* | add cmd to url-lookup with no fedi-like check | marty hiatt | 2023-11-06 | 1 | -2/+8 | |
| | ||||||
* | add role badge to profiles. FIX #504. | marty hiatt | 2023-10-31 | 1 | -0/+13 | |
| | ||||||
* | call remove-overlays in --thread (fix bug display of play if we reload a thread) | marty hiatt | 2023-10-31 | 1 | -0/+1 | |
| | ||||||
* | flychecks | marty hiatt | 2023-10-30 | 2 | -4/+11 | |
| | ||||||
* | profile--item-json is no cmd | marty hiatt | 2023-10-30 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'develop' | marty hiatt | 2023-10-30 | 11 | -407/+501 | |
|\ | ||||||
| * | Merge branch 'triage-response-data' into develop | marty hiatt | 2023-10-30 | 6 | -46/+54 | |
| |\ | ||||||
| | * | note re tags timeline limit number of tags | marty hiatt | 2023-10-28 | 1 | -1/+3 | |
| | | | ||||||
| | * | triage: call cb on response. do-user-action-fun: check response data | marty hiatt | 2023-10-28 | 6 | -46/+54 | |
| | | | | | | | | | | | | this means the triage callback always needs to handle 1 arg. | |||||
| * | | request-auth-code: select-enable-clipboard. | marty hiatt | 2023-10-30 | 1 | -0/+1 | |
| | | | ||||||
| * | | note re tags timeline limit number of tags | marty hiatt | 2023-10-28 | 1 | -1/+3 | |
| |/ |