home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / dropbox-1.1.lha / DropBox / FeatureList < prev    next >
Text File  |  1993-09-07  |  3KB  |  81 lines

  1. New Features/Bugs:
  2.  
  3.  1.0 (6/20/93)      -First released to aminet.
  4.  
  5.  1.01 (6/23/93)     -Somehow I had forgotten to implement the underscore
  6.                     gadget shortcuts. This is now fixed.
  7.  
  8.  1.02 (6/26/93)     -Blank string entries in a DropBox prefs file had
  9.                     caused the loader to crash. Fixed this.
  10.  
  11.                     -It seems ICON_Y has no effect unless ICON_X is
  12.                     present. I think this is a problem with AddAppIcon().
  13.  
  14.                     -Using Commodities to kill DropBox would cause the
  15.                     message window to be orphaned. Now fixed.
  16.  
  17.                     -DropBox now detatches itself from the CLI.
  18.  
  19.                     -DropBox accepts a new tooltype TASK_PRI. This value
  20.                     set's DropBox's task priority. Default is 0.
  21.  
  22.  1.1                -DropBox accepts a new tooltype APPMENU. This tells
  23.                     DropBox whether or not to create a AppMenuItem.
  24.                     Suggested by Lee Derringer.
  25.  
  26.                     -DropBox has a new pref file format. Don't worry, it
  27.                     can read the old one, too (but not save it).
  28.  
  29.                      -DropBox supports two new commands in the command
  30.                     template, [SOURCEDIR] and [SOURCEFILE].
  31.  
  32.                     -Up and Down buttons moved into Edit menu.
  33.  
  34.                     -When the DropBox message window was closed, I would
  35.                     try to clean up a message port that didn't exist. This
  36.                     is fixed. Bug found by Mike Hall and Franz Schwarz.
  37.  
  38.                     -DropBox now allows for more than one pattern per
  39.                     DropItem. New editor.
  40.  
  41.                     -DropBox has an option Create to create a directory
  42.                     in the destination and use that as the destination.
  43.  
  44.                     -DropBox has a menu option whether or not to save
  45.                     icons for the created directories.
  46.  
  47.                     -DropBox no longer uses the Message window to notify
  48.                     the user of errors. It never needed to.
  49.  
  50.                     -The DropBox window was cleaned up and redesigned.
  51.                     
  52.                     -The Input and Output checkboxes were merged into one
  53.                     box called I/O. I justify this because there is no real
  54.                     reason to have input without output and vice versa.
  55.  
  56.                     -There was a nasty bug that would cause DropBox to fail
  57.                     under certain conditions when a command was executed
  58.                     from within DropBox. Fixed.
  59.  
  60.                     -Now when DropBox finds multiple DropItems for a given
  61.                     file, it checks the state of a new option (in the
  62.                     options menu) Use Select Window. If this is set, DropBox
  63.                     will put up a window containing a listview of the
  64.                     applicable DropItems, and allow the user to choose the
  65.                     one which will process the file. Otherwise, DropBox
  66.                     chooses the first DropItem it finds.
  67.  
  68.                     -The I/O Window can now be sized and positioned. These
  69.                     attributes are saved in the prefs file.
  70.  
  71.                     -The Verify Commands option, when enabled, causes
  72.                     DropBox to parse the command template after the user
  73.                     enters it (if he or she hits return or tab). If it
  74.                     is invalid, a warning will pop up.
  75.  
  76.                     -The entire parsing process was rewritten, and is now
  77.                     more stable.
  78.  
  79.                     -Various minor bugs were fixed
  80.  
  81.