diff options
-rw-r--r-- | doc/ChangeLog | 7 | ||||
-rw-r--r-- | doc/example-smob/ChangeLog | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 99f3fd0aa..9b7bd4617 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> + + * data-rep.texi: Center discussion around the standard interface + for smob type creation (scm_make_smob_type) and warn about the + ongoing discussion which may result in deprecating + scm_make_smob_type_mfpe in next release of Guile. + 2000-05-15 Dirk Herrmann <D.Herrmann@tu-bs.de> * data-rep.texi: Updated the macro names for operating on diff --git a/doc/example-smob/ChangeLog b/doc/example-smob/ChangeLog index 06f0cfd7e..316d0b0ec 100644 --- a/doc/example-smob/ChangeLog +++ b/doc/example-smob/ChangeLog @@ -1,3 +1,8 @@ +2000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> + + * image-type.c: Removed unused scm_smobfuns structure. + (init_image_type): Use standard smob type interface. + Fri Jun 25 22:21:04 1999 Greg Badros <gjb@cs.washington.edu> * image-type.c: Updated example to use scm_make_smob_type_mfpe, |