home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / tools / cliphelp / history.txt < prev    next >
Text File  |  1992-04-03  |  4KB  |  89 lines

  1.  
  2.                       ClipHelp (C) Version History
  3.  
  4.  
  5.      Ver 2.2 - 3 April 1992
  6.  
  7.      Optional ability to call a UDF on accessing help (a 'pre-help'
  8.      UDF) and/or another on leaving help (a 'post-help UDF') via public
  9.      variables in Summer 87 version and code block parameters in
  10.      Clipper 5 version.  Scope for imagination!
  11.  
  12.      Fixed bug in both 2.1 vs libraries whereby help screens overlaid
  13.      a junk background when ClipHelp was used in mono mode.
  14.  
  15.      Facility for users to access full ClipHelp editor features through
  16.      the use of a serial number and code supplied by CISMail, FAX,
  17.      phone or airmail on registration.  Serial numbers and codes will
  18.      also give users access to full features of future versions of
  19.      ClipHelp downloaded from Nanforum or a local BBS.
  20.  
  21.      Ver 2.1 - 17 February 1992
  22.  
  23.      Maintenance release.  Corrects an omission in CLHLP501.LIB whereby
  24.      changes to the Application Background attribute made with
  25.      ClipHelp's 'Set Defaults' option were being ignored.
  26.  
  27.      Ver 2.0 - 3 January 1992
  28.  
  29.      ClipHelp .OBJ files in earlier versions now replaced with .LIB
  30.      files.
  31.  
  32.      GrabScreen() added to CLHLPS87.LIB and CLHLP501.LIB.
  33.      Incorporating appropriate calls to this function during
  34.      application development enables whole or specially-defined part
  35.      screen images to be saved to a database called CAPTURES.DBF
  36.      (created and maintained by ClipHelp).  The same function can be
  37.      called in ClipHelp's 'Edit Colors' option to 'cannibalise' parts
  38.      of its help file as it is creating it.
  39.  
  40.      Images saved in CAPTURES.DBF can be inserted directly into the
  41.      HELP.DAT file complete with color attributes using the new
  42.      'Import' facility of ClipHelp's 'Edit Colors' option, greatly
  43.      reducing the work needed with previous versions of ClipHelp.
  44.  
  45.      The attribute bytes of all characters not obscured by overlaid
  46.      help data when <F1> is tapped are now changed and restored on
  47.      return to the application.  This avoids unsightly flashing panels
  48.      which could previously arise with Clipper 5's SETBLINK().  The
  49.      default color can be changed using ClipHelp's 'Set Defaults'
  50.      option.
  51.  
  52.      An optional 'path' command line parameter when running ClipHelp
  53.      tells it where to find HELP.DAT and HELP.TXT files, supporting
  54.      concurrent development of help systems for multiple applications.
  55.  
  56.      Public variable in Clipper S87 version and additional parameter to
  57.      the solitary function call in Clipper 5 version optionally allows
  58.      HELP.DAT and associated files to be located elsewhere than in an
  59.      application's default sub-directory.
  60.  
  61.      Ver 1.11 - 12 December 1991
  62.  
  63.      Checks whether a mouse is in use and if so, saves the condition,
  64.      turns off the mouse while help screens are displayed and restores
  65.      the original mouse condition on exit.
  66.  
  67.  
  68.      Ver. 1.1 - 24 October 1991
  69.  
  70.      Replacement Clipper 5 OBJ module (CLHLP501.OBJ).  All PUBLIC and
  71.      PRIVATE variables removed and replaced with LOCAL or file-wide
  72.      STATIC variables.  Only one line of source code need be added to a
  73.      Clipper 5 application to embrace all ClipHelp facilities.  Context
  74.      sensitivity achieved by calling a function to pass a string/code
  75.      to ClipHelp, avoiding a PUBLIC variable declaration.
  76.  
  77.      Replacement Clipper 5 C function library (HLPC501.LIB) with
  78.      improved speed over that supplied with version 1.00.
  79.  
  80.  
  81.      Ver. 1.0 - 4 July 1991
  82.                                __________
  83.  
  84.      ClipHelp (C) 1991, 1992
  85.      Richard Eddy
  86.      S.R. Eddy & Associates
  87.      Perth, Western Australia   Tel: 61 9 455-1004  CIS ID: 100033,3272
  88.      3 April 1992
  89.