Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mastodon-http--api-search fun (search uses api v2) | marty hiatt | 2023-10-13 | 1 | -1/+3 | |
| | ||||||
* | handle search type buffers in buffer-type | marty hiatt | 2023-10-12 | 1 | -2/+11 | |
| | ||||||
* | improve handling of click to play: if image, call shr-browse-image | marty hiatt | 2023-10-10 | 1 | -9/+16 | |
| | ||||||
* | click to play video | marty hiatt | 2023-10-10 | 1 | -0/+6 | |
| | ||||||
* | expand-content-warnings custom: don't quote server symbol | marty hiatt | 2023-10-09 | 1 | -1/+1 | |
| | ||||||
* | add mastodon-tl--expand-content-warnings. FIX #488. | marty hiatt | 2023-10-08 | 1 | -9/+25 | |
| | ||||||
* | (mastodon-tl--relative-time-details): Use `mastodon-tl--human-duration` | Stefan Monnier | 2023-09-21 | 1 | -54/+38 | |
| | | | | | | | | * lisp/mastodon-tl.el (mastodon-tl--human-duration): Cap the finest resolution and return a pair to include the resolution used. (mastodon-tl--format-poll-expiry): Adjust accordingly. (mastodon-tl--relative-time-details): Rewrite using `mastodon-tl--human-duration`. | |||||
* | Misc minor cosmetic changes | Stefan Monnier | 2023-08-29 | 1 | -4/+4 | |
| | | | | | | | Prefer # to quote function names. Remove some redundant `:group` arguments. Properly newline-terminate text files. Fix some ' warnings in docstrings. | |||||
* | Don't refer to obsolete font-lock face variables | Stefan Monnier | 2023-08-29 | 1 | -6/+6 | |
| | | | | | | | * lisp/mastodon-profile.el (mastodon-profile--update-user-profile-note): * lisp/mastodon-tl.el (mastodon-tl--byline, mastodon-tl--toot-stats): * lisp/mastodon-toot.el (mastodon-toot--view-toot-edits): * lisp/mastodon-views.el (mastodon-views--minor-view): Quote face names. | |||||
* | Simplify calls to `alist-get` | Stefan Monnier | 2023-08-29 | 1 | -1/+1 | |
| | | | | | | | | | | * lisp/mastodon-toot.el (mastodon-toot--set-toot-language): * lisp/mastodon-tl.el (mastodon-tl--read-rules-ids): * lisp/mastodon-profile.el (mastodon-profile--remove-from-followers-list): * lisp/mastodon-auth.el (mastodon-auth--access-token): * lisp/mastodon-views.el (mastodon-views--add-account-to-list) (mastodon-views--remove-account-from-list): Remove redundant optional arg to `alist-get` (`equal` is already the default). | |||||
* | * lisp/mastodon.el: Remove `ts` from `Package-Requires:` | Stefan Monnier | 2023-08-29 | 1 | -18/+34 | |
| | | | | | | | | | | | | | 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--human-duration): New function. (mastodon-tl--format-poll-expiry): Rewrite using it. | |||||
* | add defcustom: mastodon-tl--highlight-current-toot. | marty hiatt | 2023-08-16 | 1 | -1/+5 | |
| | ||||||
* | add 'cursor-face 'hightlight to insert-status. | marty hiatt | 2023-08-16 | 1 | -1/+2 | |
| | ||||||
* | fix type name for tl--show-stats | marty hiatt | 2023-07-13 | 1 | -1/+1 | |
| | ||||||
* | better docstring for mastodon-tl--scroll-up-command | marty hiatt | 2023-07-06 | 1 | -1/+1 | |
| | ||||||
* | mastodon-tl--scroll-up-command | marty hiatt | 2023-07-06 | 1 | -0/+9 | |
| | ||||||
* | handle updating a single-toot view. FIX #476. | marty hiatt | 2023-06-27 | 1 | -2/+10 | |
| | ||||||
* | help-echo for direct/private byline icons | marty hiatt | 2023-06-22 | 1 | -2/+4 | |
| | ||||||
* | handle nil value in poll expires_at attr. | marty hiatt | 2023-06-15 | 1 | -1/+3 | |
| | ||||||
* | mute thread from notifs view | marty hiatt | 2023-06-13 | 1 | -5/+8 | |
| | | | | uses base-toot-id, which i'm just praying is right. | |||||
* | fix get user handles profile note test. FIX #472. | marty hiatt | 2023-06-03 | 1 | -2/+3 | |
| | | | | | this way, if in profile note, we just return profile owner, else we might be on a toot in a profile, and so just proceed normally. | |||||
* | extract-userhandle-from-url: check for url-filename | marty hiatt | 2023-05-26 | 1 | -0/+2 | |
| | | | | | i ran into a "handle" that was just a TLD link. if we don't error when url-filename is "", and just do nothing, SHR seems to render such a handle fine. | |||||
* | more tiny -tl cleanups | marty hiatt | 2023-05-24 | 1 | -12/+11 | |
| | ||||||
* | rename tl--user-handles-get | marty hiatt | 2023-05-24 | 1 | -10/+9 | |
| | ||||||
* | tiny refactor tl--mute-or-unmute-thread | marty hiatt | 2023-05-23 | 1 | -23/+19 | |
| | ||||||
* | tl--content: use tl--field | marty hiatt | 2023-05-23 | 1 | -4/+1 | |
| | ||||||
* | move list call in tl--read-poll-option | marty hiatt | 2023-05-23 | 1 | -21/+21 | |
| | ||||||
* | let-alist tl--media-attachment | marty hiatt | 2023-05-23 | 1 | -24/+16 | |
| | ||||||
* | tiny comments/wrap | marty hiatt | 2023-05-23 | 1 | -3/+1 | |
| | ||||||
* | macros together in tl.el | marty hiatt | 2023-05-23 | 1 | -16/+16 | |
| | ||||||
* | rename buffer-spec get funs | marty hiatt | 2023-05-23 | 1 | -21/+21 | |
| | ||||||
* | if not in tl--set-after-update-marker | marty hiatt | 2023-05-23 | 1 | -17/+17 | |
| | ||||||
* | indent -tl.el | marty hiatt | 2023-05-23 | 1 | -6/+6 | |
| | ||||||
* | factor out mastodon-tl--do-init | marty hiatt | 2023-05-23 | 1 | -37/+25 | |
| | ||||||
* | no stats for foll/foll_req notifs | marty hiatt | 2023-05-16 | 1 | -4/+6 | |
| | ||||||
* | tiny audits in profile.el and tl.el | marty hiatt | 2023-05-16 | 1 | -5/+2 | |
| | ||||||
* | no kw arg for completing-read require-match | marty hiatt | 2023-05-16 | 1 | -1/+1 | |
| | ||||||
* | FIX #467. follow tag: prompt for tags in post, default tag at point. | marty hiatt | 2023-05-13 | 1 | -5/+17 | |
| | ||||||
* | follow-tag: use tag at point by default | marty hiatt | 2023-05-12 | 1 | -1/+5 | |
| | ||||||
* | fix poll count display. | marty hiatt | 2023-05-11 | 1 | -1/+2 | |
| | ||||||
* | remove overlays in tl--init*/-sync | marty hiatt | 2023-05-11 | 1 | -1/+3 | |
| | ||||||
* | indent buffers | marty hiatt | 2023-05-10 | 1 | -11/+11 | |
| | ||||||
* | audit -tl.el finish | marty hiatt | 2023-05-09 | 1 | -101/+67 | |
| | ||||||
* | let-alist for tl--toot-stats | marty hiatt | 2023-05-09 | 1 | -22/+15 | |
| | ||||||
* | auditing -tl.el | marty hiatt | 2023-05-09 | 1 | -44/+33 | |
| | ||||||
* | remove duplicate funs | marty hiatt | 2023-05-09 | 1 | -102/+0 | |
| | ||||||
* | audit 1/3 of tl.el | marty hiatt | 2023-05-08 | 1 | -63/+45 | |
| | ||||||
* | remove profile--account-field from tl.el | marty hiatt | 2023-05-08 | 1 | -7/+5 | |
| | ||||||
* | rename profile--add-author-bylines to profile--format-user | marty hiatt | 2023-05-08 | 1 | -1/+1 | |
| | ||||||
* | adjust format-poll-option | marty hiatt | 2023-05-08 | 1 | -3/+3 | |
| |