v0.6.1
Added
- Quicklisp dist (
dist/): self-hosted distribution athttp://panix.com/~denzuko/dist/mlisp/distinfo.txt.make distgenerates from HEAD;make dist-uploadrsyncs to panix.com. Resolves the Debian packaging Quicklisp dependency — build scripts already conditionally load Quicklisp when present and fall through to bare ASDF. - contrib/mlisp.el: Emacs minor mode for mlisp administration. Shell-out backend (default): calls
mlisp-adminbinary directly. SLIME/vlime backend (mlisp-use-slime t): evaluates in connected SBCL image. 16M-x mlisp-*commands; completing-read on live list IDs;set-optioncompletion over all known keys.(mlisp-setup-keys "C-c m")binds all commands under a prefix key. - Makefile:
dist,dist-upload,dist-cleantargets.
Full Changelog: v0.6.0...v0.6.1