diff --git a/4-Limitations-Enhancements.txt b/4-Limitations-Enhancements.txt index 4287f15..15e7364 100644 --- a/4-Limitations-Enhancements.txt +++ b/4-Limitations-Enhancements.txt @@ -1,4 +1,4 @@ -$Id: 4-Limitations-Enhancements.txt,v 1.1 2001/07/14 06:17:28 tundra Exp $ +$Id: 4-Limitations-Enhancements.txt,v 1.2 2001/07/18 18:20:50 tundra Exp $ KNOWN LIMITATIONS AND PROBLEMS OF HB ==================================== @@ -23,10 +23,6 @@ - Check correctness and/or be more forgiving about reading in budget files. -- Use the getopt library to add command line processing features to - HB. You could, for instance, use the command line to name the - initial budget file or default print device/file. - - Add a new user feature of your own. This means adding the correct entry in Options, writing a Main Function Handler for the new feature and any needed support functions to compute arguments.