home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / shlp106.zip / SHLP1.EXE / HISTORY.DOC < prev    next >
Text File  |  1992-04-08  |  5KB  |  89 lines

  1. List of Modifications to the Simply Help! package
  2.  
  3. 04/07/92 - Added support for PDS 7.1 - Libraries for both near and far
  4.            strings are included.  Load the SHELP.SRC file into the editor 
  5.            and run it for more info on the BASIC libraries. 
  6.  
  7. 04/06/92 - Fixed a rare bug in the compiler which would cause it to lock
  8.            when a screen contained too many lines.
  9.  
  10. 01/01/92 - Released Version 1.05 to FoxNet BBS
  11.  
  12. 12/28/91 - Had a great Christmas!  Created a second library called SHELPB.LIB
  13.            which includes only the BASIC modules.  This library is for
  14.            people who own Crescent's QuickPak Pro and PDQ only.
  15.  
  16. 12/18/91 - Rewrote the Basic library to include network support and
  17.            text highlighting.  You must tell the routines to use network
  18.            support by setting the "Error Flag" variable to -99 before 
  19.            calling the routine.  File are then opened as read only with
  20.            full sharing.  NOTE: The number of parameters in the SHelpOvr(M)
  21.            routines has been changed to allow a highlight color.
  22.  
  23. 12/15/91 - The compiler had a bug that caused the system to hang when 
  24.            compiling very large files.  Added extra error checking so the
  25.            compiler will hopefully exit gracefully when things get too tight.
  26.  
  27. 12/14/91 - The "Use Color" option in the program options dialog box is now
  28.            extended to work when testing your source file.  This will let
  29.            you see what your EXE or TSR file will look like when running
  30.            on a monochrome system.  
  31.  
  32. 12/12/91 - A bug in one of the assembler routines caused the editor and
  33.            all viewers to crash with a Divide Overflow error when running
  34.            on a hercules system (Mode 7) with a mouse.  This is now fixed.
  35.            Thanks to Ward Yelverton for pointing out this problem.
  36.  
  37. 12/10/91 - Simply Help files now support highlighted text within your
  38.            screens.  Each screen can use any highlight color and it is
  39.            set in the "Edit Screen Attributes" dialog box.  To highlight
  40.            text you use the "Color Switch" character within your text.
  41.            Each time this character is used the color is switched between
  42.            the normal text color and the highlight color.
  43.  
  44. 12/08/91 - You can now run SHED from anywhere on your system and it will
  45.            know how to find the compiler and the other files it needs.  This
  46.            works with DOS 3 or higher.  You can also specify an environment
  47.            variable "SH" to provide the proper path to the files as follows.
  48.  
  49.                                 SET SH=C:\SHLP
  50.  
  51. 12/06/91 - When setting the size or position of a screen you can now move to
  52.            the bottom and right edges of the screen.  This allows you to use 
  53.            80 x 25 screens.  The shadow is not displayed if the screen goes
  54.            past column 78 or line 24.
  55.  
  56. 11/24/91 - Added network support to viewers.  The compile dialog box in SHED
  57.            now contains a check box to include network support.  This will
  58.            allow multiple users to access the same EXE or TSR file at the
  59.            same time.  You must have DOS 3 or higher and run the DOS program
  60.            SHARE.EXE or have network software installed for this to work. 
  61.            The compiler was modified to support the new viewers.
  62.  
  63.            All viewers now include the code for mouse support.  This was
  64.            done to keep the number of different viewers down.  If you do not
  65.            select mouse support in the compile dialog box the mouse support
  66.            will be disabled even if one is detected. 
  67.  
  68.            Updated manual and related files.  Please note the new mailing
  69.            address.
  70.  
  71. --------   Working on another program....
  72.                              
  73. 06/17/91 - Added the SHELP.BI include file.
  74.  
  75. 06/16/91 - The run time Simply Help! library (SHELP.LIB) is now included as
  76.            part of the shareware package.  The quick library is no longer
  77.            included but a batch file (QUICKLIB.BAT) is provided which
  78.            allows you to create the proper quick library for your version
  79.            of QuickBasic.
  80.  
  81. 06/13/91 - Rewrote text expansion routine in assembler.  The assembler
  82.            routine saved 400 bytes and is 58 times faster than the same
  83.            routine in basic!  This routine was used 7 times in the package
  84.            so it was well worth the effort.
  85.  
  86.          - Reduced the size of all viewers by about 1k each by fine tunning.
  87.  
  88. 05/30/91 - First shareware release of program to Foxnet BBS. (Ver 1.00)
  89.