Index: slime/ChangeLog diff -u slime/ChangeLog:1.2389 slime/ChangeLog:1.2390 --- slime/ChangeLog:1.2389 Sat Jan 12 04:32:20 2013 +++ slime/ChangeLog Sat Feb 2 02:11:16 2013 @@ -1,3 +1,8 @@ +2013-02-02 Stas Boukarev stassats@gmail.com + + * swank-backend.lisp (type-specifier-p): New. + Implement it for ACL, ECL, CCL, Clisp, SBCL, LW. + 2013-01-12 Stas Boukarev stassats@gmail.com
* swank-backend.lisp: Add a couple of ignore declarations. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.566 slime/contrib/ChangeLog:1.569 --- slime/contrib/ChangeLog:1.566 Fri Feb 1 02:03:41 2013 +++ slime/contrib/ChangeLog Sat Feb 2 02:11:17 2013 @@ -1,5 +1,17 @@ +2013-02-02 Stas Boukarev stassats@gmail.com + + * swank-util.lisp (symbol-classification-string): Use + type-specifier-p. + + * swank-fuzzy.lisp: Allow NIL to be completed, don't confuse with + it package: + 2013-02-01 Stas Boukarev stassats@gmail.com
+ * slime-asdf.el (slime-determine-asdf-system): Don't call + slime-to-lisp-filename on NIL. + Reported by Tamas Papp. + * swank-asdf.lisp (asdf-determine-system): Return the name of a system. Reported by Tamas Papp.