summaryrefslogtreecommitdiff
path: root/TODO.xml
diff options
context:
space:
mode:
authorHavoc Pennington <hp@src.gnome.org>2000-03-27 23:19:33 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-03-27 23:19:33 +0000
commit10a535542f1bfa052ec9d5dcfa07bb99d7d6df39 (patch)
tree6f2c2975cd499455cf8f7366738f39571ee1a28d /TODO.xml
parentd6f613410348fbf98c9b888c327b557efa1b72b2 (diff)
downloadglib-10a535542f1bfa052ec9d5dcfa07bb99d7d6df39.tar.gz
Add TODO file
Diffstat (limited to 'TODO.xml')
-rw-r--r--TODO.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/TODO.xml b/TODO.xml
new file mode 100644
index 000000000..02f71a368
--- /dev/null
+++ b/TODO.xml
@@ -0,0 +1,39 @@
+<!-- This is used to generate the online TODO list for glib using
+ the script gtk+/docs/make-todo. Whenever a change to this file is
+ committed to CVS,the file is run through make-todo and the online
+ version updated. If you modify this file, you should check for
+ parse errors by running:
+
+ $ ../gtk+/docs/make-todo TODO.xml > /dev/null
+
+ before committing, or you may screw up the online version -->
+<todo logourl="gtk-logo-rgb.gif">
+ <title>GLib TODO list</title>
+ <section>
+ <title>GLib</title>
+
+ <entry size="medium" status="0%" target="1.4">
+ <title>Time type</title>
+ <description>
+ <p>
+ glib has a GDate class for calendrical calculations, but also needs a
+ way to deal with time. Fairly tricky to implement well.
+ </p>
+ </description>
+ <contact>gtk-devel-list@redhat.com</contact>
+ </entry>
+
+ <entry size="small" status="8%" target="1.4">
+ <title>Regular expression support</title>
+ <description>
+ <p>
+ Someone (happybob?) wrote regexp support for glib. This needs to get a
+ final audit and then go in to the source tree.
+ </p>
+
+ </description>
+ <contact>gtk-devel-list@redhat.com</contact>
+ </entry>
+
+ </section>
+</todo>