summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25e2be08..73786a1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-05-19 Matthias Clasen <mclasen@redhat.com>
+ * src/gidlnode.c (g_idl_node_build_metadata): Correctly handle
+ interface types for which is_pointer is FALSE, e.g. enums.
+
+ * src/gidlnode.c (g_idl_node_get_full_size)
+ * src/gidlparser.c (parse_type_internal):
+ * src/generate.c (write_type_info): Support unspecialized
+ lists, hashtables and errors. Also emit a '*' after these.
+
* TODO: Updates
2005-05-17 Matthias Clasen <mclasen@redhat.com>