//-----------------------------------------------------------------------------
// MiscTableScroll OPENSTEP TODO
// $Id: OPENSTEP-TODO.txt,v 1.9 98/03/30 00:02:21 sunshine Exp $
//-----------------------------------------------------------------------------

TODO:
----
- Consider turning notification-style delegate messages into real 
    notifications in order to be more OPENSTEP complient and flexible.  
    (Obviously this can't be done for methods which return a value, but it 
    can be done for the others.) Automatically register the delegates as 
    recipients of the new notifications.  

- MISC_FRAME_HEIGHT should be derived at run-time from the height of
    an MiscBorderCell rather than being hard-coded at compile-time.  There
    is no guarantee that the hard-coded value will be the correct for any
    given platform.

- All of the exporters are merely taking -lossyCString.  This may be suitable 
    for ASCII and DBF, but it needs to be reviewed and probably use NSString 
    methods for doing as much of the work as possible.  

- Exporters are allocating arrays of integers.  Should probably upgrade to 
    NSArray of NSNumber.  

- Rewrite the pasteboard code.  Apparently I broke the "subclassibility" when 
    I ported it.  Paul says that the methods should be writing to something 
    like an NSData object rather than returning strings so that subclasses 
    can write whatever appropriate data types they may have.  Don't just 
    limit it to strings.  


DONE:
----
v138.1
- Honor the user's color preferences by taking advantage of the new
    NSColor "system" color methods.
- Change MiscBorderCell so that it more closely matches NSTableHeaderCell
    aesthetically.

v133.1
- Update all -makeCellsPerform: methods to -makeCellsPerformSelector:.  Also
    fix 'tops' script accordingly.

v128.1
- Fix mcgh2misc scripts to handle new framework/palette structure as soon as 
    I hear back from Mr. MiscKit about the organization he requires for 
    MiscKit 2.0.  [07/07/97 - He has failed to answer the two letters I sent
    him about this.  I'm just going to organize it the way I feel like
    organizing it.]
