home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / demo / vbhw / readme.txt < prev    next >
Text File  |  1994-10-27  |  4KB  |  112 lines

  1. Changes in 1.8.9
  2.  * !!NEW!! Current editor DLLs for improved editing behavior
  3.  * Fixed the "margin" bug in high res (1024x768 or higher)
  4.  * Fixed endless loop when PREVIEW a completely empty topic
  5.  * Easier to change topic titles in topic info dialog
  6.  * Easier to add definitions in definitions dialog
  7.  * Add definitions without an open topic
  8.  * Improved error handlind in SEARCH dialog
  9.  * Search String has focus in Search Dialog on startup
  10.  * Improved program unloading code
  11.  * Changed default browse sequence from "Index:" to "Browse:"
  12.  * Import Topics feature uses first non-empty text for topic title
  13.  * Improved helpfile<g>
  14.  
  15. Changes in 1.8.8
  16.  * TAG properties now imported into helpfile as intended
  17.  * Fixed "Invalid index" bug in topic selection menu
  18.  * Error handling for missing macro file added
  19.  
  20. Changes in 1.8.7
  21.  * Added macro selection box (No more looking in the manual for syntax)
  22.  * Improved memory management
  23.  * Fixed error when deleting last GLOSSARY entry
  24.  * Handles larger help topics (incl graphics)
  25.  * Other minor bugfixes...
  26.    (This version's biggest addition is online selection of help MACROS)
  27.  
  28.  
  29. Changes in 1.8.6
  30.  * 30 topics in LITE edition!!!
  31.  * Improved automatic helpfile creation from VB code
  32.    (creates multiple linked topics)
  33.  * Now Accepts command parameters to autoload files on startup
  34.  * Added GLOSSARY button for easy glossary access
  35.  * Uses latest version of VSVBX.VBX
  36.  * Removed extra space after international chars
  37.  * Does not miss graphics when graphic text wraps across lines
  38.  * Added ROOT directive to make sure helpfile always generated in the proper directory
  39.  * Checks copyright string length as it is being entered.
  40.  * Removed copyright from generated code for registered users
  41.  * Option to disable constant declarations in the automatically generated VB code
  42.  * Better memory management of JUMPs
  43.  
  44.  
  45. Changes in 1.8.5
  46.  * Spellchecking (PRO version only)
  47.  * Much better handling of HUGE helpfiles 
  48.    (it monitors GDI resources and makes sure you never run too low)
  49.  * Startup topic is the 1st topic displayed after loading
  50.  * Smaller topic information dialog
  51.  * Alphabetized topic selection bar
  52.  * Improved Program Options dialog
  53.  * Capability to set the "Glossary" topic title
  54.  * Option to disable the "16 color" video driver warning
  55.  * Search/Replace no longer gets stuck when "cancel" selected
  56.  
  57. Changes in 1.8.2
  58.   * Support for international character sets in title and keywords
  59.   * Fixed reversed labels in topic information dialog
  60.   * Fixed out of range entries (>32000) for HelpContextID in
  61.      Topic information dialog
  62.  
  63. Changes in 1.8.0
  64.   * !!!Drag 'n Drop browse sequence creation!!!
  65.   * Improved Import/Export RTF (PRO version only)
  66.   * Improved "save before exit" handling
  67.   * Improved memory management
  68.   * Ability to add user macros to help project file
  69.   * Main window colors always settable (even without fixed size
  70.      window position)
  71.   * Ruler not showing below icon bar (1024x768 mode)
  72.   * Improved helpfile setup and topic information dialogs
  73.  
  74. Changes in 1.7.0
  75.   * UNDO all edits
  76.   * Uses less system resources (more free memory)
  77.   * Supports windows metafile graphics
  78.   * Supports (c), (r), International Currency, and math symbols
  79.   * Saves editor settings between sessions.
  80.  
  81. Changes in 1.6.5
  82.   o Improved memory management to avoid crash when autogenerating large
  83.      help topics
  84.   o Same fix prevents crash when deleting a topic
  85.   o Fixed 3D problem that exists with some versions of Norton Desktop
  86.  
  87.  
  88. Known bugs and workarounds:
  89. *** 3D dialogs may cause problems with Norton Desktop or OS/2 ***
  90.    If your system hangs(GPFs) when loading, add the line:
  91.       
  92.       "3D=0" 
  93.       
  94.       to your HELPWRIT.INI file, under the OPTIONS heading,
  95.       as shown below...
  96.  
  97.    [OPTIONS]
  98.    3D = 0
  99. ************************************************************************
  100.  
  101. *** HighEdit with VB HelpWriter not the same as shipping version ***
  102.    VB HelpWriter installs HighEdit into the HelpWrit directory to
  103.    avoid any conflicts with version 1.x of HighEdit.
  104.  
  105.    If you have other versions of HighEdit, please do not move this version 
  106.    from your VB HelpWriter directory, because the shipping version of 
  107.    HighEdit (2.0 ) has a mouse handling problem that affects drag n' 
  108.    drop in this application.
  109. ************************************************************************
  110.  
  111.  
  112.