1To find out what should go in this file, see "Information For
2Maintainers of GNU Software" (maintain.texi), the section called
3"Recording Changes".
4
5
6*Note*: After version 0.5.3, in the gnome/gobject folder, the
7guile-gnome-gobject wrapper was split into six pieces: gobject, gtype,
8gvalue, gparameter, gsignal, and gclosure. Each piece has one C file,
9one C header, and one SCM file. Changes are given below relative to the
10new names.
11
12Martin Baulig:
13wrote the first version of guile-gobject, off of which guile-gnome-glib
14is based. Much of his code still exists in the GObject wrapper:
15In the directory gnome/gobject, initial version of:
16    gobject.c   gtype.c   gvalue.c   gparameter.c   gsignal.c   gclosure.c
17    gobject.h   gtype.h   gvalue.h   gparameter.h   gsignal.h   gclosure.h
18    gobject.scm gtype.scm gvalue.scm gparameter.scm gsignal.scm gclosure.scm
19In the directory gnome/gw, wrote:
20    gobject-spec.scm
21In the directory test-suite, wrote:
22    gobject.test
23
24Dirk Herrmann:
25In the subdirectory test-suite, wrote:
26    lib.scm
27
28Thien-Thi Nguyen:
29In the subdirectory test-suite, changes to:
30    guile-test		lib.scm
31
32Ariel Rios:
33Maintained guile-gobject for versions 0.3.0 and 0.4.0.
34In the directory gnome/gobject, changes to:
35    gobject.c   gtype.c   gvalue.c   gparameter.c   gsignal.c   gclosure.c
36    gobject.h   gtype.h   gvalue.h   gparameter.h   gsignal.h   gclosure.h
37    gobject.scm gtype.scm gvalue.scm gparameter.scm gsignal.scm gclosure.scm
38
39Andy Wingo:
40In the directory gnome/gobject, extensive changes to:
41    gobject.c   gtype.c   gvalue.c   gparameter.c   gsignal.c   gclosure.c
42    gobject.h   gtype.h   gvalue.h   gparameter.h   gsignal.h   gclosure.h
43    gobject.scm gtype.scm gvalue.scm gparameter.scm gsignal.scm gclosure.scm
44In the directory gnome/gobject, wrote:
45    generics.scm config.scm.in
46In the directory gnome/gw/support, wrote:
47    defs.scm gobject.scm util.scm slib.scm
48In the directory gnome/gw, wrote:
49    glib-spec.scm glib-support.c glib-support.h
50In the directory gnome, wrote:
51    gobject.scm glib.scm
52In the toplevel directory, wrote:
53    WARTS THREADING REFCOUNTING TODO
54In the directory examples, wrote:
55    example-1.scm main-loop.scm
56In the directory bin, wrote:
57    guile-gnome.in
58Many other changes throughout.
59
60Marius Vollmer:
61In the directory gnome/gobject, wrote:
62    event-repl.scm
63
64Andreas Rottmann:
65In the directory gnome/gw, changes to:
66    glib-spec.scm gobject-spec.scm glib-support.c glib-support.h
67In the directory gnome/gw/support, changes to:
68    defs.scm gobject.scm
69In the directory gnome, changes to:
70    glib.scm
71In the directory test-suite, wrote:
72    gw-test-glib-spec.scm exceptions.scm test-gobject.c test-gobject.c
73    test-gobject.defs test-glib.c test-glib.h test-glib.defs
74    gw-test-glib-spec.scm gw-glib.test gw-gobject.test
75    guile-test-env
76In the directory test-suite, changes to:
77    gobject.test guile-gobject-test
78
79Jim Blandy:
80In the directory test-suite, wrote:
81    guile-gobject-test
82
83Marc Feeley:
84In the directory gnome/gw/support, wrote:
85    genwrite.scm
86
87Radey Shouman:
88In the directory gnome/gw/support, wrote:
89    glob.scm printf.scm
90
91Aubrey Jaffer:
92In the directory gnome/gw/support, changes to:
93    printf.scm
94