]> git.draconx.ca Git - gob-dx.git/blob - NEWS
Avoid GLib deprecation warnings when building gob.
[gob-dx.git] / NEWS
1 2.0.20a:
2         * Improve build system.
3         * Remove NOINSTGOB functionality as it seems pointless.
4         * Add support for dynamic GObject types.
5         * Improved support for overriding interfaces in subclasses.
6         * New and improved GOB2_CHECK macro.
7
8 2.0.20:
9         * Require glib 2.4, and change use of the _take_ownership functions
10           to _take_ functions
11         * Support for GTK3 (Pedro L. Lucas)
12         * names on properties and signals (Pedro L. Lucas)
13
14 2.0.19:
15         * Print unreftors and destructors before calling parent finalize and
16           dispose as is the proper ordering (thanks to Dmitri Toubelis)
17         * do not output #line 0 statements (patch from Nick Bowler)
18         * Fix empty file separator (thanks to H.-J. Schnitzer)
19
20 2.0.18:
21         * Add %ctop{ %} to do what alltop does but only for the C file
22         * Buildfixes for Cygwin (Roland Clobus)
23         * gob2.m4 exits if gob is not found (fixes ubuntu #317801)
24           (Stephen Kitt)
25         * Escape minus signs in the webpage and fix some typos (Stephen Kitt)
26         * clarify README as to the public domainness of the generated code
27
28 2.0.17:
29         * Fix segfault when defining the finilize, dispose, and
30           constructor methods (Fixes debian bug #574542)
31         * Handle carriage returns in input files
32         * use -G_MAXFLOAT and -G_MAXDOUBLE for the default minima
33           for floating point numbers (thanks to Marcel Wagner for
34           the patch)
35
36 2.0.16:
37         * add possibility of using function attributes such as
38           G_GNUC_PRINTF etc... (Britton Kerin, Jean-Yves Lefort, me)
39         * *_get_type methods are G_GNUC_CONST (Jean-Yves Lefort, me)
40         * move #line sections past opening brace of functions
41           (Jean-Yves Lefort)
42         * handle finalize, dispose, constructor just like init
43           (Jean-Yves Lefort)
44         * Add %afterdecls{ %} code block
45           (Jean-Yves Lefort)
46         * Minor fixes to docs (me, Andrew Feren)
47
48 2.0.15:
49         * Fix --file-sep usage with respect to private headers
50         * Don't use /dev/null to help portability on non-unix
51         * Fix segfault on bad include statement (debian bug #443907)
52         * Fix my-person.gob example
53
54 2.0.14:
55         * Fix major segfault
56
57 2.0.13:
58         * --no-touch support to avoid spurious rebuilds (see manpage)
59           (Jean-Yves Lefort)
60         * abstract class flag support (Jean-Yves Lefort)
61         * allow BOXED in signal arguments (see manpage) (Big Thor)
62         * fix libglade support (Nicolas Bruguier)
63
64 2.0.12:
65         * libglade support (see manpage) (Nicolas Brugier)
66         * Fixes to property parsing and allow user created
67           parameters (Jean-Yves Lefort)
68         * Add support for prealloc and allow bitfields (K. Haley)
69         * Don't reference TYPE_SELF when generating privates (Big Thor)
70
71 2.0.11:
72         * When privates and overrides were used in 2.0.10 compilation of
73           object may have broken on some compilers.
74
75 2.0.10:
76         * Support for overriding properties (Jean-Yves Lefort)
77         * Some M4 fixage with respect to NOINSTGOB (K. Haley)
78         * Make the private structure allocation play nice with glib (K. Haley)
79         * Add --file-sep=c option to allow changing the file separator
80           character (Pierre Gay) 
81         * Fix C++ compilation of linked POINTER types by casting properly
82           (Frank Lichtenheld) debian bug #270546
83         * Always add string.h as it was missing sometimes when memset was used
84         * In C++ mode cast the destroywith/unrefwith function with
85           reinterpret_cast to avoid C++ nonsense (should fix compilation with
86           gcc 3.4 I think)
87         * Update the docs
88
89 2.0.9:
90         * Lots of fixes for gcc warnings, objects should now compile with
91           very pedantic warnings set.
92
93 2.0.8:
94         * Documentation fixes
95         * Add support for -o and --output-dir
96         * Fixed boxed_type
97
98 2.0.7:
99         * Add support for INT64 and UINT64 types for signals and properties
100           (Nicolas Brugier)
101         * Exit with error when BOXED or FLAGS are used as arguments for a
102           signal, that doesn't work anyway
103         * Warn classwide members have destructors since those never get called
104           (we only make static classes so it doesn't make sense anyway)
105         * Fix --exit-on-warn
106         * Don't use deprecated glib functions (Kjartan, me)
107         * Fix compilation on IBMs C compiler (Albert Chin-A-Young)
108         * gob2.m4 fixes for new automake (Tomasz Kloczko)
109         * Couple of minor fixes
110         * Couple of fixes to the documentation
111
112 2.0.6:
113         * Allow compilation with newer flex (tested with both 2.5.4a and
114           2.5.31)
115         * Minor doc update
116         * Minor build fixes
117
118 2.0.5:
119         * Fix leak in signal emission
120
121 2.0.4:
122         * Fix two gtkdoc bugs
123         * Use G_UNLIKELY/G_LIKELY a bit if available
124
125 2.0.3:
126         * In C++ mode don't eat "::" from type strings as C++ might be
127           using it, and we aren't ever using such a thing
128         * Fix a segfaults in the parser (Jody Goldberg, Gerhard Dieringer, me)
129         * Fix unichar stuff for values (properties, signal arguments, etc...)
130         * Add support for UNICHAR and UINT64 and INT64 everywhere
131         * Don't make the get_type function a G_GNUC_CONST as gcc3.2 whacks
132           out about that
133
134 2.0.2:
135         * Properly link BOXED type
136         * unref/unrefwith works now since shtdown changed into dispose
137         * Update documentation
138         * man page escapes all ' chars (fix debian bug 155577)
139         * Further tests in test.gob
140
141 2.0.1:
142         * Fixed property types for all the types that require an extra
143           GObject type
144         * Fix object and boxed linking
145         * Fixed C++ mode for flags and enum linking
146         * Allow comments in property code
147
148 2.0.0:
149         * Update examples and documentation
150
151 1.99.3:
152         * Fix signal default value
153         * Special case the interface code to allow implementing
154           GTypePlugin and GtkEditable interfaces
155         * Fix export of accessors (Dennis Bjorklund)
156         * some compilation fixes
157
158 1.99.2:
159         * allow implementation (but not definition yet) of interfaces
160         * enum, flags and GError creation code
161         * BonoboObject stuff (Seth)
162         * build fixes (me, Seth)
163         * m4 preprocessing stuff (Josh Parsons)
164         * Code generation fixes (Josh Parsons, Bastien Nocera, me)
165         * New way of doing typesafe signal connections