aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Collapse)AuthorAgeFilesLines
...
* toot-id>item-id, toot-json>item-json, item-type for nav, byline still neededmarty hiatt2023-10-151-29/+29
|
* change some error calls to user-error callsmarty hiatt2023-10-151-6/+6
|
* subst cmd keys for toot compose buffermarty hiatt2023-10-131-40/+52
|
* toot-url-regex: \\> not \\b at endmarty hiatt2023-10-111-1/+2
|
* refactor toot-url and copy-toot-urlmarty hiatt2023-10-081-5/+9
|
* indent -toot.elmarty hiatt2023-10-051-4/+4
|
* rear-nonsticky only for \n at end of compose header.marty hiatt2023-10-051-3/+5
| | | | | prevents a bug where header can be edited despite read-only, and if header edited, it will be partially posted as toot text.
* enable-custom-emoji: cl-find predicate for unlessmarty hiatt2023-10-051-11/+12
|
* remove lambda from masto-toot hookmarty hiatt2023-10-051-8/+9
|
* mastodon-toot--enable-custom-emoji: performance improvement.marty hiatt2023-10-041-6/+11
|
* cursor-face prop for fave etc markers.marty hiatt2023-09-271-2/+6
| | | | used to not break highlight-current-toot when inserting markers
* mastodon-toot--action: 1 not 2 letsmarty hiatt2023-09-271-3/+3
|
* FIX toot-empty-p for attachment only post.marty hiatt2023-09-181-2/+2
|
* alist-get testfun equal in set-toot-languagemarty hiatt2023-09-151-1/+1
|
* Misc minor cosmetic changesStefan Monnier2023-08-271-4/+4
| | | | | | | Prefer # to quote function names. Remove some redundant `:group` arguments. Properly newline-terminate text files. Fix some ' warnings in docstrings.
* Don't refer to obsolete font-lock face variablesStefan Monnier2023-08-271-2/+2
| | | | | | | * lisp/mastodon-profile.el (mastodon-profile--update-user-profile-note): * lisp/mastodon-tl.el (mastodon-tl--byline, mastodon-tl--toot-stats): * lisp/mastodon-toot.el (mastodon-toot--view-toot-edits): * lisp/mastodon-views.el (mastodon-views--minor-view): Quote face names.
* Simplify calls to `alist-get`Stefan Monnier2023-08-271-1/+1
| | | | | | | | | | * lisp/mastodon-toot.el (mastodon-toot--set-toot-language): * lisp/mastodon-tl.el (mastodon-tl--read-rules-ids): * lisp/mastodon-profile.el (mastodon-profile--remove-from-followers-list): * lisp/mastodon-auth.el (mastodon-auth--access-token): * lisp/mastodon-views.el (mastodon-views--add-account-to-list) (mastodon-views--remove-account-from-list): Remove redundant optional arg to `alist-get` (`equal` is already the default).
* message wait/done to attachment uploads, to avoid issues. See #478.marty hiatt2023-07-121-1/+2
|
* FIX boosting unlisted allowed, private not allowedmarty hiatt2023-05-251-1/+1
|
* use toot-url-regex rather than hack regex in count-toot-charsmarty hiatt2023-05-161-1/+2
|
* section headings, indentation, commentsmarty hiatt2023-05-151-18/+69
|
* indent buffersmarty hiatt2023-05-101-9/+9
|
* audit of toot.el completemarty hiatt2023-05-081-15/+9
|
* audit more of toot.el, kbinds, reply in docsmarty hiatt2023-05-081-15/+8
|
* count chars: use mastodon-toot-handle-regexmarty hiatt2023-05-081-4/+1
|
* 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
|