aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
Commit message (Collapse)AuthorAgeFilesLines
* updates to with-mastodon-buffer macromarty hiatt2023-05-041-11/+5
|
* with-mastodon-buffer macromarty hiatt2023-05-031-99/+77
|
* commentsmarty hiatt2023-05-021-8/+3
|
* tl media adjust line breaksmarty hiatt2023-04-301-15/+14
|
* remove redundant interactive callsmarty hiatt2023-04-301-1/+0
|
* tl--insert-status: restore initial \nmarty hiatt2023-04-301-0/+1
|
* add line-prefix and wrap-prefix, ajust shr render width toomarty hiatt2023-04-291-7/+10
|
* add commented example use of line-prefix propmarty hiatt2023-04-281-0/+4
|
* no quasi-quotes for let-alist dotsmarty hiatt2023-04-281-1/+2
|
* docstringsmarty hiatt2023-04-281-6/+11
|
* v rough thread replies chainmarty hiatt2023-04-281-14/+39
|
* combine two 'insert toots' groups in -tl.elmarty hiatt2023-04-281-112/+109
|
* fix thread marker to leave point on right toot.marty hiatt2023-04-281-7/+7
|
* refactor and let-alist for tl--map-rules-alistmarty hiatt2023-04-241-4/+7
|
* heading for report to modsmarty hiatt2023-04-241-0/+3
|
* Merge branch 'report' into developmarty hiatt2023-04-241-2/+86
|\
| * wrap report to mods in do-if-tootmarty hiatt2023-04-211-12/+13
| |
| * clean up reports based on real-world test, flycheck, etc.marty hiatt2023-04-211-15/+18
| |
| * refactor tl--report-build-params and a hack test for itmarty hiatt2023-04-211-10/+18
| |
| * refactor and basic test for report to modsmarty hiatt2023-04-211-36/+43
| |
| * docstring + actual request for report-to-modsmarty hiatt2023-04-151-8/+7
| |
| * start on reporting to adminsmarty hiatt2023-04-061-0/+65
| |
* | add some-followed-tags-timelinemarty hiatt2023-04-111-1/+13
|/
* prefix args for list-followed-tags and followed-tags-timelinesmarty hiatt2023-04-011-8/+10
|
* timeline of all followed tags. FIX #409.marty hiatt2023-04-011-4/+18
|
* tag tl prefix args: 1- only media, 2- local resultsmarty hiatt2023-04-011-11/+24
|
* clean up of timeline funs and their prefix args. FIX #379.marty hiatt2023-04-011-29/+31
|
* only_media tl arg: dbl prefix.marty hiatt2023-04-011-17/+25
|
* add trending types to -get-buffer-type. FIX #427.marty hiatt2023-04-011-1/+6
|
* user-handles-get: return immediately if only one candidatemarty hiatt2023-03-291-7/+10
| | | | FIX #420.
* try moving to prev item after moving to POS on reload after actionmarty hiatt2023-03-271-1/+2
|
* tl autoloadsmarty hiatt2023-03-271-4/+5
|
* work on reloading a view after sending an edited toot. FIX #421.marty hiatt2023-03-271-18/+29
| | | | | | | | | - fix up reload-timeline-or-profile - additions to --send for edited toots position of point is only rough, chosen from buffer point prior to reload, but buffers change on reload (things added if timeline, things removed if delete toot or clear notif. we may need to find a much better way.
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
| | | | main file is set in .dir-locals.el now
* add force arg to notifs-get, and use it in reload-timeline-marty hiatt2023-03-271-1/+1
|
* tl--update: make message the else clause of if json (parens)marty hiatt2023-03-271-2/+2
|
* 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.