aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Expand)AuthorAgeFilesLines
...
* pushnew not push in compose-buffermarty hiatt2023-05-041-3/+3
* wrap codemarty hiatt2023-05-041-10/+8
* wrap reply in compose buffermarty hiatt2023-05-041-10/+10
* hack to fill reply text in compose buffer. FIX #451.marty hiatt2023-05-041-4/+18
* 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-041-24/+21
|/
* 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
* remove redundant interactive callsmarty hiatt2023-04-301-1/+0
* docstring CW arg addmarty hiatt2023-04-301-1/+2
* Merge branch 'var-pitch-compose' into developmarty hiatt2023-04-301-3/+19
|\
| * newline after reply text in compose buffermarty hiatt2023-04-291-5/+7
| * variable pitch for toot compose buffer, but not for docsmarty hiatt2023-04-291-3/+19
* | readme and tiny cleanupsmarty hiatt2023-04-301-1/+0
* | 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
|/
* fixes for display of orig in reply buffer. FIX #442.marty hiatt2023-04-251-22/+28
* propertize urls in compose buffer. FIX #441.marty hiatt2023-04-221-0/+10
* 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
* add while-no-input call to capfsmarty hiatt2023-04-171-2/+12
* rejig polls for pleroma compatmarty hiatt2023-04-051-21/+26
* add edit toot to compose-buffer-pmarty hiatt2023-04-011-1/+2
* send POS arg to reload-tl on delete tootmarty hiatt2023-03-271-2/+3
* work on reloading a view after sending an edited toot. FIX #421.marty hiatt2023-03-271-15/+19
* remove all ;; Package-Requires: declarations save for main filemarty hiatt2023-03-271-1/+0
* FIX #418. set-cw check for nil as well as string-emptymarty hiatt2023-03-241-1/+6
* separate faves/boosts-count prop in toot-statsmarty hiatt2023-03-231-4/+2
* do-if-toot-strict, to prevent faves/boosts on user listingsmarty hiatt2023-03-221-133/+131
* have a crack at updating byline stats on fave/boostmarty hiatt2023-03-221-0/+39
* manually(!) apply stephan monnier's patch, save the ts workmarty hiatt2023-03-211-26/+16
* use tl--property 'prop :no-move. FIX #416marty hiatt2023-03-211-7/+6
* rename bookmark togglemarty hiatt2023-03-201-1/+1
* map-get-accts > map-alist, handle no results for fam follsmarty hiatt2023-03-191-3/+3
* factor out -tl--map-get-acctsmarty hiatt2023-03-191-3/+3
* edit tag/handle regex to handle preceding opening bracket. FIX #406.marty hiatt2023-03-191-4/+4
* sort all autoloadsmarty hiatt2023-03-191-13/+13
* factor out mastodon-views.el for minor viewsmarty hiatt2023-03-181-4/+4
* check for compose buffer in schedule tootmarty hiatt2023-03-181-30/+34
* disallow -toot--set-visibility / --schedule-toot in edit-tootmarty hiatt2023-03-161-38/+42
* remove unused -toot--set-visibilitymarty hiatt2023-03-161-10/+0
* lsp corrections: lambdas, if to when, etc.marty hiatt2023-03-141-25/+24
* mastodon-toot-mode-hook: disable auto-fill. also readmemarty hiatt2023-03-101-0/+5
* remove some whitespacemarty hiatt2023-02-281-1/+1
* insert spaces before argument lists for lambdamarty hiatt2023-02-281-2/+2
* fix a commentmarty hiatt2023-02-281-2/+2