Add note about command line arg parsing, and fix percent done on regexp

support
This commit is contained in:
Havoc Pennington 2000-03-27 23:46:00 +00:00
parent 10a535542f
commit 7bc57ad22a

View File

@ -23,7 +23,7 @@
<contact>gtk-devel-list@redhat.com</contact> <contact>gtk-devel-list@redhat.com</contact>
</entry> </entry>
<entry size="small" status="8%" target="1.4"> <entry size="small" status="80%" target="1.4">
<title>Regular expression support</title> <title>Regular expression support</title>
<description> <description>
<p> <p>
@ -35,5 +35,19 @@
<contact>gtk-devel-list@redhat.com</contact> <contact>gtk-devel-list@redhat.com</contact>
</entry> </entry>
<entry size="small" status="0%" target="1.4">
<title>Argument parsing</title>
<description>
<p>
Put support for command line argument parsing in glib.
This should probably just be a renaming of popt.
It's a larger task if you start from scratch.
</p>
</description>
<contact>gtk-devel-list@redhat.com</contact>
</entry>
</section> </section>
</todo> </todo>