aboutsummaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | support downloading/using custom emoji with emojify.mousebot2021-11-051-1/+72
* | defvar company-backends for flycheckmousebot2021-11-051-1/+2
* | fix broken completion, restore search--get-user-info{-@}mousebot2021-11-031-1/+7
* | Fix tests.Holger Dürer2021-11-015-54/+15
* | Fix compilation warnings.Holger Dürer2021-11-018-41/+65
|/
* include user's profile URL in company mentions completion.mousebot2021-11-012-17/+20
* Merge branch 'develop' into imgcachingmousebot2021-10-293-56/+60
|\
| * fix toot--send setting args/args-mediamousebot2021-10-291-17/+14
| * make get-max-toot-chars asyncmousebot2021-10-291-6/+11
| * docstringsmousebot2021-10-292-2/+2
| * merge upload-media-attachments functionality into toot-send.mousebot2021-10-292-41/+36
| * hopefully improve attachment upload error handlingmousebot2021-10-291-9/+15
| * fix for image uploads error in 'emacs -Q': expand file name!mousebot2021-10-291-1/+2
| * require mastodon-toot in mastodon.el, for customize visibilitymousebot2021-10-281-9/+10
| * fix group of mastodon-toot--attachment-heightmousebot2021-10-281-1/+1
* | enable-image-caching customize optionmousebot2021-10-291-3/+10
* | require mastodon-toot in mastodon.el, for customize visibilitymousebot2021-10-281-9/+10
* | fix group of mastodon-toot--attachment-heightmousebot2021-10-281-1/+1
* | Merge branch 'develop' into imgcachingmousebot2021-10-285-24/+68
|\|
| * mastodon-async readmemousebot2021-10-281-0/+1
| * api/v2 for media attachment uploadsmousebot2021-10-261-1/+1
| * toot--enable-completion-for-mentions only if company noerrormousebot2021-10-261-4/+5
| * display status of locked accounts in profile viewmousebot2021-10-261-1/+7
| * switch followers-only and direct message icons to match web layoutmousebot2021-10-261-2/+2
| * revert tl--thread to sync request for speed.mousebot2021-10-251-13/+6
| * _args for update-status-fieldsmousebot2021-10-251-1/+1
| * declare company-mode functionsmousebot2021-10-251-1/+5
| * echo faves, boosts, replies counts when in thread viewmousebot2021-10-251-0/+8
| * restore original tl--init as tl--init-sync.mousebot2021-10-252-1/+32
* | Merge branch 'develop' into imgcachingmousebot2021-10-245-38/+37
|\|
| * move read-file-as-stringmousebot2021-10-231-6/+6
| * remove wrongly set http--timeoutmousebot2021-10-231-2/+2
| * stop shr-image-map taking over our 'u' bindingmousebot2021-10-231-0/+3
| * rewrite bookmark-toot as togglemousebot2021-10-232-21/+19
| * bookmark-toot keybindingmousebot2021-10-221-0/+1
| * move defcustom attachment-height from media to tootmousebot2021-10-222-9/+7
* | bookmark-toot keybindingmousebot2021-10-221-0/+1
* | handle caching of imagesmousebot2021-10-221-4/+14
|/
* don't allow posts longer than server's max_toot_chars lengthmousebot2021-10-221-7/+9
* flycheck, autoloads, docstringsmousebot2021-10-224-6/+13
* bookmarks keybindingmousebot2021-10-221-0/+2