Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename search-query to query | marty hiatt | 2023-10-14 | 1 | -3/+3 |
| | |||||
* | fix search statuses from profile | marty hiatt | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | header-line-format no comment face | marty hiatt | 2023-10-13 | 1 | -3/+1 |
| | |||||
* | update profile note: subst cmd keys | marty hiatt | 2023-10-13 | 1 | -1/+2 |
| | |||||
* | also message profile search binding | marty hiatt | 2023-10-13 | 1 | -1/+2 |
| | |||||
* | docstring for account search | marty hiatt | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | sub command keys for profile / search msg | marty hiatt | 2023-10-12 | 1 | -3/+5 |
| | |||||
* | flychecks | marty hiatt | 2023-10-12 | 1 | -0/+2 |
| | |||||
* | rough account statuses search | marty hiatt | 2023-10-12 | 1 | -0/+8 |
| | |||||
* | profile:message cycle binding | marty hiatt | 2023-10-12 | 1 | -1/+2 |
| | |||||
* | set update-params buf spec in --make-profile-buffer-for | marty hiatt | 2023-09-20 | 1 | -1/+2 |
| | |||||
* | Don't refer to obsolete font-lock face variables | Stefan Monnier | 2023-08-27 | 1 | -2/+2 |
| | | | | | | | * 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-27 | 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). | ||||
* | let* in update-meta-fields-alist | marty hiatt | 2023-08-22 | 1 | -7/+7 |
| | |||||
* | flychecks for new vars/fun | marty hiatt | 2023-08-22 | 1 | -3/+4 |
| | |||||
* | new var: mastodon-profile-acccount-preferences-data, to reduce requests | marty hiatt | 2023-08-22 | 1 | -3/+10 |
| | |||||
* | new fun: mastodon-return-credential-account, var: ↵ | marty hiatt | 2023-08-22 | 1 | -5/+6 |
| | | | | | | mastodon-profile-credential-account FIX #480. | ||||
* | let* for update-note-count | marty hiatt | 2023-07-25 | 1 | -1/+1 |
| | |||||
* | profile: switch followed-by/following display | marty hiatt | 2023-06-10 | 1 | -2/+2 |
| | |||||
* | rename tl--user-handles-get | marty hiatt | 2023-05-24 | 1 | -4/+4 |
| | |||||
* | remove overlays for profiles also | marty hiatt | 2023-05-17 | 1 | -0/+1 |
| | |||||
* | tiny audits in profile.el and tl.el | marty hiatt | 2023-05-16 | 1 | -32/+29 |
| | |||||
* | don't quote keywords | marty hiatt | 2023-05-16 | 1 | -2/+2 |
| | |||||
* | refactoring in update-meta-fields-alist | marty hiatt | 2023-05-16 | 1 | -9/+5 |
| | |||||
* | refactoring in profile--update-note-count | marty hiatt | 2023-05-16 | 1 | -6/+5 |
| | |||||
* | indent buffers | marty hiatt | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | finish audit of profile.el | marty hiatt | 2023-05-08 | 1 | -29/+19 |
| | |||||
* | audit some more profile.el | marty hiatt | 2023-05-08 | 1 | -10/+8 |
| | |||||
* | rename profile--add-author-bylines to profile--format-user | marty hiatt | 2023-05-08 | 1 | -7/+5 |
| | |||||
* | semi-refactor mastodon-profile--toggle-account-key | marty hiatt | 2023-05-08 | 1 | -5/+4 |
| | |||||
* | remove useless fun profile--account-field | marty hiatt | 2023-05-08 | 1 | -7/+2 |
| | |||||
* | audit profile.el | marty hiatt | 2023-05-08 | 1 | -45/+28 |
| | |||||
* | docstring | marty hiatt | 2023-05-08 | 1 | -7/+1 |
| | |||||
* | let-alist the hell out of --make-profile-buffer-for | marty hiatt | 2023-05-08 | 1 | -128/+116 |
| | |||||
* | profile-show-user: allow calling when point on profile header. | marty hiatt | 2023-05-08 | 1 | -0/+1 |
| | |||||
* | Merge branch 'with-masto-buf-2' into develop | marty hiatt | 2023-05-07 | 1 | -103/+95 |
|\ | |||||
| * | eval-when-compile for with-mastodon-buffer, and re-indent | marty hiatt | 2023-05-06 | 1 | -99/+98 |
| | | |||||
* | | Revert "with-mastodon-buffer macro" | marty hiatt | 2023-05-06 | 1 | -87/+89 |
| | | | | | | | | This reverts commit 51f8b782ac6721939e20eca459fe88eb4304857c. | ||||
* | | Revert "updates to with-mastodon-buffer macro" | marty hiatt | 2023-05-06 | 1 | -14/+17 |
|/ | | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5. | ||||
* | updates to with-mastodon-buffer macro | marty hiatt | 2023-05-04 | 1 | -17/+14 |
| | |||||
* | with-mastodon-buffer macro | marty hiatt | 2023-05-03 | 1 | -89/+87 |
| | |||||
* | flychecks | marty hiatt | 2023-04-30 | 1 | -1/+1 |
| | |||||
* | replace hypen horiz-bars with unicode masto-tl--horiz-bar if poss | marty hiatt | 2023-03-23 | 1 | -5/+5 |
| | |||||
* | adjust spacing for TOOTS in profile view | marty hiatt | 2023-03-21 | 1 | -2/+2 |
| | |||||
* | fix acccount-view-cycle and tl--get-buffer-type to handle profile views sans ↵ | marty hiatt | 2023-03-21 | 1 | -3/+3 |
| | | | | boosts | ||||
* | add unique buffer name to profile statuses without boosts | marty hiatt | 2023-03-21 | 1 | -2/+8 |
| | |||||
* | document JOINED, remove ts from profile.el | marty hiatt | 2023-03-21 | 1 | -2/+3 |
| | |||||
* | manually(!) apply stephan monnier's patch, save the ts work | marty hiatt | 2023-03-21 | 1 | -4/+4 |
| | | | | thanks stephan! | ||||
* | use tl--property 'prop :no-move. FIX #416 | marty hiatt | 2023-03-21 | 1 | -3/+3 |
| | |||||
* | add no-move arg to --property, rename --grab-profile-json | marty hiatt | 2023-03-21 | 1 | -9/+4 |
| |