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