aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-inspect.el
Commit message (Collapse)AuthorAgeFilesLines
* Bump to v0.7.0Johnson Denen2017-05-181-1/+1
|
* replaced declare-function with autoloadalexjgriffith2017-05-181-6/+6
|
* Replace uses of replace-regexp with search-forward and replace-match.Holger Dürer2017-05-181-2/+4
|
* Remove most byte-compile warnings.Holger Dürer2017-05-181-2/+6
| | | | | | | 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.3Johnson Denen2017-05-151-1/+1
|
* Use lexical-binding in all files.Holger Dürer2017-05-151-1/+1
| | | | | 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.
* Clean up use of progn.Holger Dürer2017-05-051-6/+6
| | | | | - Lambda, defun, let, etc. all have an implicit progn. - A progn with a single form is identical to that single form.
* Added tooling for downloading individual tootsAlexander Griffith2017-05-051-0/+24
|
* Bump to v0.6.2Johnson Denen2017-04-291-1/+1
|
* Bump to v0.6.1Johnson Denen2017-04-281-1/+1
|
* #87 added support for inspection toot under PointAlexander Griffith2017-04-271-0/+59