summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-22 02:03:09 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-22 02:03:09 +0000
commit525e0dbe64d049602becadb3e6571fdce7f8687b (patch)
treeb04a2f91a461a9d722c286b87a9aa190ef080be9 /TODO
parentClarify some of the documentation a little. Add in a few example scripts (diff)
downloadzenity-525e0dbe64d049602becadb3e6571fdce7f8687b.tar.gz
zenity-525e0dbe64d049602becadb3e6571fdce7f8687b.tar.bz2
zenity-525e0dbe64d049602becadb3e6571fdce7f8687b.zip
Print out warning when we have no arguments to the commandline.
2003-01-22 Glynn Foster <glynn.foster@sun.com> * src/main.c: Print out warning when we have no arguments to the commandline. * TODO: Add another item
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index d48f7dac..305fe2ad 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,3 @@
+* Start being hardass about which options are mandatory
* Add some accessibility I guess
* Remove extraneous cruft from configure.in
bgstack15