aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Expand)AuthorAgeFilesLines
...
* | put point after a boost/fave marker on successmousebot2022-02-111-1/+4
|/
* revert require of mastodon-toot to autoloadsmousebot2022-02-051-0/+6
* update homepage and copyright boilerplatemousebot2022-02-051-1/+2
* keep mastodon-toot--max-toot-chars a number not a string.mousebot2022-01-121-4/+3
* FIX fetching max toot length from servermousebot2022-01-111-4/+12
* reload on pin togglemousebot2021-12-251-2/+6
* text-mode for toot compose buffermousebot2021-12-241-1/+1
* docstring and move pin toot togglemousebot2021-12-201-21/+18
* refactoring delete/redraft functionsmousebot2021-12-201-37/+43
* autoload typomousebot2021-12-171-1/+1
* y-or-n-p before cancelling a toot.mousebot2021-12-171-1/+7
* bump version to a round numbermousebot2021-12-171-1/+1
* boilerplate maintainer contactmousebot2021-12-171-0/+1
* depend on emacs 27.1, flychecks, docstrings, etc.mousebot2021-12-171-3/+7
* bump version, change homepage link, readmemousebot2021-12-171-2/+2
* 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 'immed-async-media-upload' into developmousebot2021-12-161-26/+28
|\|
| * attach media test before postmousebot2021-12-151-3/+6
| * a first hack to make media uploads immediate and async.mousebot2021-12-151-23/+22
* | customize option to enable custom emoji by default.mousebot2021-12-151-0/+5
|/
* rename company mentions to 'mastodon-toot-mentions'mousebot2021-12-121-5/+6
* autocompletion ignores case of handles/display namesmousebot2021-11-091-2/+2
* Do a bit if `if` and `progn` sanitizing.Holger Dürer2021-11-061-15/+14
* 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-061-32/+32
* Reformat all code.Holger Dürer2021-11-061-53/+53
* Use `defvar-local` to create buffer-local vars.Holger Dürer2021-11-061-16/+8
* tiny cleanupmousebot2021-11-061-1/+1
* support downloading/using custom emoji with emojify.mousebot2021-11-051-1/+72
* defvar company-backends for flycheckmousebot2021-11-051-1/+2
* Fix compilation warnings.Holger Dürer2021-11-011-18/+23
* include user's profile URL in company mentions completion.mousebot2021-11-011-13/+15
* fix toot--send setting args/args-mediamousebot2021-10-291-17/+14
* make get-max-toot-chars asyncmousebot2021-10-291-6/+11
* docstringsmousebot2021-10-291-1/+1
* merge upload-media-attachments functionality into toot-send.mousebot2021-10-291-38/+32
* fix for image uploads error in 'emacs -Q': expand file name!mousebot2021-10-291-1/+2
* fix group of mastodon-toot--attachment-heightmousebot2021-10-281-1/+1
* api/v2 for media attachment uploadsmousebot2021-10-261-1/+1
* toot--enable-completion-for-mentions only if company noerrormousebot2021-10-261-4/+5
* _args for update-status-fieldsmousebot2021-10-251-1/+1
* declare company-mode functionsmousebot2021-10-251-1/+5
* rewrite bookmark-toot as togglemousebot2021-10-231-20/+17
* move defcustom attachment-height from media to tootmousebot2021-10-221-4/+7
* don't allow posts longer than server's max_toot_chars lengthmousebot2021-10-221-7/+9
* flycheck, autoloads, docstringsmousebot2021-10-221-2/+6
* bookmark/unbookmark toot funsmousebot2021-10-221-0/+24
* use http--api in max-toot-chars funmousebot2021-10-221-3/+2