aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
* | remove old commentsmousebot2021-12-201-6/+1
* | refactoring delete/redraft functionsmousebot2021-12-201-37/+43
* | typos and docstringsmousebot2021-12-203-9/+13
|/
* autoload typomousebot2021-12-171-1/+1
* improve faves count help-echo propertizingmousebot2021-12-171-10/+30
* y-or-n-p before cancelling a toot.mousebot2021-12-171-1/+7
* mapcar* -> cl-mapcar in -tl.elmousebot2021-12-171-3/+2
* bump version to a round numbermousebot2021-12-1713-13/+13
* cl-lib not cl for mapcar* in -tlmousebot2021-12-171-2/+2
* boilerplate maintainer contactmousebot2021-12-1713-1/+16
* depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-1713-25/+37
* bump version, change homepage link, readmemousebot2021-12-1713-26/+26
* revert echo faves on toot text in thread viewmousebot2021-12-171-12/+1
* keep "O"/my-profile binding when point on image.mousebot2021-12-171-0/+2
* FIX echo faves in thread view clashing with media help-echomousebot2021-12-171-16/+28
* Merge branch 'develop' into echo-faves-in-threadmousebot2021-12-171-24/+29
|\
| * ensure media-attachment is not a dirmousebot2021-12-171-9/+11
| * Merge branch 'immed-async-media-upload' into developmousebot2021-12-171-15/+18
| |\
| | * fix media attachments test before postingmousebot2021-12-171-15/+18
* | | Merge branch 'develop' into echo-faves-in-threadmousebot2021-12-167-179/+221
|\| |
| * | Merge branch 'immed-async-media-upload' into developmousebot2021-12-162-27/+29
| |\|
| | * attach media test before postmousebot2021-12-151-3/+6
| | * a first hack to make media uploads immediate and async.mousebot2021-12-152-24/+23
| * | refactor notify-user-posts functionsmousebot2021-12-161-25/+32
| * | Merge branch 'develop' into notify-when-postmousebot2021-12-1612-666/+695
| |\ \
| | * \ Merge branch 'develop' into media-typemousebot2021-12-164-134/+112
| | |\ \
| | | * \ Merge branch 'refactor-follows-etc' into developmousebot2021-12-161-120/+76
| | | |\ \
| | | | * | indent-buffer on -tl.elmousebot2021-12-161-14/+14
| | | | * | refactor un/follow, un/block, un/mute functionsmousebot2021-12-151-116/+72
| | | | |/
| | | * | improve display of polls:mousebot2021-12-161-4/+18
| | | * | customize option to enable custom emoji by default.mousebot2021-12-152-1/+8
| | | |/
| | | * rename company mentions to 'mastodon-toot-mentions'mousebot2021-12-121-5/+6
| | | * move profile view followers/following bindings to 's'/'g'.mousebot2021-11-101-2/+2
| | | * move profile--my-profile binding to 'O'mousebot2021-11-101-1/+1
| | | * autocompletion ignores case of handles/display namesmousebot2021-11-091-2/+2
| | * | fetch media_attachments' "type" from server and store as propertymousebot2021-11-092-16/+23
| | |/
| | * remove help-echo for faves/boosts/replies, it breaks img echo keymapmousebot2021-11-091-10/+0
| * | add support for receiving notifications when a user postsmousebot2021-11-022-6/+64
* | | fixme insert-status/get-media-link-renderingmousebot2021-11-091-0/+1
| |/ |/|
* | Simplify the logic in `mastodon-tl--insert-status`.Holger Dürer2021-11-061-8/+5
* | Fix new warnings in `mastodon-inspect.el`.Holger Dürer2021-11-061-0/+3
* | Do a bit if `if` and `progn` sanitizing.Holger Dürer2021-11-065-38/+34
* | Use portable filename component functions.Holger Dürer2021-11-061-12/+14
* | Convert most uses of `(cdr (assoc <some-symbol> <a-list>))` to `(alist-get <s...Holger Dürer2021-11-068-146/+145
* | Clean up uses of `url-retrieve-synchronously`.Holger Dürer2021-11-061-28/+12
* | Reformat all code.Holger Dürer2021-11-0610-225/+224
* | Use `defvar-local` to create buffer-local vars.Holger Dürer2021-11-064-35/+19
* | display faves/boosts/replies in threads also for reblogsmousebot2021-11-061-5/+11
* | tiny cleanupmousebot2021-11-062-2/+1
* | inspect functions for search.elmousebot2021-11-061-1/+33