]> git.draconx.ca Git - gob-dx.git/blob - NEWS
Release 0.90.3
[gob-dx.git] / NEWS
1 0.90.3
2         * does not require popt
3         * don't kill comments from C code blocks
4         * support for being "embedded" inside other projects to avoid
5           dependencies (look at README)
6         * a bunch of fixes
7
8 0.90.2
9         * add support for private signals and virtuals
10         * fix bug with varargs
11
12 0.90.1
13         * accept 'const' in argument lists
14         * accept '...' in public and private method argument lists
15
16 0.90.0
17         * changed "this" to "self" but recognize "this" as well
18         * warn if "new" is not public
19         * check symbols/arguments/signals for duplicates
20
21 0.0.4
22         * you can have tokens inside check statements
23         * avoid warnings when no overrides, signals and arguments
24
25 0.0.3
26         * "type", "check", "first", "last" and "null" no longer reserved
27           words in method prototypes
28         * GET_NEW defined for the entire file
29         * added #line's to the .c files so that errors get reported on the
30           .gob file, there are no #line's in .h file however!
31         * bug fixes
32
33 0.0.2
34         * bug fixes
35         * autoconf/automake setup
36         * man page