From 0a563d17530ed70d01797289722a660f132855c5 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 10 Jun 2011 20:21:18 +0300 Subject: [PATCH] mention SB-INTROSPECT's improved handling of structure copiers in NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 5e912b3..809b1fe 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ changes relative to sbcl-1.0.49: * enhancement: errors from FD handlers now provide a restart to remove the offending handler. + * enhancement: SB-INTROSPECT:FIND-DEFINITION-SOURCE now works on structure + copiers as well. * enhancement: location of user or system initialization file can now easily be customized for saved cores. See: SB-EXT:*USERINIT-PATHNAME-FUNCTION* and SB-EXT:*SYSINIT-PATHNAME-FUNCTION*. -- 1.7.10.4