* image-type.c: Adapted to new typing and naming convention.
[bpt/guile.git] / doc / example-smob / ChangeLog
CommitLineData
7977a487
MG
12001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
2
3 * image-type.c: Adapted to new typing and naming convention.
4
bd5e6840
NJ
52001-04-26 Neil Jerram <neil@ossau.uklinux.net>
6
7 * image-type.c (make_image): Don't need to use SCM_NIMP before
8 SCM_STRINGP.
9 (clear_image): Use SCM_SMOB_PREDICATE.
10 (clear_image, mark_image, free_image, print_image): Use
11 SCM_SMOB_DATA rather than SCM_CDR.
12
31987551
MD
132000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
14
15 * image-type.c: Removed unused scm_smobfuns structure.
16 (init_image_type): Use standard smob type interface.
17
544b9232
MD
18Fri Jun 25 22:21:04 1999 Greg Badros <gjb@cs.washington.edu>
19
20 * image-type.c: Updated example to use scm_make_smob_type_mfpe,
21 SCM_RETURN_NEWSMOB, SCM_NEWSMOB function and macros.
22
33432c79
JB
231998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
24
e84f2bee
JB
25 * image-type.c, myguile.c: Terminate copyright comments.
26
33432c79
JB
27 * COPYING: New file.
28 * image-type.c myguile.c: Add copyright notice.
29
93a5e77f
JB
301998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
31
32 * Makefile (myguile): Fix link command, to put the Guile libraries
33 after the object files. The old command worked on my machine, but
34 I don't see how.
35
8ff90e04
JB
361998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
37
38 Created this directory for the Guile 1.3 release. Thanks to Jay
39 Glascoe for suggesting that we provide a complete, buildable
40 example!
41 * ChangeLog, Makefile, README, image-type.c, image-type.h,
42 myguile: New files.