Index: slime/ChangeLog diff -u slime/ChangeLog:1.1783 slime/ChangeLog:1.1784 --- slime/ChangeLog:1.1783 Fri Jun 12 08:13:36 2009 +++ slime/ChangeLog Sun Jun 14 13:07:03 2009 @@ -1,3 +1,13 @@ +2009-06-14 Helmut Eller heller@common-lisp.net + + Some workarounds for SBCL on Windows. + + * swank-sbcl.lisp (input-available-p): New function. + (wait-for-input): Use it. + ([win32] handle-listen, has-buffered-input-p): New. + (temp-file-name, tempnam): Plain tmpnam(3) is next to useless on + Windows use tempnam(3) instead. + 2009-06-12 Geo Carncross geocar@gmail.com
* swank-ecl.lisp: Support new environment changes in recent ECL/CVS Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.216 slime/contrib/ChangeLog:1.217 --- slime/contrib/ChangeLog:1.216 Thu Jun 11 04:14:58 2009 +++ slime/contrib/ChangeLog Sun Jun 14 12:47:34 2009 @@ -1,4 +1,10 @@ -2009-05-28 Tobias C. Rittweiler tcr@freebits.de +2009-06-14 Tobias C. Rittweiler tcr@freebits.de + + * slime-fontifying-fu.el (slime-search-suppressed-form): Retry the + search differently; handlers are not active anymore inside a + handler in `condition-case'. + +2009-06-12 Tobias C. Rittweiler tcr@freebits.de
* slime-fontifying-fu.el (slime-compute-region-for-font-lock): Fix for `#+foo (... #+bar (... |) ...)'.