Index: slime/ChangeLog diff -u slime/ChangeLog:1.2150 slime/ChangeLog:1.2152 --- slime/ChangeLog:1.2150 Sat Oct 9 19:02:32 2010 +++ slime/ChangeLog Fri Oct 15 18:53:45 2010 @@ -1,3 +1,26 @@ +2010-10-16 Attila Lendvai attila.lendvai@gmail.com + + * swank-fuzzy.lisp: speed up by 2-4 times (on sbcl). + + * fuzzy.el: Clean up fuzzy completion's keymap code, drop + mimic-key-bindings. + + * slime.el: Added separate host and port history for + slime-connect. + (slime-lookup-lisp-implementation): better error reporting and + allow using a functionp to generate the arguments. + + * swank.lisp: Smarten up the label-value-line macros: + - support a :label emacs font property + - added key args: padding-length, display-nil-value, + hide-when-nil, splice-as-ispec, value-text + - label-value-line* will evaluate and splice the result + of the form after a @ character + + * swank-loader.lisp: Optional integration with ASDF. When ASDF is + available, store slime fasl's where ASDF would store them. Also + make sure swank.asd is visible to ASDF. + 2010-10-09 Raymond Toy toy.raymond@gmail.com
* swank-cmucl.lisp (codepoint-length): Implement codepoint-length