home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3512 / CHANGES < prev    next >
Encoding:
Text File  |  1991-06-20  |  2.3 KB  |  67 lines

  1. Scantool change history.
  2. ------------------------
  3.  
  4. v1.4 - patchlevel 0. - 2nd April 1990.
  5.  
  6.        * First freely available version.
  7.  
  8.        * Includes new XView graphics driver.
  9.  
  10.        * Scanning process is now a separate program.
  11.  
  12. v1.4 - patchlevel 1. - 3rd April 1990.
  13.  
  14.        * Added a SIGKILL signal handler to the scan program, so that an
  15.          ETX character can be sent to the scanner to terminate correctly.
  16.  
  17.        * Added a destroy handler to the scantool program, so that if we
  18.          were scanning, then the child scan process can be properly killed.
  19.  
  20.        * Scantool buttons now correctly invert.
  21.  
  22.        * WIN_STOP events are now correctly handled with the SunView version.
  23.  
  24.        * The switches have been changed to be check boxes and not panel
  25.          choice items.
  26.  
  27. v1.4 - patchlevel 2 - 4th April 1990.        (Apply with patch -N).
  28.  
  29.        * The definitions for the bold and normal fonts were the wrong way
  30.          around in the XView graphics driver.
  31.  
  32.        * The rasterop function for all the cursors has been set to the
  33.          default.
  34.  
  35.        * The infinite testing loop in scan.c has been removed.
  36.  
  37.        * The use of the Stop (L1) function key has been replaced with a
  38.          special Cancel button. WIN_STOP events don't appear to be handled
  39.          correctly under XView.
  40.  
  41.        * The checkbox switches were not being ropped to the canvas correctly
  42.          with the XView version.
  43.  
  44.        * The input focus was not being set to the scantool canvas when the
  45.          mouse entered it with the XView version.
  46.  
  47.        * The width of the fonts used under SunView and XView are different,
  48.          so the definition FONT_WIDTH has been removed and replaced with a
  49.          variable font_width.
  50.  
  51.        * The line "cursor" used in the Set picture name routine is now
  52.          positioned using get_strwidth instead of being hard-wired.
  53.  
  54.        * Cursors can now be correctly set with the XView version.
  55.  
  56. v1.4 - patchlevel 3 - 10th April 1990.
  57.  
  58.        * Fixed up the XView version for creating a new scanning frame.
  59.  
  60.        * Changed the rasterop function for ropgc from GXor to GXcopy.
  61.          Button inversion now works correctly.
  62. v1.x - general fix - 18th June 1991.
  63.        * Make generates xview tool. To make Sunview tool, run the script
  64.          'make.sunview'.
  65.          Works under SunOS 4.1
  66.        
  67.