Index: slime/ChangeLog diff -u slime/ChangeLog:1.2187 slime/ChangeLog:1.2188 --- slime/ChangeLog:1.2187 Sat Apr 16 01:17:59 2011 +++ slime/ChangeLog Sun May 8 06:16:20 2011 @@ -1,3 +1,14 @@ +2011-05-08 Nikodemus Siivola nikodemus@random-state.net + + * slime.el (slime-intern-indentation-spec): New function. Converts + strings in an indentation spec to symbols. + (slime-handle-indentation-update): Intern the indentation spec using + slime-intern-indentation-spec, so that lisp side can pass complex indentation + specs. + * contrib/swank-indentation.lisp (application-indentation-hint): Downcase + symbol names -- any symbol in an indentation spec is pretty much guaranteed + to have a lowecase name on the Emacs side. + 2011-04-16 Stas Boukarev stassats@gmail.com
* slime.el (slime-load-failed-fasl): New variable. Accepts `ask',