aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'no-media-type' into developmarty hiatt2023-05-041-6/+4
|\
| * no need to prompt/store media content-type.marty hiatt2023-05-031-6/+4
| |
* | updates to with-mastodon-buffer macromarty hiatt2023-05-046-98/+85
| |
* | with-mastodon-buffer macromarty hiatt2023-05-034-218/+202
|/
* commentsmarty hiatt2023-05-021-8/+3
|
* typomarty hiatt2023-05-021-1/+1
|
* don't try to boost direct/unlisted tootsmarty hiatt2023-05-021-31/+35
|
* refactor format reply in compose str, propertize docs properly. FIX #448.marty hiatt2023-05-021-15/+18
|
* tl media adjust line breaksmarty hiatt2023-04-301-15/+14
|
* remove redundant interactive callsmarty hiatt2023-04-302-2/+0
|
* flychecksmarty hiatt2023-04-304-5/+6
|
* docstring CW arg addmarty hiatt2023-04-301-1/+2
|
* Merge branch 'var-pitch-compose' into developmarty hiatt2023-04-302-3/+33
|\
| * newline after reply text in compose buffermarty hiatt2023-04-291-5/+7
| |
| * variable pitch for toot compose buffer, but not for docsmarty hiatt2023-04-292-3/+33
| |
* | Merge branch 'thread-marks' into developmarty hiatt2023-04-301-19/+57
|\ \
| * | handle 's after tag or mentionmarty hiatt2023-04-301-2/+2
| | |
| * | tl--insert-status: restore initial \nmarty hiatt2023-04-301-0/+1
| | |
| * | tl--mentions not interactivemarty hiatt2023-04-301-1/+0
| | |
| * | 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
| | |
* | | readme and tiny cleanupsmarty hiatt2023-04-302-2/+1
| | |
* | | handle 's after tag or mentionmarty hiatt2023-04-301-2/+2
| | |
* | | tl--mentions not interactivemarty hiatt2023-04-301-1/+0
| | |
* | | newline after reply text in compose buffermarty hiatt2023-04-291-6/+8
| |/ |/|
* | no quasi-quotes for let-alist dotsmarty hiatt2023-04-281-1/+2
|/
* 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
|
* mastodon.el: update commentary and file headermarty hiatt2023-04-251-3/+2
|
* simplify views--print-instance-rulesmarty hiatt2023-04-251-16/+10
|
* fixes for display of orig in reply buffer. FIX #442.marty hiatt2023-04-251-22/+28
|
* 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-242-2/+88
|\
| * allow zeroes in handle/tag regexes!marty hiatt2023-04-211-2/+2
| |
| * wrap report to mods in do-if-tootmarty hiatt2023-04-211-12/+13
| |
| * report to mods bindingmarty hiatt2023-04-211-0/+2
| |
| * 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
| |
* | propertize urls in compose buffer. FIX #441.marty hiatt2023-04-221-0/+10
| |
* | add horiz bar to follow suggests/reqsmarty hiatt2023-04-211-1/+3
| |
* | allow zeroes in handle/tag regexes!marty hiatt2023-04-211-2/+2
| |
* | include CW length in max char count check. FIX #393.marty hiatt2023-04-181-9/+14
| |
* | test if any poll options go over the max, and re-run if so. FIX #436marty hiatt2023-04-181-2/+13
| |