
Index: slime/ChangeLog diff -u slime/ChangeLog:1.226 slime/ChangeLog:1.230 --- slime/ChangeLog:1.226 Mon Jan 19 16:49:49 2004 +++ slime/ChangeLog Tue Jan 20 16:53:15 2004 @@ -1,3 +1,18 @@ +2004-01-20 Lasse Rasinen <lrasinen@iki.fi> + + * slime.el (slime-prin1-to-string): Replacement for + prin1-to-string that avoids escaping non-ascii characters in a + way that the CL reader doesn't understand. Allows use of 8-bit + characters in Lisp expressions with Emacs in unibyte-mode. + +2004-01-20 Luke Gorrie <luke@bluetail.com> + + * slime.el (slime-eval-print-last-expression): Insert a newline + before and after the result. + (slime-easy-menu): Added menu items: + "Eval Region", "Scratch Buffer", "Apropos Package..." + Added some bold to default SLDB faces. + 2004-01-19 Alan Ruttenberg <alanralanr@comcast.net> *swank-openmcl.lisp in frame-catch-tags, ppc32::catch-frame.catch-tag-cell -> 0, ppc32::catch-frame.csp-cell -> 3. FIXME when this code is more stable in openMCL.