Index: slime/ChangeLog diff -u slime/ChangeLog:1.528 slime/ChangeLog:1.533 --- slime/ChangeLog:1.528 Tue Sep 14 23:35:13 2004 +++ slime/ChangeLog Wed Sep 15 21:00:15 2004 @@ -1,3 +1,33 @@ +2004-09-15 Alan Ruttenberg alanr-l@mumble.net + * swank-openmcl: typo in who-references. Fix frame-var-value + +2004-09-15 Marco Baringer mb@bese.it + + * slime.el (slime-inspector-label-face, + slime-inspector-value-face, slime-inspector-action-face, + slime-inspector-type-face): These faces now inherit from similar + font-lock-<whatever> faces. + (slime-open-inspector): Use slime-inspector-value-face for values. + + * swank.lisp (inspect-for-emacs): Add function and compiler-macro + documentation when inspecting symbols. View the truename of + logical pathnames where they exist. Fix typos in package + inspector (fix by Torsten Poulin torsten@diku.dk). + + * swank-sbcl.lisp, swank-cmucl.lisp (inspect-for-emacs): Insert + function object's documentation when it's available. + +2004-09-15 Eduardo Muñoz emufer@terra.es + + * .cvsignore: Added *.elc + + * hyperspec.el: Fixed syntax error. + +2004-09-15 Alan Caulkins fatman@maxint.net + + * swank.lisp (cleanp-connection-threads): Kill all Swank threads + for a connection when it terminates. + 2004-09-14 Thomas Schilling tjs_ng@yahoo.de
* swank-allegro.lisp (inspect-for-emacs): Fixes to previous patch.