Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Revert "with-mastodon-buffer macro" | marty hiatt | 2023-05-06 | 1 | -77/+99 | |
| | | | | | | | | This reverts commit 51f8b782ac6721939e20eca459fe88eb4304857c. | |||||
* | | Revert "updates to with-mastodon-buffer macro" | marty hiatt | 2023-05-06 | 1 | -26/+32 | |
|/ | | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5. | |||||
* | init* reorder attempt to fix | marty hiatt | 2023-05-06 | 1 | -26/+26 | |
| | ||||||
* | help-echo for toot stats | marty hiatt | 2023-05-05 | 1 | -0/+3 | |
| | ||||||
* | wrap long lines in -tl.el | marty hiatt | 2023-05-05 | 1 | -11/+25 | |
| | ||||||
* | updates to with-mastodon-buffer macro | marty hiatt | 2023-05-04 | 1 | -11/+5 | |
| | ||||||
* | with-mastodon-buffer macro | marty hiatt | 2023-05-03 | 1 | -99/+77 | |
| | ||||||
* | comments | marty hiatt | 2023-05-02 | 1 | -8/+3 | |
| | ||||||
* | tl media adjust line breaks | marty hiatt | 2023-04-30 | 1 | -15/+14 | |
| | ||||||
* | remove redundant interactive calls | marty hiatt | 2023-04-30 | 1 | -1/+0 | |
| | ||||||
* | tl--insert-status: restore initial \n | marty hiatt | 2023-04-30 | 1 | -0/+1 | |
| | ||||||
* | add line-prefix and wrap-prefix, ajust shr render width too | marty hiatt | 2023-04-29 | 1 | -7/+10 | |
| | ||||||
* | add commented example use of line-prefix prop | marty hiatt | 2023-04-28 | 1 | -0/+4 | |
| | ||||||
* | no quasi-quotes for let-alist dots | marty hiatt | 2023-04-28 | 1 | -1/+2 | |
| | ||||||
* | docstrings | marty hiatt | 2023-04-28 | 1 | -6/+11 | |
| | ||||||
* | v rough thread replies chain | marty hiatt | 2023-04-28 | 1 | -14/+39 | |
| | ||||||
* | combine two 'insert toots' groups in -tl.el | marty hiatt | 2023-04-28 | 1 | -112/+109 | |
| | ||||||
* | fix thread marker to leave point on right toot. | marty hiatt | 2023-04-28 | 1 | -7/+7 | |
| | ||||||
* | refactor and let-alist for tl--map-rules-alist | marty hiatt | 2023-04-24 | 1 | -4/+7 | |
| | ||||||
* | heading for report to mods | marty hiatt | 2023-04-24 | 1 | -0/+3 | |
| | ||||||
* | Merge branch 'report' into develop | marty hiatt | 2023-04-24 | 1 | -2/+86 | |
|\ | ||||||
| * | wrap report to mods in do-if-toot | marty hiatt | 2023-04-21 | 1 | -12/+13 | |
| | | ||||||
| * | clean up reports based on real-world test, flycheck, etc. | marty hiatt | 2023-04-21 | 1 | -15/+18 | |
| | | ||||||
| * | refactor tl--report-build-params and a hack test for it | marty hiatt | 2023-04-21 | 1 | -10/+18 | |
| | | ||||||
| * | refactor and basic test for report to mods | marty hiatt | 2023-04-21 | 1 | -36/+43 | |
| | | ||||||
| * | docstring + actual request for report-to-mods | marty hiatt | 2023-04-15 | 1 | -8/+7 | |
| | | ||||||
| * | start on reporting to admins | marty hiatt | 2023-04-06 | 1 | -0/+65 | |
| | | ||||||
* | | add some-followed-tags-timeline | marty hiatt | 2023-04-11 | 1 | -1/+13 | |
|/ | ||||||
* | prefix args for list-followed-tags and followed-tags-timelines | marty hiatt | 2023-04-01 | 1 | -8/+10 | |
| | ||||||
* | timeline of all followed tags. FIX #409. | marty hiatt | 2023-04-01 | 1 | -4/+18 | |
| | ||||||
* | tag tl prefix args: 1- only media, 2- local results | marty hiatt | 2023-04-01 | 1 | -11/+24 | |
| | ||||||
* | clean up of timeline funs and their prefix args. FIX #379. | marty hiatt | 2023-04-01 | 1 | -29/+31 | |
| | ||||||
* | only_media tl arg: dbl prefix. | marty hiatt | 2023-04-01 | 1 | -17/+25 | |
| | ||||||
* | add trending types to -get-buffer-type. FIX #427. | marty hiatt | 2023-04-01 | 1 | -1/+6 | |
| | ||||||
* | user-handles-get: return immediately if only one candidate | marty hiatt | 2023-03-29 | 1 | -7/+10 | |
| | | | | FIX #420. | |||||
* | try moving to prev item after moving to POS on reload after action | marty hiatt | 2023-03-27 | 1 | -1/+2 | |
| | ||||||
* | tl autoloads | marty hiatt | 2023-03-27 | 1 | -4/+5 | |
| | ||||||
* | work on reloading a view after sending an edited toot. FIX #421. | marty hiatt | 2023-03-27 | 1 | -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 file | marty hiatt | 2023-03-27 | 1 | -1/+0 | |
| | | | | main file is set in .dir-locals.el now | |||||
* | add force arg to notifs-get, and use it in reload-timeline- | marty hiatt | 2023-03-27 | 1 | -1/+1 | |
| | ||||||
* | tl--update: make message the else clause of if json (parens) | marty hiatt | 2023-03-27 | 1 | -2/+2 | |
| | ||||||
* | replace hypen horiz-bars with unicode masto-tl--horiz-bar if poss | marty hiatt | 2023-03-23 | 1 | -8/+13 | |
| | ||||||
* | make list-follow-tags idiot proof | marty hiatt | 2023-03-23 | 1 | -2/+4 | |
| | ||||||
* | remove extra blank line | marty hiatt | 2023-03-23 | 1 | -1/+0 | |
| | ||||||
* | fix toggle show toot stats | marty hiatt | 2023-03-23 | 1 | -36/+37 | |
| | ||||||
* | separate faves/boosts-count prop in toot-stats | marty hiatt | 2023-03-23 | 1 | -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 listings | marty hiatt | 2023-03-22 | 1 | -1/+8 | |
| | ||||||
* | fix acccount-view-cycle and tl--get-buffer-type to handle profile views sans ↵ | marty hiatt | 2023-03-21 | 1 | -9/+13 | |
| | | | | boosts | |||||
* | remove stale TODOs, test for notifs buffer in format-help-echo | marty hiatt | 2023-03-21 | 1 | -10/+3 | |
| | ||||||
* | FIX changing --property arity breaking more/update/next | marty hiatt | 2023-03-21 | 1 | -1/+1 | |
| |