diff options
author | Juerg Billeter <j@bitron.ch> | 2007-08-30 19:54:32 +0000 |
---|---|---|
committer | Jürg Billeter <juergbi@src.gnome.org> | 2007-08-30 19:54:32 +0000 |
commit | 233d33173f8d6467e9988cb2fd65898b29b64ec3 (patch) | |
tree | f7a65a5b4462faa98b56e8f2d28e55eedc339a93 /ChangeLog | |
parent | 6accf66c7fabe2db728790a4d80ad087b70fbc12 (diff) | |
download | vala-233d33173f8d6467e9988cb2fd65898b29b64ec3.tar.gz |
support prototype access to allow accessing instance members without an
2007-08-30 Juerg Billeter <j@bitron.ch>
* vala/valamemberaccess.vala, vala/valasemanticanalyzer.vala: support
prototype access to allow accessing instance members without an
actual instance, fixes bug 471778
svn path=/trunk/; revision=547
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-08-30 Jürg Billeter <j@bitron.ch> + * vala/valamemberaccess.vala, vala/valasemanticanalyzer.vala: support + prototype access to allow accessing instance members without an + actual instance, fixes bug 471778 + +2007-08-30 Jürg Billeter <j@bitron.ch> + * vala/valamemberaccessibility.vala: rename MemberAccessibility to SymbolAccessibility and move its declaration to vala/valasymbol.vala * vala/parser.y: store accessibility modifier for properties and follow |