1 <!-- This is used to generate the online TODO list for glib using
2 the script gtk+/docs/make-todo. Whenever a change to this file is
3 committed to CVS,the file is run through make-todo and the online
4 version updated. If you modify this file, you should check for
5 parse errors by running:
7 $ ../gtk+/docs/make-todo TODO.xml > /dev/null
9 before committing, or you may screw up the online version -->
10 <todo logourl="gtk-logo-rgb.gif">
11 <title>GLib TODO list</title>
15 <entry size="medium" status="0%" target="1.4">
16 <title>Time type</title>
19 glib has a GDate class for calendrical calculations, but also needs a
20 way to deal with time. Fairly tricky to implement well.
23 <contact>gtk-devel-list@redhat.com</contact>
26 <entry size="small" status="80%" target="1.4">
27 <title>Regular expression support</title>
30 Someone (happybob?) wrote regexp support for glib. This needs to get a
31 final audit and then go in to the source tree.
35 <contact>gtk-devel-list@redhat.com</contact>
38 <entry size="small" status="0%" target="1.4">
39 <title>Argument parsing</title>
42 Put support for command line argument parsing in glib.
43 This should probably just be a renaming of popt.
44 It's a larger task if you start from scratch.
48 <contact>gtk-devel-list@redhat.com</contact>
51 <entry size="small" status="90%" target="1.4">
52 <title>Signal source for main loop</title>
55 Tim has a signal source for the main loop in bse,
56 have to remember to get this in glib.
60 <contact>timj@gtk.org</contact>