Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use pop-to-buffer so that new window is selected | Rahguzar | 2024-01-08 | 1 | -2/+2 |
| | |||||
* | Tweak display actions to better preserve defaults | Rahguzar | 2024-01-07 | 1 | -2/+2 |
| | |||||
* | Use 'read-buffer' to choose a buffer | Rahguzar | 2024-01-07 | 1 | -4/+6 |
| | |||||
* | Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer' | Rahguzar | 2024-01-06 | 1 | -2/+2 |
| | | | | | | | This allows user to customize how buffers get shown using 'display-buffer-alist'. Also refactors mastodon-auth--show-notice. | ||||
* | Avoid error when there's only one window in a frame when closing window | Björn Bidar | 2023-12-31 | 1 | -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--thread | marty hiatt | 2023-12-23 | 1 | -0/+1 |
| | |||||
* | add cmd to url-lookup with no fedi-like check | marty hiatt | 2023-11-06 | 1 | -2/+8 |
| | |||||
* | Merge branch 'develop' | marty hiatt | 2023-10-30 | 1 | -4/+4 |
|\ | |||||
| * | next-/prev-toot>next-/prev-item, cond-case around pos update call | marty hiatt | 2023-10-15 | 1 | -4/+4 |
| | | |||||
* | | bump | marty hiatt | 2023-10-16 | 1 | -1/+1 |
| | | |||||
* | | bump | marty hiatt | 2023-10-15 | 1 | -1/+1 |
|/ | |||||
* | rename search-query to query | marty hiatt | 2023-10-14 | 1 | -1/+1 |
| | |||||
* | bump | marty hiatt | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | bump | marty hiatt | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | add fun mastodon-buffer-p | marty hiatt | 2023-10-13 | 1 | -0/+5 |
| | |||||
* | masto-url-p -> fedi-url-p | marty hiatt | 2023-10-12 | 1 | -2/+2 |
| | |||||
* | url-p: optional @ prefix for "users" url | marty hiatt | 2023-10-12 | 1 | -1/+1 |
| | |||||
* | bump | marty hiatt | 2023-10-12 | 1 | -1/+1 |
| | |||||
* | add rough hometown user statuses url regex | marty hiatt | 2023-10-11 | 1 | -0/+1 |
| | |||||
* | add settings check to mode-hook-fun, fix when check for hl-current | marty hiatt | 2023-10-08 | 1 | -6/+4 |
| | |||||
* | bump | marty hiatt | 2023-10-07 | 1 | -1/+1 |
| | |||||
* | bump | marty hiatt | 2023-10-05 | 1 | -1/+1 |
| | |||||
* | bump version | marty hiatt | 2023-10-05 | 1 | -1/+1 |
| | |||||
* | bump version | marty hiatt | 2023-10-05 | 1 | -1/+1 |
| | |||||
* | refactor mode function, to avoid multiple addition of lambda. | marty hiatt | 2023-10-04 | 1 | -7/+10 |
| | |||||
* | add misskey notes regex to masto-url-p | marty hiatt | 2023-10-02 | 1 | -1/+2 |
| | |||||
* | bump version | marty hiatt | 2023-09-27 | 1 | -1/+1 |
| | |||||
* | bump version | marty hiatt | 2023-08-30 | 1 | -1/+1 |
| | |||||
* | refactor mastodon-return-credential-account | marty hiatt | 2023-08-30 | 1 | -9/+8 |
| | |||||
* | Merge branch 'scratch/mastodon' into develop | marty hiatt | 2023-08-30 | 1 | -4/+2 |
|\ | |||||
| * | Misc minor cosmetic changes | Stefan Monnier | 2023-08-27 | 1 | -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 Monnier | 2023-08-27 | 1 | -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 hiatt | 2023-08-27 | 1 | -6/+14 |
|/ | |||||
* | new fun: mastodon-return-credential-account, var: ↵ | marty hiatt | 2023-08-22 | 1 | -0/+12 |
| | | | | | | mastodon-profile-credential-account FIX #480. | ||||
* | add defcustom: mastodon-tl--highlight-current-toot. | marty hiatt | 2023-08-16 | 1 | -1/+8 |
| | |||||
* | add lemmy comment url form to masto-url-p | marty hiatt | 2023-07-06 | 1 | -1/+2 |
| | |||||
* | mastodon-tl--scroll-up-command | marty hiatt | 2023-07-06 | 1 | -0/+1 |
| | |||||
* | add a lemmy community URL to url-p | marty hiatt | 2023-06-20 | 1 | -0/+1 |
| | |||||
* | tag bindings on ' and ", not overloading : | marty hiatt | 2023-06-11 | 1 | -2/+2 |
| | |||||
* | add lemmy post regex to masto-url-p | marty hiatt | 2023-06-10 | 1 | -1/+2 |
| | |||||
* | dm-user binding | marty hiatt | 2023-06-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'audit' into develop | marty hiatt | 2023-05-11 | 1 | -10/+5 |
|\ | |||||
| * | audit: mastodon.el, -toot.el (started) | marty hiatt | 2023-05-08 | 1 | -10/+5 |
| | | |||||
* | | package header line edit | marty hiatt | 2023-05-11 | 1 | -1/+1 |
|/ | |||||
* | Revert "with-mastodon-buffer macro" | marty hiatt | 2023-05-06 | 1 | -11/+0 |
| | | | | This reverts commit 51f8b782ac6721939e20eca459fe88eb4304857c. | ||||
* | Revert "updates to with-mastodon-buffer macro" | marty hiatt | 2023-05-06 | 1 | -11/+5 |
| | | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5. | ||||
* | with-masto-buffer declare | marty hiatt | 2023-05-06 | 1 | -1/+3 |
| | |||||
* | wrap commentary | marty hiatt | 2023-05-05 | 1 | -2/+5 |
| | |||||
* | remove old var-pitch-mode code | marty hiatt | 2023-05-04 | 1 | -3/+1 |
| | |||||
* | updates to with-mastodon-buffer macro | marty hiatt | 2023-05-04 | 1 | -4/+9 |
| |