]> git.draconx.ca Git - gob-dx.git/blob - NEWS
Release 2.0.1
[gob-dx.git] / NEWS
1 2.0.1
2         * Fixed property types for all the types that require an extra
3           GObject type
4         * Fix object and boxed linking
5         * Fixed C++ mode for flags and enum linking
6         * Allow comments in property code
7
8 2.0.0:
9         * Update examples and documentation
10
11 1.99.3:
12         * Fix signal default value
13         * Special case the interface code to allow implementing
14           GTypePlugin and GtkEditable interfaces
15         * Fix export of accessors (Dennis Bjorklund)
16         * some compilation fixes
17
18 1.99.2:
19         * allow implementation (but not definition yet) of interfaces
20         * enum, flags and GError creation code
21         * BonoboObject stuff (Seth)
22         * build fixes (me, Seth)
23         * m4 preprocessing stuff (Josh Parsons)
24         * Code generation fixes (Josh Parsons, Bastien Nocera, me)
25         * New way of doing typesafe signal connections