//-----------------------------------------------------------------------------
// LazyScrollDir OPENSTEP HISTORY
// $Id: OPENSTEP-HISTORY.txt,v 1.9 98/03/30 09:12:32 sunshine Exp $
//-----------------------------------------------------------------------------

v18.1 03/30/1998 09:06 EST sunshine
    Applied v18 NEXTSTEP 3.3 diffs.
    Renamed Windows menu nib:
	LazyScrollDir-winnt.nib --> LazyScrollDir-windows.nib
    Added Rhapsody-specific main menu.
    Application icon on Info panel now explicitly names "LazyScrollDir" rather
	than "NSApplicationIcon".
    DirWindow now uses NSColor's "system" color for window background by
	default, rather than hard-coded light-gray.
    DirWindow.nib now uses NSColor's "system" colors by default for
	MiscTableScroll, rather than hard-wired NextStep-like colors.
    Replaced the NSCStringText in Info.nib with an NSTextView.
    Fixed v1 bug: Wasn't respecting selected-text color.  Problem was that
	the cell's "owner" was never getting set.
    DirArray's "totalBytes" is now correctly typed as "unsigned long long"
	rather than "size_t".

    Changed Files:
    * DirArray.{h|m}
    * DirWindow.{m|nib}
    * Info.nib
    + LazyScrollDir-macintosh.nib
    > LazyScrollDir-winnt.nib --> LazyScrollDir-windows.nib
    * Makefile
    - OPENSTEP-TODO.txt
    * PB.project
    * README.rtf

v17.1 11/24/97 19:55 EST sunshine
    Applied v17 NEXTSTEP 3.3 diffs.
    Fixed bug: Menu was sending -print: to first-responder which printed the
	control with keyboard focus rather than the MiscTableScroll.

    Changed Files:
    * DirWindow.{h|m|nib}
    * LazyScrollDir.nib
    * LazyScrollDir-winnt.nib

v16.1 07/08/97 13:00 EDT sunshine
    Applied v16 NEXTSTEP 3.3 diffs.

    Changed Files:
    * DirWindow.m
    * Makefile.postamble

v15.1 06/24/97 07:30 EDT sunshine
    Applied v15 NEXTSTEP 3.3 diffs.

    Changed Files:
    * DirArray.{h|m}
    * DirWindow.m

v14.3 06/22/97 06:00 EDT sunshine
    Now works with MiscTableScroll v0.125.9.  (Method names changed.)
    Adjusted framework search path to: $(NEXT_ROOT)/LocalLibrary/Frameworks.
    Added LazyScrollDir.ico application icon for Windows NT.
    Upgraded [un]pack_binaries.sh scripts to handle ICO files.

    Changed Files:
    * DirWindow.m
    + LazyScrollDir.ico
    * Makefile
    * pack_binaries.sh
    * PB.project
    * unpack_binaries.sh

v14.2 04/25/97 20:00 EDT sunshine
    Now works with MiscTableScroll v0.125.8.
    Synchronized with ScrollDir v29.4 for OPENSTEP.
    Ported to OPENSTEP 4.2 prerelease for Mach and NT.
    Replaced the Unix specific directory scanning code with NSFileManager.
    Removed the "message" column since this information isn't available
	from the NSFileManager.
    Completely revamped DirArray.  Is now completely Objective-C rather than
	Objective-C / C mixture.
    Added a Windows NT specific main menu nib.
    Replaced assert() with NSAssert() variations.
    Removed obsolete NameCache class.  No longer needed since NSFileManager
	returns string versions of file owner's user and group.  Removed
	reference to NameCache from README.
    Added MiscTableScroll to Frameworks directory in project since it is
	now a framework.
    Upgraded pack.sh script to store minor version number in PACKAGE_NUMBER.
    Upgraded binary pack and unpack scripts so they don't error out if tiffs
	or nibs are non-existent.
    Removed obsolete PB.gdbinit (no longer used by ProjectBuilder).
    *** Delete your old "ColOrder" and "ColSizes" defaults ***

    Changed Files:
    * Defaults.m
    * DirArray.{h|m}
    * DirWindow.{h|m|nib}
    * Makefile
    * Makefile.preamble
    - NameCache.{h|m}
    * SD_PageLayout.m
    * README.rtf
    * pack.sh
    * pack_binaries.sh
    + LazyScrollDir-winnt.nib
    * unpack_binaries.sh
    - PB.gdbinit
    * PB.project

v14.1 03/23/97 02:10 EST sunshine
    Applied v14 NEXTSTEP 3.3 diffs.

v13.1 03/23/97 01:50 EST sunshine
    Applied v13 NEXTSTEP 3.3 diffs.
    Brought into synchronization with ScrollDir v29.2 for OPENSTEP.

v12.1 03/22/97 23:25 EST sunshine
    Applied v12 NEXTSTEP 3.3 diffs.

v11.1 03/22/97 23:15 EST sunshine
    Applied v11 NEXTSTEP 3.3 diffs.
    (v10 was an experimental version which was never released, and therefore
    never ported to OPENSTEP.)
    Now works with OPENSTEP MiscTableScroll v125.3 (many MiscTableScroll method
	names changed since v9 of this project).

v9.3 12/30/96 02:30 EST sunshine
    Ported to broken OPENSTEP 4.1 (gamma) pb_makefiles.

v9.2 05/07/96 08:00 EDT sunshine
    TableScroll class version numbers were bumped up for all classes which
	archive themselves.  Therefore converted the DirWindow nib.
