home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / textutil / simdoc20.zip / WHATSNEW.DOC < prev   
Text File  |  1993-07-12  |  8KB  |  183 lines

  1. July 93
  2.  
  3. - I added a reminder, nag, beg (call it what you will) screen to the
  4.   shareware viewer.  This screen is only displayed after a file has 
  5.   been executed at least 5 times.  I wish I didn't have do this but I
  6.   had several reports of people distributing files (even requesting 
  7.   money) with shareware copies of version 1.xx.  Most people who have
  8.   a use for this program are honest professionals who will register if
  9.   they use it.  As always a few spoil it for the majority.
  10.  
  11. - Extensive support for COLOR documents.  Colors are defined by placing
  12.   special codes within your text file.  You can hard code a color in which
  13.   case a user cannot change it with the F/B keys.  You can also choose to
  14.   specify only a foreground or only a background color to honour the users
  15.   settings for the other.  All color codes are removed before printing.
  16.  
  17.       Code format is:  ~FB    
  18.  
  19.                Where:  ~ is the character to mark a color change.  To 
  20.                        enter this character into your text repeat it ~~.
  21.  
  22.                        F = Foreground color. 0-F hex for sixteen colors
  23.                        B = Background color. 0-F hex for sixteen colors
  24.  
  25.                        Either of the colors may be replaced with a $ which
  26.                        will use the current colors selected by the user.
  27.  
  28.          For Example:  ~F1 = Bright White on Blue background
  29.                        ~F$ = Bright White on current background
  30.                        ~$4 = Current color on red background
  31.                        ~$$ = Return to user selected colors
  32.  
  33.   A TSR is supplied to make it very easy to add color to your text files.
  34.   This TSR pops up over your text editor/word processor, displays a color
  35.   chart for you to select your colors and inserts the proper color codes.
  36.   It even allows you to preview your text to see how it will be displayed
  37.   by Simply Docs.  (Many requests for color support)
  38.  
  39. - A second TSR is included for color support.  This one allows you to 
  40.   capture any part of a text screen and save it to a text file with the
  41.   proper color codes for Simply Docs.  Great for program to add screen
  42.   dumps to your documents.
  43.  
  44. - Added user defined bookmarks.  Press F5 to set a bookmark and give it a
  45.   name.  F6 uses a defined bookmark.  Up to 5 bookmarks can be saved.
  46.   (Requested)
  47.  
  48. - User selected colors are saved. (Requested)
  49.  
  50. - Hypertext support.  The BackSpace key will automatically return from any
  51.   Page# jump, Bookmark jump or search jump.  This allows you to jump anywhere
  52.   in the document and return by pressing the Bsp key.  The best part of this
  53.   is that its all automatic.  The last 10 jumps are remembered. (Requested)
  54.  
  55. - Added auto scrolling.  Pressing the plus (+) key will scroll the document
  56.   forward and the minus (-) key will scroll backward.  The speed can be
  57.   adjusted by pressing the number keys 1-9.  Pressing any other key will
  58.   turn off auto scrolling. (Requested)
  59.  
  60. - Reduced the memory requirements when resident from 50k to 35k.
  61.  
  62. - All TSRs now swap to EMS or Disk when not active.  This results in a
  63.   DOS memory footprint of only 3.5k when not active.  TSRs may be 
  64.   installed without swapping by using the /NOS command line switch.
  65.   (Requested)
  66.  
  67. - The /R switch to remove a TSR now requires you to specify the same hot key
  68.   used when the TSR was installed.  For example:
  69.  
  70.        Installed with  -->      MANUAL /TSR:2
  71.        Remove with     -->      MANUAL /R:2
  72.  
  73.   This is necessary to remove a swapped TSR.
  74.  
  75. - NOTE: The option of setting the SIMDOC environment variable to specify
  76.         the page number to display has been removed.  This option was not
  77.         very useful since most people could not set the parent variable (DOS)
  78.         from within a program.  The /PAGE:x switch will do the same thing
  79.         and is much easier to use.  If you used this option in a previous
  80.         version and cannot use this version because of it, contact me and
  81.         I may be able to provide some help.
  82.  
  83. - Pressing Ctrl+Break in version 1.xx would exit the viewer when printing.
  84.   This has been disabled.
  85.  
  86.  
  87. May 93
  88. - Added option to specify a starting page number from the command line.
  89.   Use the following to display a particular page when starting. (Requested)
  90.  
  91.           MANUAL /PAGE:xx             (where xx is the desired page#)
  92.  
  93.   If xx is zero or not specified the document is displayed at the last 
  94.   position viewed.  This is very useful for displaying a users manual from
  95.   within your program.  For Example:
  96.  
  97.           MANUAL /PAGE: /NOMENU
  98.  
  99.   If you shell out to your manual with the above command, the user is returned
  100.   to the exact position they last viewed.  Pressing ESC returns directly to 
  101.   your program.
  102.  
  103. - Added the option to print the complete file from within the viewer.  You
  104.   no longer have to go to the menu to print the complete file.  If you
  105.   want to specify a range of pages you still must use the menu.  (Requested)
  106.  
  107. March 93
  108. - Release of version 1.8
  109.  
  110. - Added support for network operation.  All compiled files may now be used
  111.   by multiple users at the same time.  
  112.  
  113. - The Disable Page Breaks option has been changed to completely remove the
  114.   page break.  In the previous versions it was shown as a blank line.  Your 
  115.   document will now appear as one long continuous file even though it is
  116.   still split into pages.  (Requested)
  117.  
  118. - The maximum line width has been increased to 136 characters. (Requested)
  119.  
  120. - You can now tell a TSR which page to display when it is poped up by 
  121.   setting the environment variable called "SIMDOC".  For example to display
  122.   page 10 you would use:
  123.  
  124.        From DOS -->        SET SIMDOC=10 
  125.        In BASIC -->        ENVIRON("SIMDOC=10")
  126.   See the manual for more information.  (Requested)
  127.  
  128. - Added small help screen to viewer.  F1 is used to display help and the
  129.   "Jump to Page#" function has been moved to F4. 
  130.  
  131.  
  132. Feb 93
  133. - Release of version 1.7
  134.  
  135. - Increased maximum number of pages to 4096.  I haven't found any files big
  136.   enough to test this but it should work.  I had a request for 3000 pages...
  137.   (Requested)
  138.  
  139. - It is now possible to have several Simply Docs TSR's installed at one time
  140.   as long as they all have different hot keys and file names. (Requested)
  141.  
  142. - Added /NOMENU switch to disable the menu from the command line.  This allows 
  143.   you to install as a TSR and shield the user from the menus.  This is useful
  144.   for displaying a users manual from within a program.  It will still allow
  145.   printing if the EXE is run without the switch.  Install TSR as follows:
  146.                MANUAL /TSR:x /NOMENU > NUL
  147.  
  148. - Added /R switch to Remove a TSR from the command line.
  149.                MANUAL /R
  150.  
  151. - Made the document name field slightly longer. (Requested)
  152.  
  153. - Fixed problem with installing TSR from the command line and made it
  154.   possible to use any hot key combination.
  155.   (/TSR:x switch)   Where x = 1 to 4 - for the predefined hot keys.
  156.                             = &hxxyy - a HEX number to specify any hot
  157.                                        key combination. xx = shift mask 
  158.                                        and yy = scan code
  159.   Specifying hot keys is explained further in the manual.
  160.  
  161. - You can now install as a TSR from the command line (shown above) even if
  162.   the TSR option was disabled when the file was compiled. (Requested)
  163.  
  164. - Fixed bug in "F1-Page#" function for very large files.
  165.  
  166.  
  167. Jan 93
  168. - Release of version 1.6
  169.  
  170. - Added support for text wider than 80 characters since files printed at 12 
  171.   characters per inch can be wider than 80 columns.  Simply Docs will now
  172.   scroll left and right to support lines up to 108 characters long.  If any
  173.   line extends past the edge of the screen it will display a double angle
  174.   bracket to indicate this. (Requested)
  175.  
  176. - Added a new option to disable the display of page breaks.  The default is
  177.   to display page breaks with a line of equal signs.  This option allows
  178.   a blank line to be used instead.
  179.  
  180. Nov 92
  181. - Release of version 1.5
  182.  
  183.