Remove SMOB tutorial; update manual.
authorAndy Wingo <wingo@pobox.com>
Mon, 28 Apr 2014 15:45:07 +0000 (17:45 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 28 Apr 2014 15:45:07 +0000 (17:45 +0200)
commitd9a4a1cde13422a8e9656bb7745dc31692deb955
tree5b23dc5b58ace811e12b993bab7a458f3836dfb6
parent6e4630e01a7192451e2d1806b26ebf38816464e4
Remove SMOB tutorial; update manual.

* doc/ref/libguile-smobs.texi: Remove; this tutorial is superseded by
  libguile-foreign-objects.

* doc/ref/libguile-foreign-objects.texi: Proofreading.

* doc/ref/libguile-program.texi: Update Dia examples to refer to foreign
  objects.

* doc/ref/libguile-concepts.texi (Garbage Collection): Update to
  accurately describe the BDW-GC, and to avoid reference to mark
  functions.

* doc/ref/guile.texi: Remove libguile-smobs, and reword API menu.

* doc/ref/api-utility.texi (Equality): Mention GOOPS instead of SMOBs.

* doc/ref/api-smobs.texi (Smobs): Describe as a legacy interface.
  Exhort readers against the writing of mark functions.

* doc/ref/api-foreign-objects.texi (Foreign Objects): Proofreading.

* doc/ref/api-control.texi (Catch): Fix ref to point to foreign
  objects.

* doc/ref/Makefile.am: Remove libguile-smobs.texi.
doc/ref/Makefile.am
doc/ref/api-control.texi
doc/ref/api-foreign-objects.texi
doc/ref/api-smobs.texi
doc/ref/api-utility.texi
doc/ref/guile.texi
doc/ref/libguile-concepts.texi
doc/ref/libguile-foreign-objects.texi
doc/ref/libguile-program.texi
doc/ref/libguile-smobs.texi [deleted file]