[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Mon Jun 28 10:22:38 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv8003

Modified Files:
	ChangeLog 
Log Message:

Date: Mon Jun 28 03:22:38 2004
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.431 slime/ChangeLog:1.432
--- slime/ChangeLog:1.431	Sun Jun 27 08:23:54 2004
+++ slime/ChangeLog	Mon Jun 28 03:22:38 2004
@@ -1,3 +1,23 @@
+2004-06-28  Christophe Rhodes  <csr21 at cam.ac.uk>
+
+	* hyperspec.el: add support for issue cross-reference lookups,
+	strongly inspired by hyperspec symbol lookup.
+	(common-lisp-hyperspec-issuex-table,
+	common-lisp-hyperspec-issuex-symbols): new variables
+	(common-lisp-issuex): new function
+
+	* slime.el (sldb-format-reference-node, sldb-lookup-reference):
+	(sldb-reference-properties): use new support for issue lookups
+	to support :ansi-cl :issue reference types.
+
+	* hyperspec.el: add support for glossary lookups.
+	(common-lisp-glossary-fun): new variable
+	(common-lisp-glossary-4.0, common-lisp-glossary-6.0): new functions
+	
+	* slime.el (sldb-format-reference-node, sldb-lookup-reference):
+	(sldb-reference-properties): use new support for glossary lookupts
+	to support :ansi-cl :glossary reference types.
+
 2004-06-27  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
 
 	* doc/slime.texi: Remove macros from chapter and section headings
@@ -59,7 +79,7 @@
 
 2004-06-24  Brian Downing  <bdowning at lavos.net>
 
- 	* slime.el (slime-repl-send-input): Fixed a subtle difference in
+	* slime.el (slime-repl-send-input): Fixed a subtle difference in
 	sending input to the Lisp introduced in 1.316.  The newline was
 	not getting sent, resulting in the Lisp constantly asking for more
 	read data.  I believe the code has been adjusted to behave the





More information about the slime-cvs mailing list