home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / af0_32b.zip / WhatsNew < prev   
Text File  |  1996-10-18  |  7KB  |  164 lines

  1. WHATS NEW in AF - The Archive Folder
  2. ====================================
  3.  
  4. (New = +, Bugfix = *, Changed = #)
  5.  
  6. -----------------------------------------------------------------------------
  7.   New in version 0.32:
  8. -----------------------------------------------------------------------------
  9.  
  10.  + Archiver Registry is a PM frontend for editing the ARCHIVER.BB2 file.
  11.    See BETA.TXT and INSTALL.TXT for more information.
  12.  
  13.  + Better thread management. AF now keeps track of running threads and
  14.    indicates when a background thread is running by a red light on the 
  15.    status bar. If the user closes AF while there are still background jobs
  16.    he/she is prompted to wait or continue shutting down.
  17.  
  18.  # Changed the layout of the status bar.
  19.  
  20.  * The tabbed dialog notebook style was only used under Warp 4 beta not GA.
  21.  
  22.  * Under Warp 4 GA the temporary directory wasn't get deleted properly.
  23.    Please let me know if it still happens.
  24.  
  25.  * The "Delete" context menuoption had disappeared in the danish version.
  26.  
  27. -----------------------------------------------------------------------------
  28.   New in version 0.31:
  29. -----------------------------------------------------------------------------
  30.  
  31.  + Language specific DLLs! Currently two different language DLL's: dansk.dll
  32.    and english.dll. They are copied to af.dll by the installation script.
  33.    The procedure for changing language will propably change in the near future.
  34.    All messages hasn't been changed yet and the help file is still available
  35.    only in english.
  36.  
  37.  # The archive will now be unpacked to the temporary directory with directo-
  38.    ries included. This way files with similar names in different directories
  39.    won't be overwritten.
  40.    
  41.  * Files in temporary directory weren't always deleted.
  42.  
  43.  * Container view wasn't saved between sessions.
  44.  
  45.  * AF crashed if TMP or TEMP wasn't defined in config.sys.
  46.  
  47.  * Notebook didn't display correctly when running under Warp 3.
  48.  
  49. -----------------------------------------------------------------------------
  50.   New in version 0.30:
  51. -----------------------------------------------------------------------------
  52.  
  53.  + New version number ;-) Due to a major cleanup of the code and a recompile
  54.    with emx 0.9c I thought it was appropiate to change to version 0.30.
  55.  
  56.  + Added a Select/Deselect all option to the Actions menu (Thanks Justin).
  57.  
  58.  + Added a debugging routine. In your program objects parameter field you can
  59.    enter: "%* DEBUG'. Debug information will then be written to a file called
  60.    af.dbg in the current directory.
  61.  
  62.  + When the system is shut down while there is an open archive AF will query
  63.    the user to save it (if it has changed).
  64.  
  65.  + Added two pages of file info in the properties notebook. They show the archives
  66.    path and file name, creation date, last modification date, last access date
  67.    (always almost the current time), old size of files archive (uncompressed),
  68.    new size of archive and number of files in the archive.
  69.  
  70.  * Removed memory leak in D'n'D function.
  71.  
  72.  * Fixed the drag function (I think). Files shouldn't be dumped in any other
  73.    folders than the one they're dragged to. Dragging is also much faster now
  74.    and when dragging multiple files the pointer shows max 3 icons. (Justin again).
  75.  
  76.  * Archiver output window sometimes disappeared.
  77.  
  78.  # Removed the font dialog as it is a bit redundant when you have the font palette.
  79.    The font can still be changed (in the main window) and now it should be
  80.    saved correctly :-)
  81.  
  82.  # Changed the properties dialog to the new Merlin tabbed dialog style. The pages
  83.    is now sized according to the dialog. The notebook is not application modal
  84.    anymore. This means that you can perform operations in the archive container
  85.    while the notebook is still open. The changes you make in the notebook (currently
  86.    only the viewer is will reflect instantly without the need to close the notebook
  87.    first.
  88.  
  89. -----------------------------------------------------------------------------
  90.   New in version 0.24:
  91. -----------------------------------------------------------------------------
  92.  
  93.  * Fixed installation and deinstallation program. Due to a last minute change
  94.    they jumped out before doing anything. (Thanks Joe M.)
  95.  
  96. -----------------------------------------------------------------------------
  97.   New in version 0.23:
  98. -----------------------------------------------------------------------------
  99.  
  100.  + Added a menu option to open the ARCHIVER.BB2 to edit the archivers.
  101.  
  102.  + Improved EA support. When opened by AF (or rearchived) an archive will now
  103.    have an "Archive" file type. This means that - depending on the archiver - 
  104.    there is no need for file extensions. Some LHArc versions doesn't support
  105.    archive names without the "LZH" extension.
  106.  
  107.  + Added a window menu. AF has still context sensitive popup menus.
  108.  
  109.  # Changed the icon to a more "Merlin like" one.
  110.  
  111.  # Changed the layout of the settings notebook.
  112.  
  113.  * Any readonly attribute is now cleared from the temporary archive so that
  114.    it will be removed from the TMP or TEMP directory.
  115.  
  116.  * When updating files allready in archive they showed up twice in the container.
  117.  
  118. -----------------------------------------------------------------------------
  119.   New in version 0.22:
  120. -----------------------------------------------------------------------------
  121.  
  122.  + Added a "Rearchive" menu option.
  123.  
  124.  + All archiver actions are now performed on a temporary archive. The user
  125.    is asked to save the archive before ending the program. This also cures
  126.    the 0-byte archive bug (see below).
  127.  
  128.  * Most archivers choked on 0-byte archives (from templates).
  129.  
  130.  * The installation script created a directory named "TEMPLATES" with a .LONGNAME
  131.    of "Archive templates". Due to the the fact that I cannot count it could
  132.    create some problems on a FAT drive. Now the script will name the directory
  133.    "TEMPLATE".
  134.  
  135.  # Archiver output window is now sizeable and keeps the size and position
  136.    between sessions.
  137.  
  138. -----------------------------------------------------------------------------
  139.   New in version 0.21:
  140. -----------------------------------------------------------------------------
  141.  
  142.  + Window for archiver output. Good way to debug archiver.bb2 settings.
  143.  
  144.  + "Test archive" menu option.
  145.  
  146.  + Added a deinstallation script allthough I prefer that it isn't used ;-)
  147.  
  148.  + User definable external viewer.
  149.  
  150.  + Added some more help albeit still rather short.
  151.  
  152.  + Added a file dialog for adding files to an archive.
  153.  
  154.  * Installation script didn't add file type to the templates.
  155.  
  156.  * Distribution archive was missing an ARCHIVER.BB2 file.
  157.  
  158.  # Improved multithreading when adding files to archives.
  159.  
  160. -----------------------------------------------------------------------------
  161.   Version 0.20
  162. -----------------------------------------------------------------------------
  163.  
  164.  - First public beta