aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
...
* replace hypen horiz-bars with unicode masto-tl--horiz-bar if possmarty hiatt2023-03-231-8/+13
|
* make list-follow-tags idiot proofmarty hiatt2023-03-231-2/+4
|
* remove extra blank linemarty hiatt2023-03-231-1/+0
|
* fix toggle show toot statsmarty hiatt2023-03-231-36/+37
|
* separate faves/boosts-count prop in toot-statsmarty hiatt2023-03-231-4/+8
| | | | this is so we can safely update the count display prop without touching the emoji
* do-if-toot-strict, to prevent faves/boosts on user listingsmarty hiatt2023-03-221-1/+8
|
* fix acccount-view-cycle and tl--get-buffer-type to handle profile views sans ↵marty hiatt2023-03-211-9/+13
| | | | boosts
* remove stale TODOs, test for notifs buffer in format-help-echomarty hiatt2023-03-211-10/+3
|
* FIX changing --property arity breaking more/update/nextmarty hiatt2023-03-211-1/+1
|
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-41/+37
| | | | thanks stephan!
* cull unused, and now unneeded, --has-toots-p funmarty hiatt2023-03-211-13/+0
|
* Merge branch 'stats-byline' into develop. FIX #414marty hiatt2023-03-211-19/+74
|\
| * fix toot-stats fun name!marty hiatt2023-03-211-2/+2
| |
| * print toot stats right aligned on byline. FIX #414.marty hiatt2023-03-201-19/+74
| | | | | | | | | | | | code adapted from https://github.com/rougier/mastodon-alt. Thanks nicholas rougier.
* | use tl--property 'prop :no-move. FIX #416marty hiatt2023-03-211-16/+17
| |
* | add no-move arg to --property, rename --grab-profile-jsonmarty hiatt2023-03-211-12/+11
|/
* stray map-get-accts >> use map-alistmarty hiatt2023-03-201-1/+1
|
* fix calls to map-account-id-from-tootmarty hiatt2023-03-201-2/+2
|
* factor out map-account-id-from-tootmarty hiatt2023-03-201-8/+10
|
* indent tl.elmarty hiatt2023-03-201-10/+10
|
* add erase-buffer calls to our with-current-buffer callsmarty hiatt2023-03-201-0/+4
|
* remove unused codemarty hiatt2023-03-201-5/+0
|
* add comment re testmarty hiatt2023-03-201-0/+1
|
* rename mastodon-tl-map-alist-to-alist to mastodon-tl--map-alist-vals-to-alistmarty hiatt2023-03-191-1/+1
|
* refactor tl--map-alist-to-alistmarty hiatt2023-03-191-0/+8
|
* map-get-accts > map-alist, handle no results for fam follsmarty hiatt2023-03-191-19/+10
| | | | use tl--map-alist in views.el
* factor out -tl--map-get-acctsmarty hiatt2023-03-191-3/+8
|
* sort all autoloadsmarty hiatt2023-03-191-29/+27
| | | | sort autoloads in profile.el
* factor out mastodon-views.el for minor viewsmarty hiatt2023-03-181-749/+0
| | | | | | | | | | | | | | | These are currently lists, follow suggestions, filters, scheduled toots, follow requests, and instance descriptions. fix remanant tl fun names in views stray views fun rename in notifs.el stray views funs in notifs stray views funs in toot.el views file commentary
* tl.el package descriptionmarty hiatt2023-03-181-1/+1
|
* clean up -tl.el:marty hiatt2023-03-171-217/+248
| | | | | | | | - re-order/group functions - add section headings - remove blank lines in docstrings - remove unused function mastodon-tl--format-edit-timestamp - indent all code
* another --profile-buffer-p callmarty hiatt2023-03-161-2/+1
|
* with-current-buffer for use-local-map callsmarty hiatt2023-03-141-3/+6
|
* lsp corrections: lambdas, if to when, etc.marty hiatt2023-03-141-6/+2
|
* fix broken instance-response-funmarty hiatt2023-03-101-4/+4
|
* replace with-output-to-temp-buffer with with-current-buffer callsmarty hiatt2023-03-081-79/+79
|
* view-instance: include domain in buffer namemarty hiatt2023-03-051-2/+4
|
* FIX #398 -- bad if from bad brackets in --moremarty hiatt2023-03-011-6/+6
|
* autoloads, flychecksmarty hiatt2023-02-191-0/+1
|
* more cases to use buffer-type-eqmarty hiatt2023-02-191-1/+1
|
* Merge branch 'develop' into buffer-typemarty hiatt2023-02-181-1/+1
|\
| * refactor tl--get-link-headermarty hiatt2023-02-181-2/+2
| |
| * handle no "next" link header, roughlymarty hiatt2023-02-181-10/+15
| | | | | | | | | | | | comment typo fix --more re link-header
* | Merge branch 'develop' into buffer-typemarty hiatt2023-02-181-1/+1
|\ \
| * | refactor tl--get-link-headermarty hiatt2023-02-181-2/+2
| | |
| * | handle no "next" link header, roughlymarty hiatt2023-02-181-10/+15
| |/ | | | | | | comment typo
* | Merge branch 'develop' into buffer-typemarty hiatt2023-02-181-13/+18
|\ \
| * | refactor tl--get-link-headermarty hiatt2023-02-181-2/+2
| | |
| * | handle no "next" link header, roughlymarty hiatt2023-02-181-10/+15
| |/
| * get-link-header: test for "link" header specificallymarty hiatt2023-02-181-2/+2
| | | | | | | | this prevents breakage if a profile's follwers/following is hidden.