home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #4-#5 / CDD_05_95.ISO / cdd / winanw / helpwrit / readme.txt < prev    next >
Text File  |  1994-12-06  |  6KB  |  147 lines

  1. Changes in 1.9.2
  2.  * Fixed "No Word Wrap" feature to NOT insert a CR before paragraphs
  3.  * Fixed syntax errors in automatically generated CONTXTID.BAS (SORRY bout that)
  4.  * Added dialog when first opening a file if resources are too low
  5.  * Fixed "Endless loop" when closing a topics before compile if topic is too large
  6.  * Autogenerate now **PRESERVES** all existing HelpContextIDs
  7.    (That means there's no tinkering with your VB code after autogeneration)
  8.  * Autogenerate now creates a separate topic for each control on a form with a valid
  9.    HelpContextID (<32000)
  10.  * Existing Help Macro copied to the macro entry panel when using macro picklist
  11.  
  12.  
  13. Changes in 1.9.1
  14.  * Added POPUP help subroutine to BAS code generation module
  15.  * Fixed "Set window size/Pos" when maximized error
  16.  * Fixed Error when right button clicked on "BACK" button and no topics loaded
  17.  * Fixed error changing ContextID to duplicate then switching TABS
  18.  * Disabled erroneous "Purchase for more features" message in PRO edition
  19.  * PREVIEW topics now enabled in the STANDARD edition of VB HelpWriter
  20.  * Added a utility function to test all topics for corruption after a crash
  21.    
  22.  
  23. Changes in 1.9.0
  24.  * Export RTF function fixed to work with Word 6.0
  25.  * GLOSSARY now exported for manual creation
  26.  * Fixed GPF in global Replace dialog after all replacements are completed
  27.  * Fixed an "endless loop" condition with dictionary term surrounded
  28.    by "quote characters
  29.  * Fixed a bug where the main window was "ALWAYS ON TOP" when fixed size
  30.  * Extra protection if memory allocation error occurs
  31.  * Fixed problem with Aboutbox when opening file before aboutbox disappears
  32.  * PREVIEW now requires an extra OK to prevent accidental compiles
  33.  * Right mouse button on "back" history button displays startup topic
  34.  
  35.  
  36. Changes in 1.8.9
  37.  * !!NEW!! Current editor DLLs for improved editing behavior
  38.  * Fixed the "margin" bug in high res (1024x768 or higher)
  39.  * Fixed endless loop when PREVIEW a completely empty topic
  40.  * Easier to change topic titles in topic info dialog
  41.  * Easier to add definitions in definitions dialog
  42.  * Add definitions without an open topic
  43.  * Improved error handlind in SEARCH dialog
  44.  * Search String has focus in Search Dialog on startup
  45.  * Improved program unloading code
  46.  * Changed default browse sequence from "Index:" to "Browse:"
  47.  * Import Topics feature uses first non-empty text for topic title
  48.  * Improved helpfile<g>
  49.  
  50. Changes in 1.8.8
  51.  * TAG properties now imported into helpfile as intended
  52.  * Fixed "Invalid index" bug in topic selection menu
  53.  * Error handling for missing macro file added
  54.  
  55. Changes in 1.8.7
  56.  * Added macro selection box (No more looking in the manual for syntax)
  57.  * Improved memory management
  58.  * Fixed error when deleting last GLOSSARY entry
  59.  * Handles larger help topics (incl graphics)
  60.  * Other minor bugfixes...
  61.    (This version's biggest addition is online selection of help MACROS)
  62.  
  63.  
  64. Changes in 1.8.6
  65.  * 30 topics in LITE edition!!!
  66.  * Improved automatic helpfile creation from VB code
  67.    (creates multiple linked topics)
  68.  * Now Accepts command parameters to autoload files on startup
  69.  * Added GLOSSARY button for easy glossary access
  70.  * Uses latest version of VSVBX.VBX
  71.  * Removed extra space after international chars
  72.  * Does not miss graphics when graphic text wraps across lines
  73.  * Added ROOT directive to make sure helpfile always generated in the proper directory
  74.  * Checks copyright string length as it is being entered.
  75.  * Removed copyright from generated code for registered users
  76.  * Option to disable constant declarations in the automatically generated VB code
  77.  * Better memory management of JUMPs
  78.  
  79.  
  80. Changes in 1.8.5
  81.  * Spellchecking (PRO version only)
  82.  * Much better handling of HUGE helpfiles 
  83.    (it monitors GDI resources and makes sure you never run too low)
  84.  * Startup topic is the 1st topic displayed after loading
  85.  * Smaller topic information dialog
  86.  * Alphabetized topic selection bar
  87.  * Improved Program Options dialog
  88.  * Capability to set the "Glossary" topic title
  89.  * Option to disable the "16 color" video driver warning
  90.  * Search/Replace no longer gets stuck when "cancel" selected
  91.  
  92. Changes in 1.8.2
  93.   * Support for international character sets in title and keywords
  94.   * Fixed reversed labels in topic information dialog
  95.   * Fixed out of range entries (>32000) for HelpContextID in
  96.      Topic information dialog
  97.  
  98. Changes in 1.8.0
  99.   * !!!Drag 'n Drop browse sequence creation!!!
  100.   * Improved Import/Export RTF (PRO version only)
  101.   * Improved "save before exit" handling
  102.   * Improved memory management
  103.   * Ability to add user macros to help project file
  104.   * Main window colors always settable (even without fixed size
  105.      window position)
  106.   * Ruler not showing below icon bar (1024x768 mode)
  107.   * Improved helpfile setup and topic information dialogs
  108.  
  109. Changes in 1.7.0
  110.   * UNDO all edits
  111.   * Uses less system resources (more free memory)
  112.   * Supports windows metafile graphics
  113.   * Supports (c), (r), International Currency, and math symbols
  114.   * Saves editor settings between sessions.
  115.  
  116. Changes in 1.6.5
  117.   o Improved memory management to avoid crash when autogenerating large
  118.      help topics
  119.   o Same fix prevents crash when deleting a topic
  120.   o Fixed 3D problem that exists with some versions of Norton Desktop
  121.  
  122.  
  123. Known bugs and workarounds:
  124. *** 3D dialogs may cause problems with Norton Desktop or OS/2 ***
  125.    If your system hangs(GPFs) when loading, add the line:
  126.       
  127.       "3D=0" 
  128.       
  129.       to your HELPWRIT.INI file, under the OPTIONS heading,
  130.       as shown below...
  131.  
  132.    [OPTIONS]
  133.    3D = 0
  134. ************************************************************************
  135.  
  136. *** HighEdit with VB HelpWriter not the same as shipping version ***
  137.    VB HelpWriter installs HighEdit into the HelpWrit directory to
  138.    avoid any conflicts with version 1.x of HighEdit.
  139.  
  140.    If you have other versions of HighEdit, please do not move this version 
  141.    from your VB HelpWriter directory, because the shipping version of 
  142.    HighEdit (2.0 ) has a mouse handling problem that affects drag n' 
  143.    drop in this application.
  144. ************************************************************************
  145.  
  146.  
  147.