summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-27 00:52:30 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-27 00:52:30 +0000
commitddc4a0f79a84780e4b8ba19655ce40b5ca5dea7c (patch)
tree9f03559effd3167c07b0384db62458324673df6f
parentb0002eb697ec4b1e35846b51d9e6e1a7824e0b03 (diff)
2005-01-26 Havoc Pennington <hp@redhat.com>
* dbus/dbus-marshal-recursive.h: remove todo comment
-rw-r--r--ChangeLog4
-rw-r--r--dbus/dbus-marshal-recursive.h18
-rw-r--r--doc/TODO2
3 files changed, 5 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index 7eb26999..efe3d9a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-26 Havoc Pennington <hp@redhat.com>
+
+ * dbus/dbus-marshal-recursive.h: remove todo comment
+
2005-01-25 Joe Shaw <joeshaw@novell.com>
* Land the mono binding changes to conform to the new APIs.
diff --git a/dbus/dbus-marshal-recursive.h b/dbus/dbus-marshal-recursive.h
index fe9e1426..2e8317f4 100644
--- a/dbus/dbus-marshal-recursive.h
+++ b/dbus/dbus-marshal-recursive.h
@@ -33,24 +33,6 @@
#error "config.h not included here"
#endif
-/* Features we need to port dbus-message:
- * - memoize a position of a reader for small/fast access later
- * - delete an array element and re-align the remainder of the array
- * (not necessary yet to re-align remainder of entire string,
- * though that's probably just as hard/easy)
- * (really this one is to set a complex-type array element to
- * a new value, but for dbus-message.c delete-and-reappend would
- * be good enough)
- * - set string, int, etc. values at a memoized position
- * (implement generic set of any value? changes only
- * value_str not type_str)
- * - implement has_next()
- * - the all-in-one-block array accessors
- * - validation
- *
- * - remember to try a HAVE_INT64=0 build at the end
- */
-
typedef struct DBusTypeMark DBusTypeMark;
typedef struct DBusTypeReader DBusTypeReader;
typedef struct DBusTypeWriter DBusTypeWriter;
diff --git a/doc/TODO b/doc/TODO
index f7a064a0..6d16cc26 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -46,7 +46,7 @@ Important for 1.0
- add string array support back to append_args()
- - auto-activate by default
+ - just before 1.0, try a HAVE_INT64=0 build and be sure it runs
Important for 1.0 GLib Bindings
===