
Index: slime/ChangeLog diff -u slime/ChangeLog:1.1808 slime/ChangeLog:1.1810 --- slime/ChangeLog:1.1808 Mon Jul 6 08:32:12 2009 +++ slime/ChangeLog Sat Jul 11 14:25:59 2009 @@ -1,3 +1,12 @@ +2009-07-11 Matthias Koeppe <mkoeppe@math.ucdavis.edu> + + * swank-backend.lisp (definterface): Fix typo in error message. + +2009-07-11 Stas Boukarev <stassats@gmail.com> + + * doc/Makefile (clean): Remove bash extensions. Patch by + Teemu Likonen. + 2009-07-06 Tobias C. Rittweiler <tcr@freebits.de> * swank-ecl.lisp (find-external-format): Copied from @@ -79,7 +88,7 @@ 2009-06-25 Geo Carncross <geocar@gmail.com> - * swank-ecl.lisp: Profiling support by Marko Kocić + * swank-ecl.lisp: Profiling support by Marko Koci? 2009-06-27 Helmut Eller <heller@common-lisp.net> Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.222 slime/contrib/ChangeLog:1.223 --- slime/contrib/ChangeLog:1.222 Sat Jul 4 05:54:16 2009 +++ slime/contrib/ChangeLog Sat Jul 11 15:20:18 2009 @@ -1,3 +1,9 @@ +2009-07-11 Stas Boukarev <stassats@gmail.com> + + * slime-parse.el (slime-make-form-spec-from-string): + set syntax table to lisp-mode-syntax-table in a temporary buffer. + Necessary for some parsing functions to work correctly. + 2009-07-04 Tobias C. Rittweiler <tcr@freebits.de> Fix font-lock magic for s-code.lisp in the series package.