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