Index: slime/ChangeLog diff -u slime/ChangeLog:1.2300 slime/ChangeLog:1.2301 --- slime/ChangeLog:1.2300 Tue Mar 6 14:04:21 2012 +++ slime/ChangeLog Wed Mar 14 10:13:26 2012 @@ -1,3 +1,12 @@ +2012-03-14 Paulo Madeira acelent@gmail.com + + Use Unix-EOL convention even on Windows. + + * swank-allegro.lisp (string-to-utf8, utf8-to-string): Use + excl:crlf-base-ef. + * swank-lispworks.lisp (string-to-utf8, utf8-to-string): Use + '(:utf-8 :eol-style :lf) + 2012-03-06 Helmut Eller heller@common-lisp.net
* swank-ccl.lisp: If 'xref is not provided warn about it but Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.536 slime/contrib/ChangeLog:1.537 --- slime/contrib/ChangeLog:1.536 Fri Mar 9 16:04:12 2012 +++ slime/contrib/ChangeLog Wed Mar 14 10:13:15 2012 @@ -10,6 +10,10 @@ the arglist is a local definition from FLET, some parts may be represented as ARGLIST-DUMMY, handle them.
+2012-03-14 Helmut Eller heller@common-lisp.net + + * swank-kawa.scm (%macroexpand): Use Kawa's syntaxutils. + 2012-03-06 Helmut Eller heller@common-lisp.net
* swank-kawa.scm (module-method>meth-ref): Slightly better