2.7.1
[platform/upstream/glib.git] / TODO.xml
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:
6
7      $ ../gtk+/docs/make-todo TODO.xml > /dev/null
8
9      before committing, or you may screw up the online version --> 
10 <todo logourl="gtk-logo-rgb.gif">
11   <title>GLib TODO list</title>
12   <section>
13     <title>GLib</title>
14
15     <entry size="medium" status="0%" target="1.4">
16       <title>Time type</title>
17       <description>
18         <p>
19           glib has a GDate class for calendrical calculations, but also needs a
20           way to deal with time. Fairly tricky to implement well.
21         </p>
22       </description>
23       <contact>gtk-devel-list@redhat.com</contact>
24     </entry>
25         
26     <entry size="small" status="80%" target="1.4">
27       <title>Regular expression support</title>
28       <description>
29         <p>
30           Someone (happybob?) wrote regexp support for glib. This needs to get a
31           final audit and then go in to the source tree.
32         </p>
33
34       </description>
35       <contact>gtk-devel-list@redhat.com</contact>
36     </entry>
37
38     <entry size="small" status="0%" target="1.4">
39       <title>Argument parsing</title>
40       <description>
41         <p>
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.
45         </p>
46
47       </description>
48       <contact>gtk-devel-list@redhat.com</contact>
49     </entry>
50
51     <entry size="small" status="90%" target="1.4">
52       <title>Signal source for main loop</title>
53       <description>
54         <p>
55           Tim has a signal source for the main loop in bse, 
56           have to remember to get this in glib.
57         </p>
58
59       </description>
60       <contact>timj@gtk.org</contact>
61     </entry>
62
63
64   </section>
65 </todo>