aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
* bump versionmarty hiatt2023-10-051-1/+1
* remove lambda from masto-toot hookmarty hiatt2023-10-051-8/+9
* mastodon-toot--enable-custom-emoji: performance improvement.marty hiatt2023-10-041-6/+11
* refactor mode function, to avoid multiple addition of lambda.marty hiatt2023-10-041-7/+10
* refactor misskey instance desc. if masto inst err, try misskeymarty hiatt2023-10-031-41/+23
* instance-response-fun: misskey arg optionalmarty hiatt2023-10-031-1/+2
* add mastodon-views--instance-desc-misskey. TODO merge with other inst funsmarty hiatt2023-10-021-16/+58
* port fedi-http handling of POST JSON data or notmarty hiatt2023-10-021-8/+11
* add misskey notes regex to masto-url-pmarty hiatt2023-10-021-1/+2
* bump versionmarty hiatt2023-09-271-1/+1
* cursor-face prop for fave etc markers.marty hiatt2023-09-271-2/+6
* mastodon-toot--action: 1 not 2 letsmarty hiatt2023-09-271-3/+3
* (mastodon-tl--relative-time-details): Use `mastodon-tl--human-duration`Stefan Monnier2023-09-211-54/+38
* set update-params buf spec in --make-profile-buffer-formarty hiatt2023-09-201-1/+2
* 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
* bump versionmarty hiatt2023-08-301-1/+1
* refactor mastodon-return-credential-accountmarty hiatt2023-08-301-9/+8
* Merge branch 'scratch/mastodon' into developmarty hiatt2023-08-308-89/+101
|\
| * Misc minor cosmetic changesStefan Monnier2023-08-293-11/+9
| * Don't refer to obsolete font-lock face variablesStefan Monnier2023-08-294-11/+11
| * * lisp/mastodon-notifications.el: Fix dependencyStefan Monnier2023-08-291-4/+5
| * Simplify calls to `alist-get`Stefan Monnier2023-08-295-9/+7
| * * lisp/mastodon.el: Remove `ts` from `Package-Requires:`Stefan Monnier2023-08-292-19/+35
| * Fix "empty body" warningsStefan Monnier2023-08-272-37/+36
* | force arg for mastodon-return-credential-account.marty hiatt2023-08-271-6/+14
* | fix quotation marks in 2 docstringsmarty hiatt2023-08-272-2/+2
|/
* let* in update-meta-fields-alistmarty hiatt2023-08-221-7/+7
* flychecks for new vars/funmarty hiatt2023-08-221-3/+4
* new var: mastodon-profile-acccount-preferences-data, to reduce requestsmarty hiatt2023-08-221-3/+10
* new fun: mastodon-return-credential-account, var: mastodon-profile-credential...marty hiatt2023-08-223-11/+21
* add defcustom: mastodon-tl--highlight-current-toot.marty hiatt2023-08-162-2/+13
* remove error call in rendering html http response.marty hiatt2023-08-161-2/+2
* add 'cursor-face 'hightlight to insert-status.marty hiatt2023-08-161-1/+2
* indent -media.elmarty hiatt2023-08-021-1/+1
* let* for update-note-countmarty hiatt2023-07-251-1/+1
* comment erroneous request-timeout lexicalmarty hiatt2023-07-201-1/+1
* poss fix for simultaneous uploads. See #478.marty hiatt2023-07-131-8/+10
* fix indent of media attachmentsmarty hiatt2023-07-131-2/+2
* fix type name for tl--show-statsmarty hiatt2023-07-131-1/+1
* give mastodon-auth--get-browser-login-url a proper alist.marty hiatt2023-07-131-4/+4
* message wait/done to attachment uploads, to avoid issues. See #478.marty hiatt2023-07-122-6/+3
* better docstring for mastodon-tl--scroll-up-commandmarty hiatt2023-07-061-1/+1
* add lemmy comment url form to masto-url-pmarty hiatt2023-07-061-1/+2
* mastodon-tl--scroll-up-commandmarty hiatt2023-07-062-0/+10
* handle updating a single-toot view. FIX #476.marty hiatt2023-06-271-2/+10
* help-echo for direct/private byline iconsmarty hiatt2023-06-221-2/+4
* add a lemmy community URL to url-pmarty hiatt2023-06-201-0/+1
* fix html render on error in process-jsonmarty hiatt2023-06-201-2/+2
* handle nil value in poll expires_at attr.marty hiatt2023-06-151-1/+3