home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / QFND22.ZIP / QFINDHST.TXT < prev    next >
Text File  |  1993-08-19  |  7KB  |  249 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.           Change History:
  8.  
  9.           Version 2.2 was released in August 1993 and the following was
  10.           changed from/added to version 2.1
  11.  
  12.           QFINDWIN -
  13.  
  14.              Added an additional  way of of specifing a search mask. This
  15.              allows for searching for a string anywhere in the file
  16.              name/file type. See Qfind.doc for additional information.
  17.  
  18.              Changed the way the main windows is sized. Before it was a
  19.              fixed size and did not change with the screen resolution. Now
  20.              it looks at the screen size and adjusts accordingly.
  21.  
  22.              If you entered a mask of *.* and had over 2000 files in
  23.              Qfind.Dat, QFINDWIN would terminate with a general protection
  24.              fault. The program now checks for that condition and display
  25.              the appropiate error.
  26.  
  27.              Version 2.1 was released in Oct 1992 and the following was
  28.              changed from/added to version 2.0
  29.  
  30.           QFINDWIN -
  31.  
  32.              Added a Copy to clipboard menu item.  When selected, the text
  33.              on the screen will be copied to the clipboard.
  34.  
  35.              When Qfindwin was minimized, it used the title of the main
  36.              window which could be very long resulting in 2 or 3 text
  37.              lines under the icon.  Qfindwin now display "Qfind" when
  38.              minimized.
  39.  
  40.              Re-arranged the menu items. The about and the support menu
  41.              items are now under a Support main item.
  42.  
  43.              Added accelerator keys to most of the main menu items.
  44.  
  45.              Added the abliliy to force the find dialog box to
  46.              automatically be displayed when the program is activated.
  47.              See QFINDWIN.DOC for information.
  48.  
  49.              Fixed a problem with the cursor.  When the cursor was moved
  50.              over the sizing boarders, the sizing cursor was not being
  51.              reset to the normal cursor when moved off. Cursor now works
  52.              properly.
  53.  
  54.           Version 2.0 was released in Aug 1992 and the following was
  55.           changed from/added to version 1.5.
  56.  
  57.           Added QFBLDWIN - This program is the windows version of the build
  58.           utility.
  59.  
  60.  
  61.  
  62.  
  63.                                 Qfind History - Page 1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.           Added SETUPQF - This windows program will automatically set up
  70.           the suite of QFIND programs and install them in the proper place.
  71.           NOTE - SetupQf requires the Visual Basic run-time module
  72.           (VBRUN100.DLL).  If you don't have it, it can be obtained from
  73.           Compuserve.
  74.  
  75.           QFINDWIN - Added color setting dialog box
  76.  
  77.           Fixed a bug in QFBuild's unzip routine.  It would bypass certain
  78.           ZIP files with a message - Invalid ZIP FILE - Aborting.  Now
  79.           works with any valid ZIP file.
  80.  
  81.           **************************************************************
  82.  
  83.           Version 1.5 was released in March 1992 and the following was
  84.           changed from 1.4.
  85.  
  86.             QFBUILD - Now creates QFIND.DAT with Upper/Lower case file
  87.           names.
  88.  
  89.             QFIND - Now displaying file names in Upper/Lower case.
  90.  
  91.             QFINDWIN -
  92.  
  93.                Now using Upper/Lower case for file names.  This improves
  94.                readability.
  95.  
  96.                The initial size of the main window is now selected so that
  97.                all columns of information are visible.  Before, I was
  98.                letting Windows size the main window and sometimes it would
  99.                be too small.
  100.  
  101.           ************************************************************
  102.  
  103.  
  104.           Version 1.4 was released in January 1992 and the following was
  105.           changed from version 1.3
  106.  
  107.             QFBUILD - No Changes
  108.  
  109.             QFIND - No Changes
  110.  
  111.             QFINDWIN -
  112.  
  113.                Changed font to System Font.  I believe that is easier to
  114.                read than the previous font.
  115.  
  116.                Increased font leading slightly.  Again, this is easier to
  117.                read than before.
  118.  
  119.                Made .Zip and .Arc searching the default. You can still
  120.                change it by clicking on the checkbox.
  121.  
  122.  
  123.  
  124.  
  125.                                 Qfind History - Page 2
  126.  
  127.  
  128.  
  129.  
  130.  
  131.                Greatly improved screen scrolling in single line scroll.
  132.                Scrolling is about 2-4 times faster.
  133.  
  134.                Added QFINDWIN.INI.  All parameters for Qfindwin are now in
  135.                this file.
  136.  
  137.                Added a color option.  Now the user has a choice of using
  138.                bolding, normal, and italic for the various file types, or
  139.                using different colors for display.
  140.  
  141.                Changed the development environment from the Microsoft SDK
  142.                and Microsoft C v5.1 to Microsoft Quick C for Windows.
  143.  
  144.           ************************************************************
  145.  
  146.           Version 1.3 was released in October 1991 and the following was
  147.           changed from version 1.2
  148.  
  149.              Fixed 2 problems with QFBuild.  QFBuild was not cataloging
  150.              the last sub-directory of each drive.  QFBuild was bombing on
  151.              ZIP files containing long path names.
  152.  
  153.              Fixed a font size problem with QFindWin.  On some systems,
  154.              the selected font was too small.
  155.  
  156.           ************************************************************
  157.  
  158.           Version 1.2 was released in August 1991 and the following was
  159.           changed from version 1.1....
  160.  
  161.           QFBuild -
  162.              QFBuild now includes the directory of ARC and ZIP files if
  163.              desired.
  164.  
  165.           Qfind
  166.              Qfind will now search for file name matches in ARC and ZIP
  167.              files if desired. A "GoTo" function was added.
  168.  
  169.           QFindWin
  170.  
  171.              Qfind will now search for file name matches in ARC and ZIP
  172.              files if desired.
  173.  
  174.              QfGoto is no longer being shipped with the product.  Qfind
  175.              now provides the functionality of QfGoto.
  176.  
  177.           *********************************************
  178.  
  179.           Version 1.1 was released in August 1991 and the following was
  180.           changed from version 1.0....
  181.  
  182.           Qfbuild -
  183.                   No changes
  184.  
  185.  
  186.  
  187.                                 Qfind History - Page 3
  188.  
  189.  
  190.  
  191.  
  192.  
  193.           Qfind -
  194.                   No changes
  195.  
  196.           QfGoto -
  197.                   No changes
  198.  
  199.           QfindWin -
  200.              Fixed a font problem with Super VGA.  The original font was
  201.             too small for super VGA.  The program now detects super VGA
  202.             and uses a larger font.
  203.  
  204.             Added a match count to the main window title.
  205.  
  206.             Added 3D look in all the dialog boxes.
  207.  
  208.                 The 3D look uses THREE_D.DLL which was provided by:
  209.                       Ray Donahue
  210.                       365 Mather Street Unit 125
  211.                       Hamden, CT 06514
  212.  
  213.           *********************************************
  214.  
  215.           Version 1.0 was released in July 1991.
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.                                 Qfind History - Page 4