*** empty log message ***
[bpt/guile.git] / doc / example-smob / ChangeLog
CommitLineData
31987551
MD
12000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2
3 * image-type.c: Removed unused scm_smobfuns structure.
4 (init_image_type): Use standard smob type interface.
5
544b9232
MD
6Fri Jun 25 22:21:04 1999 Greg Badros <gjb@cs.washington.edu>
7
8 * image-type.c: Updated example to use scm_make_smob_type_mfpe,
9 SCM_RETURN_NEWSMOB, SCM_NEWSMOB function and macros.
10
33432c79
JB
111998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
12
e84f2bee
JB
13 * image-type.c, myguile.c: Terminate copyright comments.
14
33432c79
JB
15 * COPYING: New file.
16 * image-type.c myguile.c: Add copyright notice.
17
93a5e77f
JB
181998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
19
20 * Makefile (myguile): Fix link command, to put the Guile libraries
21 after the object files. The old command worked on my machine, but
22 I don't see how.
23
8ff90e04
JB
241998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
25
26 Created this directory for the Guile 1.3 release. Thanks to Jay
27 Glascoe for suggesting that we provide a complete, buildable
28 example!
29 * ChangeLog, Makefile, README, image-type.c, image-type.h,
30 myguile: New files.