//-----------------------------------------------------------------------------
// ScrollDir OPENSTEP HISTORY
// $Id: OPENSTEP-HISTORY.txt,v 1.14 98/03/30 09:21:16 sunshine Exp $
//-----------------------------------------------------------------------------

v34.1 03/30/1998 09:19 EST sunshine
    Applied v34 NEXTSTEP 3.3 diffs.
    Renamed Windows menu nib: ScrollDir-winnt.nib --> ScrollDir-windows.nib
    Added Rhapsody-specific main menu.
    Application icon on Info panel now explicitly names "ScrollDir" 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.
    Ported to Rhapsody DR1 for PPC by working around Objective-C++ compiler
	bug.  Compiler erroneously reported "totalBytes" in
	-[DirWindow fillScroll] as being used uninitialized.

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

v33.1 11/24/1997 18:05 EST sunshine
    Applied v33 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:
    * ScrollDir.nib
    * ScrollDir-winnt.nib

v32.1 11/22/1997 23:30 EST sunshine
    Applied v32 NEXTSTEP 3.3 diffs.

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

v31.1 07/08/1997 13:00 EDT sunshine
    Applied v31 NEXTSTEP 3.3 diffs.

    Changed Files:
    * DirWindow.m
    * Makefile.postamble

v30.1 06/24/1997 09:00 EDT sunshine
    Applied v30 NEXTSTEP 3.3 diffs.

    Changed Files:
    * DirWindow.m

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

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

v29.4 04/25/1997 17:00 EDT sunshine
    Synchronized with LazyScrollDir v14.2 for OPENSTEP.

    Changed Files:
    * DirWindow.m

v29.3 04/15/1997 23:00 EDT sunshine
    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.
    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
    * DirWindow.{m|nib}
    * Makefile
    - NameCache.{h|m}
    * README.rtf
    * pack.sh
    * pack_binaries.sh
    + ScrollDir-winnt.nib
    * unpack_binaries.sh
    - PB.gdbinit
    * PB.project

v29.2 03/23/1997 01:45 EST sunshine
    Brought into synchronization with LazyScrollDir v13.1 for OPENSTEP.
    Latest ScrollDir.nib had not been checked in via RCS.

v29.1 03/22/1997 22:50 EST sunshine
    Applied v29 NEXTSTEP 3.3 diffs.

v28.1 03/21/1997 18:40 EST sunshine
    Applied v28 NEXTSTEP 3.3 diffs.

v27.1 03/21/1997 00:30 EST sunshine
    Applied v27 NEXTSTEP 3.3 diffs.
    Now works with OPENSTEP MiscTableScroll v125.2 (many MiscTableScroll method
	names changed since v26 of this project).

v26.1 02/07/1997 14:00 EST sunshine
    Applied v26 NEXTSTEP 3.3 diffs.

v25.1 02/07/1997 11:00 EST sunshine
    Applied v25 NEXTSTEP 3.3 diffs.

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

v24.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.
