aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
Commit message (Collapse)AuthorAgeFilesLines
* toot-id>item-id, toot-json>item-json, item-type for nav, byline still neededmarty hiatt2023-10-151-17/+17
|
* change some error calls to user-error callsmarty hiatt2023-10-151-3/+3
|
* rename search-query to querymarty hiatt2023-10-141-3/+3
|
* fix search statuses from profilemarty hiatt2023-10-131-1/+1
|
* header-line-format no comment facemarty hiatt2023-10-131-3/+1
|
* update profile note: subst cmd keysmarty hiatt2023-10-131-1/+2
|
* also message profile search bindingmarty hiatt2023-10-131-1/+2
|
* docstring for account searchmarty hiatt2023-10-131-1/+1
|
* sub command keys for profile / search msgmarty hiatt2023-10-121-3/+5
|
* flychecksmarty hiatt2023-10-121-0/+2
|
* rough account statuses searchmarty hiatt2023-10-121-0/+8
|
* profile:message cycle bindingmarty hiatt2023-10-121-1/+2
|
* set update-params buf spec in --make-profile-buffer-formarty hiatt2023-09-201-1/+2
|
* Don't refer to obsolete font-lock face variablesStefan Monnier2023-08-271-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 Monnier2023-08-271-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-alistmarty hiatt2023-08-221-7/+7
|
* flychecks for new vars/funmarty hiatt2023-08-221-3/+4
|
* new var: mastodon-profile-acccount-preferences-data, to reduce requestsmarty hiatt2023-08-221-3/+10
|
* new fun: mastodon-return-credential-account, var: ↵marty hiatt2023-08-221-5/+6
| | | | | | mastodon-profile-credential-account FIX #480.
* let* for update-note-countmarty hiatt2023-07-251-1/+1
|
* profile: switch followed-by/following displaymarty hiatt2023-06-101-2/+2
|
* rename tl--user-handles-getmarty hiatt2023-05-241-4/+4
|
* remove overlays for profiles alsomarty hiatt2023-05-171-0/+1
|
* tiny audits in profile.el and tl.elmarty hiatt2023-05-161-32/+29
|
* don't quote keywordsmarty hiatt2023-05-161-2/+2
|
* refactoring in update-meta-fields-alistmarty hiatt2023-05-161-9/+5
|
* refactoring in profile--update-note-countmarty hiatt2023-05-161-6/+5
|
* indent buffersmarty hiatt2023-05-101-2/+2
|
* finish audit of profile.elmarty hiatt2023-05-081-29/+19
|
* audit some more profile.elmarty hiatt2023-05-081-10/+8
|
* rename profile--add-author-bylines to profile--format-usermarty hiatt2023-05-081-7/+5
|
* semi-refactor mastodon-profile--toggle-account-keymarty hiatt2023-05-081-5/+4
|
* remove useless fun profile--account-fieldmarty hiatt2023-05-081-7/+2
|
* audit profile.elmarty hiatt2023-05-081-45/+28
|
* docstringmarty hiatt2023-05-081-7/+1
|
* let-alist the hell out of --make-profile-buffer-formarty hiatt2023-05-081-128/+116
|
* profile-show-user: allow calling when point on profile header.marty hiatt2023-05-081-0/+1
|
* Merge branch 'with-masto-buf-2' into developmarty hiatt2023-05-071-103/+95
|\
| * eval-when-compile for with-mastodon-buffer, and re-indentmarty hiatt2023-05-061-99/+98
| |
* | Revert "with-mastodon-buffer macro"marty hiatt2023-05-061-87/+89
| | | | | | | | This reverts commit 51f8b782ac6721939e20eca459fe88eb4304857c.
* | Revert "updates to with-mastodon-buffer macro"marty hiatt2023-05-061-14/+17
|/ | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5.
* updates to with-mastodon-buffer macromarty hiatt2023-05-041-17/+14
|
* with-mastodon-buffer macromarty hiatt2023-05-031-89/+87
|
* flychecksmarty hiatt2023-04-301-1/+1
|
* replace hypen horiz-bars with unicode masto-tl--horiz-bar if possmarty hiatt2023-03-231-5/+5
|
* adjust spacing for TOOTS in profile viewmarty hiatt2023-03-211-2/+2
|
* fix acccount-view-cycle and tl--get-buffer-type to handle profile views sans ↵marty hiatt2023-03-211-3/+3
| | | | boosts
* add unique buffer name to profile statuses without boostsmarty hiatt2023-03-211-2/+8
|
* document JOINED, remove ts from profile.elmarty hiatt2023-03-211-2/+3
|
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-4/+4
| | | | thanks stephan!