]> git.draconx.ca Git - gob-dx.git/blob - NEWS
Release 2.0.0
[gob-dx.git] / NEWS
1 2.0.0:
2         * Update examples and documentation
3
4 1.99.3:
5         * Fix signal default value
6         * Special case the interface code to allow implementing
7           GTypePlugin and GtkEditable interfaces
8         * Fix export of accessors (Dennis Bjorklund)
9         * some compilation fixes
10
11 1.99.2:
12         * allow implementation (but not definition yet) of interfaces
13         * enum, flags and GError creation code
14         * BonoboObject stuff (Seth)
15         * build fixes (me, Seth)
16         * m4 preprocessing stuff (Josh Parsons)
17         * Code generation fixes (Josh Parsons, Bastien Nocera, me)
18         * New way of doing typesafe signal connections