aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* remove stray or clauses in tl--goto-item-posmarty hiatt2024-02-221-10/+11
|
* make byte-compiler happiermarty hiatt2024-02-222-2/+5
|
* move condition case from http get-response to credential-accountmarty hiatt2024-02-212-8/+8
|
* views: ensure things have item-type prop, and string-trim scheduledsmarty hiatt2024-02-201-2/+3
|
* string-trim-left on remove-docsmarty hiatt2024-02-201-1/+2
|
* update: skip scheduled-statuses viewmarty hiatt2024-02-201-0/+1
|
* toot: defcustom emojify in composemarty hiatt2024-02-201-0/+3
|
* http: some hack error handling in get-responsemarty hiatt2024-02-201-2/+8
|
* comment re return-creds-accmarty hiatt2024-02-201-0/+5
|
* readme completionmarty hiatt2024-02-191-1/+2
|
* read me, var indexmarty hiatt2024-02-192-35/+39
|
* toot.el: use all emoji for : capf, and get text annotationmarty hiatt2024-02-191-4/+18
|
* docstringsmarty hiatt2024-02-151-2/+3
|
* my-profile: load by id, rather than server searchmarty hiatt2024-02-101-1/+3
|
* Merge pull request 'Use display-buffer to allow customization' (#522) from ↵martianh2024-02-085-40/+29
|\ | | | | | | | | | | rahguzar/mastodon.el:display-buffer into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/522
| * Use pop-to-buffer so that new window is selectedRahguzar2024-01-081-2/+2
| |
| * Tweak display actions to better preserve defaultsRahguzar2024-01-071-2/+2
| |
| * Use 'read-buffer' to choose a bufferRahguzar2024-01-071-4/+6
| |
| * Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer'Rahguzar2024-01-064-23/+17
| | | | | | | | | | | | | | This allows user to customize how buffers get shown using 'display-buffer-alist'. Also refactors mastodon-auth--show-notice.
| * Count characters directly from stringRahguzar2024-01-061-13/+6
| |
* | message appropriately for foll reqmarty hiatt2024-02-071-1/+4
| |
* | cmd indexmarty hiatt2024-02-011-3/+9
| |
* | Merge pull request 'Add a couple of key bindings that I have found useful' ↵martianh2024-01-264-2/+12
|\ \ | | | | | | | | | | | | | | | (#525) from dme/mastodon.el:devel/suspend into develop Reviewed-on: https://codeberg.org/martianh/mastodon.el/pulls/525
| * | dir-locals: Set indent-tab-mode to nilDavid Edmondson2024-01-261-2/+4
| | |
| * | Add 'o' binding to open the current toot in a browserDavid Edmondson2024-01-263-0/+7
| | |
| * | Add 'z' binding to bury the current bufferDavid Edmondson2024-01-261-0/+1
|/ /
* | Merge pull request 'profile: Use v2 search when looking for users' (#524) ↵martianh2024-01-261-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 usersDavid Edmondson2024-01-161-4/+4
| |/
* | fix typo in fun namemarty hiatt2024-01-261-1/+1
| |
* | edit attachments description funmarty hiatt2024-01-221-0/+24
| |
* | preserve media when editing scheduled tootmarty hiatt2024-01-221-4/+4
| |
* | mastodon-tl--tag-timeline-tags defcustommarty hiatt2024-01-211-4/+10
|/
* fix signature of make-capf so we call it right!marty hiatt2023-12-311-1/+1
|
* mastodon--kill-window in toot-tests.elmarty hiatt2023-12-311-3/+3
|
* Avoid error when there's only one window in a frame when closing windowBjörn Bidar2023-12-314-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 hiatt2023-12-232-45/+55
|
* add RET binding for tl--threadmarty hiatt2023-12-231-0/+1
|
* tl--content: only call tl--media if we have mediamarty hiatt2023-12-221-2/+4
|
* Merge pull request 'Use `equal' to access alist entries by ↵martianh2023-12-201-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 Edmondson2023-12-191-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 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
| | | | | | | | media-attachments contains image data, so is slow.
* | docstringmarty hiatt2023-12-081-1/+2
| |
* | copy image caption cmdmarty hiatt2023-12-081-0/+10
| |
* | add image-description text propertymarty hiatt2023-12-082-3/+6
|/
* update help-echo for new profile cycle cmdsmarty hiatt2023-11-141-1/+2
|