summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--TODO8
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c30df289..b3a5410a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-05-17 Matthias Clasen <mclasen@redhat.com>
+ * TODO: Updates
+
* metadata-format.txt: Cleanups by Maciej Katafiasz.
2005-05-15 Matthias Clasen <mclasen@redhat.com>
diff --git a/TODO b/TODO
index 34375afa..c1002f85 100644
--- a/TODO
+++ b/TODO
@@ -5,12 +5,16 @@ XML format
- Add attributes to connect signals to their default handlers
and wrappers to their vfuncs
- Add attributes for struct offsets
+- Add a way to specify default values
+- Add a way to specify annotations
Binary format
-------------
-- Add hashes to lookup interfaces and functions in interfaces
+- Sort arrays so that we can use bsearch for lookup
+- Maybe add hashes to lookup interfaces and functions in interfaces
+- Add default values
- Write a validator
-- Handle parent being 0
+- Make annotations more flexible (and typed)
Compiler
--------