aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
Commit message (Expand)AuthorAgeFilesLines
...
* pin/unpin now toggle fun, and moved copy/delete to mastodon-toot.mousebot2021-05-251-0/+51
* implement uploading and posting of media attachments.mousebot2021-05-241-25/+73
* clean-up edits after flycheck/bytecompile.mousebot2021-05-161-1/+1
* implmement mentioning boosters in replies by defaultmousebot2021-05-131-4/+22
* Update copyright and bump versionJohnson Denen2019-03-041-2/+2
* Add ability to change the visibilityJeremy Dormitzer2019-03-041-3/+14
* Improvements on posting toots.Holger Durer2019-03-041-33/+141
* Bump to version 0.8.0Johnson Denen2018-08-101-1/+1
* Fix boosting and faving in the notifications buffer.Holger Dürer2018-08-101-2/+6
* Fix the boosting/favouriting of statuses in profiles.Holger Durer2018-08-101-3/+4
* Fixes to boosting/favoriting. (#194)H Durer2018-08-101-28/+52
* Clean up code to remove compilation warnings.Holger Durer2018-08-101-2/+7
* Retoot add accts closes #155Alexander Griffith2018-03-051-4/+30
* Bump to 0.7.2 and shorten long code lines (#172)Alexander Griffith2018-03-051-1/+1
* Closes #152 and extends the fix for #150 as well as a host of bug fixesAlexander Griffith2018-02-281-6/+8
* Bump version to 0.7.1Johnson Denen2017-06-191-1/+1
* Bump to v0.7.0Johnson Denen2017-05-181-1/+1
* replaced declare-function with autoloadalexjgriffith2017-05-181-15/+15
* Replace uses of replace-regexp with search-forward and replace-match.Holger Dürer2017-05-181-1/+4
* Remove most byte-compile warnings.Holger Dürer2017-05-181-15/+17
* Bump to v0.6.3Johnson Denen2017-05-151-1/+1
* Use lexical-binding in all files.Holger Dürer2017-05-151-1/+2
* Clean up use of progn.Holger Dürer2017-05-051-8/+6
* Fix some whitespace issues.Holger Dürer2017-05-051-3/+3
* Use the more canonical "nil" instead of "'()" when we don't mean an empty list.Holger Dürer2017-05-051-4/+4
* Merge branch 'master' into developJohnson Denen2017-04-291-5/+5
|\
| * Bump to v0.6.1Johnson Denen2017-04-281-1/+1
| * consolidating re-searchesclarkenciel2017-04-281-2/+1
| * making keybinds and names niceclarkenciel2017-04-281-5/+24
| * changing creation of toot buffer so that we don't duplicate docsclarkenciel2017-04-281-3/+5
| * reformatting docs and changing removal func since we can't re-match onclarkenciel2017-04-281-8/+12
| * removing Toot Text prompt, moving dangling parensclarkenciel2017-04-281-4/+2
| * adding keybinding documentation to the new-toot bufferclarkenciel2017-04-281-1/+57
| * Quick feedback fix on toggle functionsJohnson Denen2017-04-281-2/+2
| * Fix #57 by moving messages into callbacksJohnson Denen2017-04-281-4/+8
| * Add toggle function for boost/unboostJohnson Denen2017-04-281-12/+12
| * Store 'favourited-p and 'boosted-p properties on bylinesJohnson Denen2017-04-281-1/+1
| * Parity with non-toggle favourite functionJohnson Denen2017-04-281-4/+5
| * Use toggle function approach for favourite/unfavouriteJohnson Denen2017-04-281-31/+22
| * made some formating changesAlexander Griffith2017-04-281-2/+2
| * #70 all tabs to spacesAlexander Griffith2017-04-281-4/+4
| * Fixed #70, added mastodon-toot--unfavoriteAlexander Griffith2017-04-281-2/+22
* | Bump to v0.6.2Johnson Denen2017-04-291-1/+1
* | Fix #103: Do not use functions unknown to GNU emacsMarcin Cieślak2017-04-291-4/+4
* | Bump to v0.6.1Johnson Denen2017-04-281-1/+1
* | consolidating re-searchesclarkenciel2017-04-281-2/+1
* | making keybinds and names niceclarkenciel2017-04-281-5/+24
* | changing creation of toot buffer so that we don't duplicate docsclarkenciel2017-04-281-3/+5
* | reformatting docs and changing removal func since we can't re-match onclarkenciel2017-04-281-8/+12
* | removing Toot Text prompt, moving dangling parensclarkenciel2017-04-281-4/+2