Re: Seeking namespace suggestion: CheckList

2000-12-23 Thread Johan Vromans
[Quoting Miko O'Sullivan, on December 21 2000, 17:03, in "RE: Seeking namespac"] > > On Wed, Dec 20, 2000 at 06:45:57PM -0500, Miko O'Sullivan wrote: > > > I have written a module named "CheckList". Here's the synopsis from the > > > documentation: > > > > > >Provides a mechanism for tracking

RE: Seeking namespace suggestion: CheckList

2000-12-21 Thread Miko O'Sullivan
> On Wed, Dec 20, 2000 at 06:45:57PM -0500, Miko O'Sullivan wrote: > > I have written a module named "CheckList". Here's the synopsis from the > > documentation: > > > >Provides a mechanism for tracking a list of "to do" items. Each > >item can be added to the list any number of times, b

Re: Seeking namespace suggestion: CheckList

2000-12-20 Thread Johan Vromans
On Wed, Dec 20, 2000 at 06:45:57PM -0500, Miko O'Sullivan wrote: > I have written a module named "CheckList". Here's the synopsis from the > documentation: > >Provides a mechanism for tracking a list of "to do" items. Each >item can be added to the list any number of times, but is retur

Seeking namespace suggestion: CheckList

2000-12-20 Thread Miko O'Sullivan
I have written a module named "CheckList". Here's the synopsis from the documentation: Provides a mechanism for tracking a list of "to do" items. Each item can be added to the list any number of times, but is returned only once by the next() or each() commands. CheckList provides two