Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version to a round number | mousebot | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | boilerplate maintainer contact | mousebot | 2021-12-17 | 1 | -0/+1 |
| | |||||
* | depend on emacs 27.1, flychecks, docstrings, etc. | mousebot | 2021-12-17 | 1 | -1/+1 |
| | | | | strictly, the 27.1 dependency is only for proper-list-p in -http.el. | ||||
* | bump version, change homepage link, readme | mousebot | 2021-12-17 | 1 | -2/+2 |
| | |||||
* | flycheck: docstrings, autoloads, etc | mousebot | 2021-10-03 | 1 | -1/+1 |
| | |||||
* | package-lint: bump to emacs 26.1, disable stream keybindings | mousebot | 2021-09-22 | 1 | -1/+1 |
| | |||||
* | bump masto version, bump emacs version to 25.1, dependency in readme | mousebot | 2021-05-31 | 1 | -2/+2 |
| | |||||
* | Update copyright and bump version | Johnson Denen | 2019-03-04 | 1 | -2/+2 |
| | |||||
* | Explitly require json.el in files where we dynamically bind its vars. | Holger Dürer | 2019-03-04 | 1 | -0/+2 |
| | | | | | | As pointed out in issue #211 the compiler actually warned the user about `json-array-type` etc. being unused lexical vars. Let's hope that this fixes the errors reported with reading json. | ||||
* | Bump to version 0.8.0 | Johnson Denen | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | Bump to 0.7.2 and shorten long code lines (#172) | Alexander Griffith | 2018-03-05 | 1 | -2/+3 |
| | | | | | | * Bump version numbers to 0.7.2 * Adjusted functions to bring line length below 90. | ||||
* | Explicity set output variables to "unlimited" when saving plstore. | Holger Durer | 2018-03-02 | 1 | -1/+6 |
| | | | | | | | Alex Griffith reported ellipses in the output which seems to indicate the printing was somehow truncated. I cannot see anywhere in the code path for plstore-save that these variables be set explictly. See https://www.gnu.org/software/emacs/manual/html_node/elisp/Output-Variables.html for an explanation of these variables. | ||||
* | Keep track of to which instance secrets in plstore belong. | Holger Dürer | 2018-03-02 | 1 | -12/+18 |
| | | | | | | | | | | | While testing out issue 149 (https://github.com/jdenen/mastodon.el/issues/149) I had problems due to stale client information being cached. With this change we store various pieces of information (the client information in the plstore and the auth tokens) in alists keyed by the instance url (and the plstore key contains the instance url as well to allow us to store data per instance). | ||||
* | Bump version to 0.7.1 | Johnson Denen | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | Bump to v0.7.0 | Johnson Denen | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | replaced declare-function with autoload | alexjgriffith | 2017-05-18 | 1 | -2/+2 |
| | |||||
* | Remove most byte-compile warnings. | Holger Dürer | 2017-05-18 | 1 | -14/+16 |
| | | | | | | | We do this by - moving vars into the files where they are (mostly) used - "declaring" vars used elsewhere with the (defvar <var-name>) pattern, - declaring functions defined in others functions rather than loading the file via require. | ||||
* | Bump to v0.6.3 | Johnson Denen | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | Use lexical-binding in all files. | Holger Dürer | 2017-05-15 | 1 | -1/+2 |
| | | | | | We only support Emacs 24 and 25 so are free to use sane bindings by default. To keep the linter happy, we need to declare dependency on Emacs 24 in all files. | ||||
* | Bump to v0.6.2 | Johnson Denen | 2017-04-29 | 1 | -1/+1 |
| | |||||
* | Bump to v0.6.1 | Johnson Denen | 2017-04-28 | 1 | -1/+1 |
| | |||||
* | Bump to v0.6.0 | Johnson Denen | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Bump to v0.5.5 | Johnson Denen | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Bump to v0.5.4 | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Fix some compilation errors | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Make tweaks per checkdoc feedback | Johnson Denen | 2017-04-23 | 1 | -2/+2 |
| | |||||
* | Make tweaks per package-lint feedback | Johnson Denen | 2017-04-23 | 1 | -0/+1 |
| | |||||
* | Group API endpoint function with mastodon-http | Johnson Denen | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Add mastodon-client feature | Johnson Denen | 2017-04-23 | 1 | -0/+95 |