Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to v0.7.0 | Johnson Denen | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | replaced declare-function with autoload | alexjgriffith | 2017-05-18 | 1 | -6/+6 |
| | |||||
* | Replace uses of replace-regexp with search-forward and replace-match. | Holger Dürer | 2017-05-18 | 1 | -2/+4 |
| | |||||
* | Remove most byte-compile warnings. | Holger Dürer | 2017-05-18 | 1 | -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.3 | Johnson Denen | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | Use lexical-binding in all files. | Holger Dürer | 2017-05-15 | 1 | -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ürer | 2017-05-05 | 1 | -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 toots | Alexander Griffith | 2017-05-05 | 1 | -0/+24 |
| | |||||
* | 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 |
| | |||||
* | #87 added support for inspection toot under Point | Alexander Griffith | 2017-04-27 | 1 | -0/+59 |