Index: slime/ChangeLog diff -u slime/ChangeLog:1.678 slime/ChangeLog:1.680 --- slime/ChangeLog:1.678 Tue May 3 20:59:56 2005 +++ slime/ChangeLog Wed May 4 10:52:10 2005 @@ -1,3 +1,18 @@ +2005-05-04 Edi Weitz edi@agharta.de + + * swank-lispworks.lisp (call-with-compilation-hooks): Provide + better implementation. + (compile-file-and-collect-notes): Advice for COMPILE-FILE so + pathname information for undefined functions can be recorded. + (*within-call-with-compilation-hooks*): New special variable used + by CALL-WITH-COMPILATION-HOOKS. + (*undefined-functions-hash*): New special variable to record + pathname information for undefined functions. + (signal-error-database): Make LOCATION parameter optional, use + FILENAME info from error database if not provided. + (signal-undefined-functions): Make LOCATION parameter optional, + use info from *UNDEFINED-FUNCTIONS-HASH* if not provided. + 2005-05-03 Luke Gorrie luke@synap.se
* swank.lisp (slime-secret): Removed #+unix conditional, suggested @@ -274,7 +289,7 @@ compiled in Emacs buffers, include the :emacs-string as a :snippet hint for search-based M-. lookup.
-2003-05-21 Edi Weitz edi@agharta.de +2005-03-21 Edi Weitz edi@agharta.de
* swank-loader-lisp (*implementation-features*, *os-features*, *architecture-features*): LispWorks was completely missing.