]> git.donarmstrong.com Git - lilypond.git/blob - guile18/doc/example-smob/ChangeLog-2008
New upstream version 2.19.65
[lilypond.git] / guile18 / doc / example-smob / ChangeLog-2008
1 2008-01-22  Neil Jerram  <neil@ossau.uklinux.net>
2
3         * COPYING: Removed.
4
5 2004-09-24  Marius Vollmer  <mvo@zagadka.de>
6
7         * image-type.c: Updated from manual.
8
9 2002-02-28  Marius Vollmer  <mvo@zagadka.ping.de>
10
11         * image-type.c (image_tag): Changed type to scm_t_bits.
12         (make_image): Use scm_gc_malloc instead of scm_must_malloc.
13         (free_image): Use scm_gc_free instead of free.  Return zero.
14
15 2001-05-30  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
16
17         * image-type.c: Adapted to new typing and naming convention.
18
19 2001-04-26  Neil Jerram  <neil@ossau.uklinux.net>
20
21         * image-type.c (make_image): Don't need to use SCM_NIMP before
22         SCM_STRINGP.
23         (clear_image): Use SCM_SMOB_PREDICATE.
24         (clear_image, mark_image, free_image, print_image): Use
25         SCM_SMOB_DATA rather than SCM_CDR.
26
27 2000-06-20  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
28
29         * image-type.c: Removed unused scm_smobfuns structure.
30         (init_image_type): Use standard smob type interface.
31
32 Fri Jun 25 22:21:04 1999  Greg Badros  <gjb@cs.washington.edu>
33
34         * image-type.c:  Updated example to use scm_make_smob_type_mfpe,
35         SCM_RETURN_NEWSMOB, SCM_NEWSMOB function and macros.
36         
37 1998-10-19  Jim Blandy  <jimb@zwingli.cygnus.com>
38
39         * image-type.c, myguile.c: Terminate copyright comments.
40
41         * COPYING: New file.
42         * image-type.c myguile.c: Add copyright notice.
43
44 1998-10-16  Jim Blandy  <jimb@zwingli.cygnus.com>
45
46         * Makefile (myguile): Fix link command, to put the Guile libraries
47         after the object files.  The old command worked on my machine, but
48         I don't see how.
49
50 1998-10-15  Jim Blandy  <jimb@zwingli.cygnus.com>
51
52         Created this directory for the Guile 1.3 release.  Thanks to Jay
53         Glascoe for suggesting that we provide a complete, buildable
54         example!
55         * ChangeLog, Makefile, README, image-type.c, image-type.h,
56         myguile: New files.