summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47445560..bf515721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-02-03 Andreas Rottmann <a.rottmann@gmx.at>
+
+ * girepository/girparser.c (ParseContext): Removed member
+ current_node, added node_stack instead.
+ (CURRENT_NODE): New macro, returns the current node (top of
+ node_stack).
+ (pop_node, push_node): New functions; pop or push a node from
+ node_stack.
+ Rest of the file adapted to these changes, which are necessary
+ for supporting nested structs/and unions.
+
2009-02-02 Dan Winship <danw@gnome.org>
* girepository/ginfo.c (g_registered_type_info_get_g_type): handle