home *** CD-ROM | disk | FTP | other *** search
- //-----------------------------------------------------------------------------
- // ScrollDir HISTORY.txt
- // $Id$
- //-----------------------------------------------------------------------------
-
- v8 02/09/96 01:00 EST sunshine
- Replaced NameCache's custom hash table with NeXT's HashTable.
- Info panel will now load README.rtf or README.rtfd.
- DirArray is now an Objective-C class rather than kludgy C.
- Updated README.
-
- v7 02/01/96 04:15 EST sunshine
- Added Defaults.[mh] as an interfaced to NeXT defaults.
- The following are now saved and restored via NeXT defaults:
- Window color
- Window size
- Auto-sort
- Show hidden
- Highlight directories
- Font
- Column widths
- Column order
- Fixed bug which caused file icons of "/" directory to be incorrect.
- (The filename sent to the Workspace to retrieve the icons lacked a
- null-terminator.)
- Fixed bug where toggling "show hidden" switch was ineffective on current
- brower window (but did correctly affect new ones).
- Added a README.rtf file which explains what this example demonstrates.
- Added an Info panel that displays the README.rtf file.
-
- v6 01/17/96 05:00 EST sunshine
- Fixed warning that showed up when compiling for debug by replacing
- (int const) with #define for array size.
-
- v5 01/17/96 04:00 EST zarnuk
- Added NameCache classes to cache user and group names since looking them
- up in NetInfo for every display and sort is excessively time-consuming.
-
- v4 01/17/96 02:00 EST sunshine
- Removed mcgh2misc conversions scripts since the one in the palette
- directory now handles these example directories autotically.
-
- v3 01/16/96 20:00 EST zarnuk
- Fixed mcgh2misc.csh
-
- v2 01/16/96 19:00 EST zarnuk
- Implemented -tableScroll:intValueAt::, tagAt::, stringValueAt::
- Sorting is much faster now.
- The only slow columns are the owner and group columns.
-
- v1 01/05/96 13:00 EST zarnuk
- Lazy version derived from scrollDir v17
-