aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
Commit message (Collapse)AuthorAgeFilesLines
* \ binding for remote local tlmarty hiatt2024-05-301-0/+1
|
* bumb versionmarty hiatt2024-05-271-1/+1
|
* bump versionmarty hiatt2024-05-211-1/+1
|
* bump version for ELPAmarty hiatt2024-05-211-1/+1
|
* url-lookup: try shr-url prop before thing-at pointmarty hiatt2024-05-021-1/+1
| | | | | | thing at point captures the closing ) of URLs in brackets, which makes webfinger fail. maybe shr-url should always get first dibs before thing-at-point also?
* docstrings - reduce explicit refs to Mastodon itself.marty hiatt2024-03-271-6/+6
|
* roll our own url-at-point fun, in case eww not loadedmarty hiatt2024-03-091-2/+5
|
* add eww--url-at-point to thing-at-point-provider-alistmarty hiatt2024-02-231-1/+6
|
* make byte-compiler happiermarty hiatt2024-02-221-1/+3
|
* move condition case from http get-response to credential-accountmarty hiatt2024-02-211-1/+6
|
* comment re return-creds-accmarty hiatt2024-02-201-0/+5
|
* Merge pull request 'Use display-buffer to allow customization' (#522) from ↵martianh2024-02-081-6/+8
|\ | | | | | | | | | | 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-061-2/+2
| | | | | | | | | | | | | | This allows user to customize how buffers get shown using 'display-buffer-alist'. Also refactors mastodon-auth--show-notice.
* | Add 'o' binding to open the current toot in a browserDavid Edmondson2024-01-261-0/+1
| |
* | Add 'z' binding to bury the current bufferDavid Edmondson2024-01-261-0/+1
|/
* Avoid error when there's only one window in a frame when closing windowBjörn Bidar2023-12-311-1/+7
| | | | | | | | 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 RET binding for tl--threadmarty hiatt2023-12-231-0/+1
|
* add cmd to url-lookup with no fedi-like checkmarty hiatt2023-11-061-2/+8
|
* Merge branch 'develop'marty hiatt2023-10-301-4/+4
|\
| * next-/prev-toot>next-/prev-item, cond-case around pos update callmarty hiatt2023-10-151-4/+4
| |
* | bumpmarty hiatt2023-10-161-1/+1
| |
* | bumpmarty hiatt2023-10-151-1/+1
|/
* rename search-query to querymarty hiatt2023-10-141-1/+1
|
* bumpmarty hiatt2023-10-131-1/+1
|
* bumpmarty hiatt2023-10-131-1/+1
|
* add fun mastodon-buffer-pmarty hiatt2023-10-131-0/+5
|
* masto-url-p -> fedi-url-pmarty hiatt2023-10-121-2/+2
|
* url-p: optional @ prefix for "users" urlmarty hiatt2023-10-121-1/+1
|
* bumpmarty hiatt2023-10-121-1/+1
|
* add rough hometown user statuses url regexmarty hiatt2023-10-111-0/+1
|
* add settings check to mode-hook-fun, fix when check for hl-currentmarty hiatt2023-10-081-6/+4
|
* bumpmarty hiatt2023-10-071-1/+1
|
* bumpmarty hiatt2023-10-051-1/+1
|
* bump versionmarty hiatt2023-10-051-1/+1
|
* bump versionmarty hiatt2023-10-051-1/+1
|
* refactor mode function, to avoid multiple addition of lambda.marty hiatt2023-10-041-7/+10
|
* add misskey notes regex to masto-url-pmarty hiatt2023-10-021-1/+2
|
* bump versionmarty hiatt2023-09-271-1/+1
|
* bump versionmarty hiatt2023-08-301-1/+1
|
* refactor mastodon-return-credential-accountmarty hiatt2023-08-301-9/+8
|
* Merge branch 'scratch/mastodon' into developmarty hiatt2023-08-301-4/+2
|\
| * Misc minor cosmetic changesStefan Monnier2023-08-271-3/+1
| | | | | | | | | | | | | | Prefer # to quote function names. Remove some redundant `:group` arguments. Properly newline-terminate text files. Fix some ' warnings in docstrings.
| * * lisp/mastodon.el: Remove `ts` from `Package-Requires:`Stefan Monnier2023-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This is/was the main hurdle to be able to include `mastodon.el` into (Non)GNU ELPA since `ts` is/was not in (Non)GNU ELPA. Also I think the replacement function is more flexible and gives better results :-) * lisp/mastodon-tl.el: Don't require `ts`. (mastodon-tl--time-units): New const. (mastodon-tl--format-poll-expiry): Rewrite.
* | force arg for mastodon-return-credential-account.marty hiatt2023-08-271-6/+14
|/
* new fun: mastodon-return-credential-account, var: ↵marty hiatt2023-08-221-0/+12
| | | | | | mastodon-profile-credential-account FIX #480.
* add defcustom: mastodon-tl--highlight-current-toot.marty hiatt2023-08-161-1/+8
|
* add lemmy comment url form to masto-url-pmarty hiatt2023-07-061-1/+2
|