aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Collapse)AuthorAgeFilesLines
...
* revert prev-window-config letmarty hiatt2023-05-081-9/+9
|
* audit more of toot.el, attachments, scheduledmarty hiatt2023-05-081-28/+21
|
* audit more of toot.elmarty hiatt2023-05-081-55/+38
|
* audit toot emoji funsmarty hiatt2023-05-081-19/+16
|
* touch more auditmarty hiatt2023-05-081-30/+21
|
* if-let for translate-tootmarty hiatt2023-05-081-7/+6
|
* audit: mastodon.el, -toot.el (started)marty hiatt2023-05-081-22/+17
|
* Merge branch 'with-masto-buf-2' into developmarty hiatt2023-05-071-26/+25
|\
| * eval-when-compile for with-mastodon-buffer, and re-indentmarty hiatt2023-05-061-22/+23
| |
* | Revert "updates to with-mastodon-buffer macro"marty hiatt2023-05-061-21/+24
|/ | | | This reverts commit 59e5e3ece54bcac36d9debad392bff25a31438b5.
* rx for handle/tag regexesmarty hiatt2023-05-051-11/+7
|
* revert while-let to when-letmarty hiatt2023-05-051-2/+3
|
* fixes for reply in composemarty hiatt2023-05-051-3/+7
|
* autoloads / requiresmarty hiatt2023-05-051-2/+8
|
* flyspell ignore compose buffer itemsmarty hiatt2023-05-051-0/+18
|
* fill reply in compose: handle multi paragraph reply text.marty hiatt2023-05-051-4/+4
|
* " " for reply in composemarty hiatt2023-05-051-2/+3
|
* remove comments and wrap codemarty hiatt2023-05-041-4/+2
|
* reorder after-change in composemarty hiatt2023-05-041-3/+4
|
* rename prop fonts in compose buffer custommarty hiatt2023-05-041-1/+1
|
* remove old var-pitch-mode codemarty hiatt2023-05-041-10/+0
|
* var pitch if mastodon-toot--proportional-fonts-composemarty hiatt2023-05-041-0/+2
|
* in prop tags and handles: handle variable-pitch for reset propsmarty hiatt2023-05-041-2/+4
|
* 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
|