aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* mastodon-tl--scroll-up-commandmarty hiatt2023-07-061-0/+1
|
* add a lemmy community URL to url-pmarty hiatt2023-06-201-0/+1
|
* tag bindings on ' and ", not overloading :marty hiatt2023-06-111-2/+2
|
* add lemmy post regex to masto-url-pmarty hiatt2023-06-101-1/+2
|
* dm-user bindingmarty hiatt2023-06-051-0/+1
|
* Merge branch 'audit' into developmarty hiatt2023-05-111-10/+5
|\
| * audit: mastodon.el, -toot.el (started)marty hiatt2023-05-081-10/+5
| |
* | package header line editmarty hiatt2023-05-111-1/+1
|/
* Revert "with-mastodon-buffer macro"marty hiatt2023-05-061-11/+0
| | | | This reverts commit 51f8b782ac6721939e20eca459fe88eb4304857c.
* Revert "updates to with-mastodon-buffer macro"marty hiatt2023-05-061-11/+5
| | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5.
* with-masto-buffer declaremarty hiatt2023-05-061-1/+3
|
* wrap commentarymarty hiatt2023-05-051-2/+5
|
* remove old var-pitch-mode codemarty hiatt2023-05-041-3/+1
|
* updates to with-mastodon-buffer macromarty hiatt2023-05-041-4/+9
|
* with-mastodon-buffer macromarty hiatt2023-05-031-0/+10
|
* flychecksmarty hiatt2023-04-301-1/+1
|
* variable pitch for toot compose buffer, but not for docsmarty hiatt2023-04-291-0/+14
|
* mastodon.el: update commentary and file headermarty hiatt2023-04-251-3/+2
|
* report to mods bindingmarty hiatt2023-04-211-0/+2
|
* Merge branch 'develop'marty hiatt2023-04-051-3/+8
|\
| * change package descriptionmarty hiatt2023-04-051-1/+1
| |
| * move followed-tags-tl bindingmarty hiatt2023-04-011-1/+1
| |
| * timeline of all followed tags. FIX #409.marty hiatt2023-04-011-0/+2
| |
| * require searchmarty hiatt2023-03-291-2/+1
| |
| * remove duplicate autoloadmarty hiatt2023-03-291-1/+0
| |
| * add force arg to notifs-get, and use it in reload-timeline-marty hiatt2023-03-271-3/+6
| |
* | change package descriptionmarty hiatt2023-04-051-1/+1
| |
* | require searchmarty hiatt2023-03-291-2/+1
| |
* | remove duplicate autoloadmarty hiatt2023-03-291-1/+0
| |
* | Merge branch 'develop'marty hiatt2023-03-231-81/+75
|\|
| * bind switch buffers to "/"marty hiatt2023-03-211-0/+1
| |
| * manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-3/+0
| | | | | | | | thanks stephan!
| * use tl--property 'prop :no-move. FIX #416marty hiatt2023-03-211-1/+1
| |
| * cleanup mastodon-mode-map, switch s / S bindings. FIX $408marty hiatt2023-03-201-29/+31
| |
| * rename view-follow-suggestionsmarty hiatt2023-03-201-2/+2
| |
| * rename bookmark togglemarty hiatt2023-03-201-1/+1
| |
| * remove redundant lambda from mapcar in switch-buffermarty hiatt2023-03-191-3/+1
| |
| * edit masto-url-p to handle bookwrym usersmarty hiatt2023-03-191-1/+1
| |