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