home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / system / mb45_bin / data9.ins < prev    next >
Text File  |  1994-06-25  |  12KB  |  254 lines

  1. /*  
  2.  *  MasterBrowse 4.5 (w\ Installation Program V.4.5)
  3.  *  Copyright 1993, 1994, Michel Forget
  4.  *  Electric Storm Software
  5.  *  
  6.  *  R E L E A S E   H I S T O R Y
  7.  *  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  8.  *  
  9.  *  Version       Release Date            
  10.  *  -------       ------------            
  11.  *
  12.  *  Version 1.0       March 25, 1993 
  13.  *  Version 2.0       April 28, 1993 
  14.  *  Version 2.4         May 19, 1993 
  15.  *  Version 2.5        June 02, 1993 
  16.  *  Version 2.5a       June 03, 1993 
  17.  *  Version 2.5b       June 04, 1993 
  18.  *  Version 2.6        June 20, 1993 
  19.  *  Version 2.6a       July 08, 1993 
  20.  *  Version 2.6b     August 14, 1993 
  21.  *  Version 2.8      August 30, 1993
  22.  *  Version 2.8a  September 08, 1993
  23.  *  Version 3.0   September 22, 1993
  24.  *  Version 3.1   September 26, 1993
  25.  *  Version 3.2     October 05, 1993
  26.  *  Version 3.3    December 05, 1993
  27.  *  Version 3.3b   December 10, 1993
  28.  *  Version 3.3c   December 11, 1993
  29.  *  Version 3.5     January 30, 1994
  30.  *  Version 3.5a      March 10, 1994
  31.  *  Version 3.6       March 25, 1994 (w\ Installation Program V.3.6)
  32.  *  Version 4.0       April 18, 1994 (w\ Installation Program V.4.0)
  33.  *  Version 4.1       April 29, 1994 (w\ Installation Program V.4.1)
  34.  *  Version 4.2       April 30, 1994 (w\ Installation Program V.4.1)
  35.  *  Version 4.4         May 04, 1994 (w\ Installation Program V.4.4)
  36.  *  Version 4.5        June 29, 1994 (w\ Installation Program V.4.5)
  37.  *
  38.  *   If you would like to contact Electric Storm Software with bug reports,
  39.  * suggestions, or comments, you can do so by using the following addresses:
  40.  *
  41.  * Internet:  mforget@elfhaven.ersys.edmonton.ab.ca
  42.  *            ess@tibalt.supernet.ab.ca
  43.  *
  44.  *     Mail:  Michel Forget
  45.  *            12209 Dovercourt Avenue
  46.  *            Edmonton, Alberta
  47.  *            CANADA
  48.  *            T5L 4E1
  49.  *
  50. */
  51.  
  52.     The list of bug fixes and new features that was included with previous
  53. versions of MasterBrowse has been removed to save space.  Only recent
  54. changes are shown in this file.  The documentation has, of course, been
  55. updated to reflect all changes made to MasterBrowse since the first
  56. version.  The list is in chronological order, so the new information is
  57. at the end of the file.
  58.  
  59. MasterBrowse 4.0:
  60.  
  61. The new version of MasterBrowse was compiled with Sozobon C 2.00 (extended
  62. by Jerry G. Geiger).  This results in a smaller executable, which operates
  63. faster and uses far less memory than previous versions of MasterBrowse.
  64.  
  65. BUG FIX:      MasterBrowse now handles TAB expansion correctly.
  66.  
  67. NEW FEATURE:  MasterBrowse now allows wildcards in search strings.  The
  68.               following UNIX wildcard characters are accepted:
  69.  
  70.               [] - Entering "b[ai]rd" would cause MasterBrowse to stop 
  71.                    searching on the strings "bard" and "bird".
  72.  
  73.                    Entering "[a-h]og" would cause MasterBrowse to stop
  74.                    searching on the strings "bog", "dog", "fog", and
  75.                    "hog".  MasterBrowse would not stop searching on
  76.                    "log", though, because the first letter of that
  77.                    word is not within the accepted range.
  78.  
  79.               *  - Entering "work*" would cause MasterBrowse to stop
  80.                    searching on the strings "work", "worker", "working",
  81.                    "worked", and others.
  82.  
  83.               ?  - Entering "wor?" would cause MasterBrowse to stop
  84.                    searching on the strings "word", "work", "worm", and
  85.                    others.
  86.  
  87.               !  - This is the refusal operator!  Entering "[!a-k]og" would
  88.                    cause MasterBrowse to stop searching on the word "log",
  89.                    but ignore the words "bog", "dog", "fog", and "hog".
  90.  
  91. NEW FEATURE:  MasterBrowse now uses round radio buttons and checkboxes with
  92.               crosses.
  93.  
  94. BUG FIX:      MasterBrowse will no longer crash while printing.  (This only
  95.               happened in certain situations.)
  96.  
  97. REMOVAL:      In an effort to reduce the size of MasterBrowse, the use of
  98.               compressed text files is no longer supported; this reduces
  99.               the overall size of MasterBrowse 17K and reduces memory
  100.               consumption by 92K (most of which is due to the new
  101.               compiler).
  102.  
  103. NEW FEATURE:  The "Save Options", "Save Options As...", and "Load Options..."
  104.               options are no longer found in the varous "options" dialog
  105.               boxes.  They are now menu entries found under the "Window"
  106.               menu.
  107.  
  108. BUG FIX:      MasterBrowse will no longer cause problems if your colour
  109.               index settings are higher than the maximum number of colours
  110.               available in the current resolution.  If this happens,
  111.               MasterBrowse will simply use default colours.
  112.  
  113. NEW FEATURE:  MasterBrowse now allows you to control dialog boxes with the
  114.               keyboard; hold down the Alternate key and press the key
  115.               corresponding to the underlined letter in the button you want
  116.               to select.
  117.  
  118. BUG FIX:      MasterBrowse will no longer crash if you select "Save Document
  119.               Batch..." while progress displays are enabled.
  120.  
  121. BUG FIX:      MasterBrowse will no longer skip files when saving a document
  122.               batch.  (This only happened if the document batch contained
  123.               two files.)
  124.  
  125. BUG FIX:      MasterBrowse now handles iconification in medium resolution
  126.               correctly.
  127.  
  128. MasterBrowse 4.1:
  129.  
  130. BUG FIX:      MasterBrowse will no longer refresh the screen if you try to
  131.               move beyond the top or bottom of a document.
  132.  
  133. NEW FEATURE:  If you try to load a document that is already in memory,
  134.               MasterBrowse will now warn you and ask you if the document
  135.               should be loaded anyway.
  136.  
  137. BUG FIX:      MasterBrowse will no longer allow you to enter wildcards in
  138.               the file selector (an upcoming version of MasterBrowse will
  139.               have full wilcard handling).
  140.  
  141. BUG FIX:      If you try to load an empty file, MasterBrowse will warn
  142.               you that the file is empty and abort the operation.
  143.  
  144. BUG FIX:      MasterBrowse will no longer allow you to scroll beyond
  145.               the left boundary of a document.  (This was the result of
  146.               a compiler bug.)
  147.  
  148. BUG FIX:      MasterBrowse will now always show the correct name for the
  149.               clipboard, even if you load multiple clipboards.
  150.  
  151. NEW FEATURE:  MasterBrowse will no longer attempt to write to a window that
  152.               has been hidden (shadowed) by Winx.
  153.  
  154. BUG FIX:      The installation program will no longer overwrite existing
  155.               ROOT.ENV files; if there is a ROOT.ENV file on the disk
  156.               already, MasterBrowse will simply append its own
  157.               environment variables to the end of the file.
  158.  
  159. BUG FIX:      The installation program will now look in the \geneva
  160.               folder for the GEM.CNF file if it does not find it in
  161.               the root directory when installing MasterBrowse for
  162.               Geneva.
  163.  
  164. BUG FIX:      The installation program will now correctly report the
  165.               version of MasterBrowse that it is installing.
  166.  
  167. MasterBrowse 4.2:
  168.  
  169. [a failed attempt was made to solve the file selector problem]
  170.  
  171. MasterBrowse 4.4:
  172.  
  173. BUG FIX:      MasterBrowse will no longer request a disk swap when it is
  174.               executed.  This problem was solved (for ESS-Code, actually,
  175.               but the solution still applies) by the users of the
  176.               MausNet.
  177.  
  178. NEW FEATURE:  MasterBrowse will now emulate the TOS 1.4 file selector for
  179.               systems that have an earlier version of TOS.
  180.  
  181. MasterBrowse 4.5:
  182.  
  183. NEW FEATURE:  MasterBrowse now has even more powerful windowed dialog box
  184.               editing capabilities.  The following keys can be used inside
  185.               a windowed dialog box:
  186.        
  187.               UNDO                            = Exit (Cancel)
  188.               Return                          = Exit (Done)
  189.               TAB                             = Next Editable Field
  190.               Control + TAB                   = Previous Editable Field
  191.               Shift + Left Arrow              = Start Of Editable Field
  192.               Shift + Right Arrow             = End Of Editable Field
  193.               Shift + Up Arrow                = First Editable Field
  194.               Shift + Down Arrow              = Last Editable Field
  195.               Control + Left Arrow            = Start Of Previous Word
  196.               Control + Right Arrow           = Start Of Next Word
  197.               Shift + Backspace               = Delete From Start Of Field
  198.               Shift + Delete                  = Delete To End Of Field
  199.  
  200.               Alternate + [UNDERLINED LETTER] = This will exit the dialog
  201.                                                 box as if you had clicked on
  202.                                                 the button containing the
  203.                                                 underlined letter.
  204.  
  205. NEW FEATURE:  MasterBrowse now has context sensitive online help, if you
  206.               use the ST-Guide accessory.  If the accessory is installed
  207.               on your system, pressing the Shift + HELP key will cause
  208.               MasterBrowse to instruct ST-Guide to open a window with
  209.               information relavent to your current position.  Since all
  210.               of the information is external, this option does not affect
  211.               the size of MasterBrowse at all, or how much memory it
  212.               uses.  The entire MasterBrowse manual is available (accessed
  213.               by entering the help system while you are NOT in a dialog
  214.               box).
  215.  
  216. NEW FEATURE:  When marking a block, the SHIFT key can be used to "continue"
  217.               a previously marked block.  This means that the start of the
  218.               block will remain the same, and you are only adjusting where
  219.               it ends.
  220.  
  221. NEW FEATURE:  MasterBrowse now has an "Edit" menu; "Clip Block" is now
  222.               "Copy" and "Open Clipboard" is now "Paste".  This change
  223.               was implemented so that MasterBrowse would be more compliant
  224.               with existing (and future) standards.
  225.  
  226. NEW FEATURE:  MasterBrowse now has a "Delete" option under the "Edit"
  227.               menu; it will delete the SCRAP.TXT file inside the
  228.               clipboard folder.
  229.  
  230. NEW FEATURE:  The keyboard shortcut manager has been completely rewritten;
  231.               you can now add and remove keypresses at will, and change the
  232.               keyboard shortcut for ANY action (not just menu entries).
  233.               MasterBrowse no longer makes any distinction between the
  234.               left shift key and the right shift key.  The interface to
  235.               the keyboard shortcut manager has also been rewritten; it is
  236.               now much more user-friendly!
  237.              
  238. BUG FIX:      Selecting "Skip" in the colour configuration dialog box will
  239.               no longer cause MasterBrowse to set that colour to white.
  240.  
  241. BUG FIX:      If the text or background colour is chnged, the window affected
  242.               is now completely redrawn.
  243.  
  244. NEW FEATURE:  MasterBrowse now has a push/pop position feature; this can be
  245.               thought of as a temporary bookmark.  You "push" (set) the
  246.               position, then "pop" (unset and move to) the position.  This
  247.               is much faster than setting a bookmark because it does not
  248.               cause a dialog box to appear on the screen.
  249.  
  250.                                                    -Michel Forget
  251.                                                     Electric Storm Software
  252.                                                     June 29, 1994
  253.  
  254.