From 7bc57ad22ad2563f904c28188331b07d828f6d90 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 27 Mar 2000 23:46:00 +0000 Subject: [PATCH] Add note about command line arg parsing, and fix percent done on regexp support --- TODO.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/TODO.xml b/TODO.xml index 02f71a368..86d157997 100644 --- a/TODO.xml +++ b/TODO.xml @@ -23,7 +23,7 @@ gtk-devel-list@redhat.com - + Regular expression support

@@ -35,5 +35,19 @@ gtk-devel-list@redhat.com + + Argument parsing + +

+ 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. +

+ +
+ gtk-devel-list@redhat.com +
+ +