| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | don't try to boost direct/unlisted toots | marty hiatt | 2023-05-02 | 1 | -31/+35 |
* | refactor format reply in compose str, propertize docs properly. FIX #448. | marty hiatt | 2023-05-02 | 1 | -15/+18 |
* | remove redundant interactive calls | marty hiatt | 2023-04-30 | 1 | -1/+0 |
* | docstring CW arg add | marty hiatt | 2023-04-30 | 1 | -1/+2 |
* | Merge branch 'var-pitch-compose' into develop | marty hiatt | 2023-04-30 | 1 | -3/+19 |
|\ |
|
| * | newline after reply text in compose buffer | marty hiatt | 2023-04-29 | 1 | -5/+7 |
| * | variable pitch for toot compose buffer, but not for docs | marty hiatt | 2023-04-29 | 1 | -3/+19 |
* | | readme and tiny cleanups | marty hiatt | 2023-04-30 | 1 | -1/+0 |
* | | handle 's after tag or mention | marty hiatt | 2023-04-30 | 1 | -2/+2 |
* | | tl--mentions not interactive | marty hiatt | 2023-04-30 | 1 | -1/+0 |
* | | newline after reply text in compose buffer | marty hiatt | 2023-04-29 | 1 | -6/+8 |
|/ |
|
* | fixes for display of orig in reply buffer. FIX #442. | marty hiatt | 2023-04-25 | 1 | -22/+28 |
* | propertize urls in compose buffer. FIX #441. | marty hiatt | 2023-04-22 | 1 | -0/+10 |
* | allow zeroes in handle/tag regexes! | marty hiatt | 2023-04-21 | 1 | -2/+2 |
* | include CW length in max char count check. FIX #393. | marty hiatt | 2023-04-18 | 1 | -9/+14 |
* | test if any poll options go over the max, and re-run if so. FIX #436 | marty hiatt | 2023-04-18 | 1 | -2/+13 |
* | add while-no-input call to capfs | marty hiatt | 2023-04-17 | 1 | -2/+12 |
* | rejig polls for pleroma compat | marty hiatt | 2023-04-05 | 1 | -21/+26 |
* | add edit toot to compose-buffer-p | marty hiatt | 2023-04-01 | 1 | -1/+2 |
* | send POS arg to reload-tl on delete toot | marty hiatt | 2023-03-27 | 1 | -2/+3 |
* | work on reloading a view after sending an edited toot. FIX #421. | marty hiatt | 2023-03-27 | 1 | -15/+19 |
* | remove all ;; Package-Requires: declarations save for main file | marty hiatt | 2023-03-27 | 1 | -1/+0 |
* | FIX #418. set-cw check for nil as well as string-empty | marty hiatt | 2023-03-24 | 1 | -1/+6 |
* | separate faves/boosts-count prop in toot-stats | marty hiatt | 2023-03-23 | 1 | -4/+2 |
* | do-if-toot-strict, to prevent faves/boosts on user listings | marty hiatt | 2023-03-22 | 1 | -133/+131 |
* | have a crack at updating byline stats on fave/boost | marty hiatt | 2023-03-22 | 1 | -0/+39 |
* | manually(!) apply stephan monnier's patch, save the ts work | marty hiatt | 2023-03-21 | 1 | -26/+16 |
* | use tl--property 'prop :no-move. FIX #416 | marty hiatt | 2023-03-21 | 1 | -7/+6 |
* | rename bookmark toggle | marty hiatt | 2023-03-20 | 1 | -1/+1 |
* | map-get-accts > map-alist, handle no results for fam folls | marty hiatt | 2023-03-19 | 1 | -3/+3 |
* | factor out -tl--map-get-accts | marty hiatt | 2023-03-19 | 1 | -3/+3 |
* | edit tag/handle regex to handle preceding opening bracket. FIX #406. | marty hiatt | 2023-03-19 | 1 | -4/+4 |
* | sort all autoloads | marty hiatt | 2023-03-19 | 1 | -13/+13 |
* | factor out mastodon-views.el for minor views | marty hiatt | 2023-03-18 | 1 | -4/+4 |
* | check for compose buffer in schedule toot | marty hiatt | 2023-03-18 | 1 | -30/+34 |
* | disallow -toot--set-visibility / --schedule-toot in edit-toot | marty hiatt | 2023-03-16 | 1 | -38/+42 |
* | remove unused -toot--set-visibility | marty hiatt | 2023-03-16 | 1 | -10/+0 |
* | lsp corrections: lambdas, if to when, etc. | marty hiatt | 2023-03-14 | 1 | -25/+24 |
* | mastodon-toot-mode-hook: disable auto-fill. also readme | marty hiatt | 2023-03-10 | 1 | -0/+5 |
* | remove some whitespace | marty hiatt | 2023-02-28 | 1 | -1/+1 |
* | insert spaces before argument lists for lambda | marty hiatt | 2023-02-28 | 1 | -2/+2 |
* | fix a comment | marty hiatt | 2023-02-28 | 1 | -2/+2 |
* | autoloads, flychecks | marty hiatt | 2023-02-19 | 1 | -2/+4 |
* | tl--buffer-type-eq/profile-buffer-p for all buffer checks, hopefully | marty hiatt | 2023-02-18 | 1 | -4/+3 |
* | fave/boost: prevent moving to next toot if point already inside byline | marty hiatt | 2023-02-15 | 1 | -0/+4 |
* | list-favouriters/boosters: handle null response | marty hiatt | 2023-01-28 | 1 | -12/+15 |
* | docstrings/flychecks | marty hiatt | 2023-01-28 | 1 | -2/+3 |
* | list toot boosters and favers | marty hiatt | 2023-01-28 | 1 | -0/+31 |
* | error msg on attempt to boost private toot. FIXES #383 | marty hiatt | 2023-01-28 | 1 | -2/+7 |
* | differentiate edit toot from new toot | marty hiatt | 2023-01-16 | 1 | -5/+7 |