[elephant-cvs] CVS update: elephant/doc/elephant.texinfo elephant/doc/make-ref.lisp elephant/doc/reference.texinfo
Robert L. Read
rread at common-lisp.net
Tue Oct 18 20:41:28 UTC 2005
Update of /project/elephant/cvsroot/elephant/doc
In directory common-lisp.net:/tmp/cvs-serv16451/doc
Modified Files:
Tag: SQL-BACK-END
elephant.texinfo make-ref.lisp reference.texinfo
Log Message:
Differences of existing files based on sql-back-end work
Date: Tue Oct 18 22:41:25 2005
Author: rread
Index: elephant/doc/elephant.texinfo
diff -u elephant/doc/elephant.texinfo:1.1 elephant/doc/elephant.texinfo:1.1.2.1
--- elephant/doc/elephant.texinfo:1.1 Sun Sep 19 19:44:43 2004
+++ elephant/doc/elephant.texinfo Tue Oct 18 22:41:25 2005
@@ -43,6 +43,7 @@
* Introduction:: Introducing Elephant!
* Tutorial:: A leisurely walk-through.
* Reference:: API documentation.
+* SQL back-end:: CL-SQL based implementation
* Design Notes:: Internals.
* Copying:: Your rights and freedoms.
* Concept Index::
@@ -56,6 +57,7 @@
@include tutorial.texinfo
@include reference.texinfo
@include notes.texinfo
+ at include sql-backend.texinfo
@include copying.texinfo
@node Concept Index
Index: elephant/doc/make-ref.lisp
diff -u elephant/doc/make-ref.lisp:1.1 elephant/doc/make-ref.lisp:1.1.2.1
--- elephant/doc/make-ref.lisp:1.1 Sun Sep 19 19:44:43 2004
+++ elephant/doc/make-ref.lisp Tue Oct 18 22:41:25 2005
@@ -4,4 +4,4 @@
(defun make-docs ()
(when (check-complete)
- (sb-texinfo:generate-includes #p"includes" (find-package :ele))))
\ No newline at end of file
+ (sb-texinfo:generate-includes #p"includes" (find-package :ele))))
Index: elephant/doc/reference.texinfo
diff -u elephant/doc/reference.texinfo:1.1 elephant/doc/reference.texinfo:1.1.2.1
--- elephant/doc/reference.texinfo:1.1 Sun Sep 19 19:44:42 2004
+++ elephant/doc/reference.texinfo Tue Oct 18 22:41:25 2005
@@ -43,7 +43,7 @@
@include includes/var-elephant-star-auto-commit-star.texinfo
@include includes/var-elephant-star-current-transaction-star.texinfo
- at include includes/fun-elephant-start-transaction.texinfo
+ at include includes/fun-elephant-start-ele-transaction.texinfo
@include includes/fun-elephant-commit-transaction.texinfo
@include includes/fun-elephant-abort-transaction.texinfo
More information about the Elephant-cvs
mailing list