Version 1.0.0.2                                 26.03.2003
----------------------------------------------------------
- correctur Bug: D5 + D7 only for MDI-projects.  

  The error was:
  Has MDI-Apps more as one instance of the
  them childwindow active, the Help over
  HHDirect(Sender), HHJump or with Key F1
  does not work correct, if the user get
  help for the 2nd or 3rd and so one instance.

  For D5: Change MAUSHelp5.dcu in ../Delphi5/Lib and
                 MAUSHH5.bpl   in ../Delphi5/Projects/Bpl 

  For D7: Change MAUSHelp.dcu  in ../Delphi7/Lib

  Do compile your projects new.
-----------------------------------------------------------
- Note: HelpFileName                             26.03.2003
  
  1. If you do not assign HelpFileName in Project/Options
     like "MyHelp.chm", the Default HelpFileName is then:

     Application.ExeName with Extension .chm for Example:   

     MyApp.exe = MyApp.chm 
  
     in the them directory.

  2. If you do assign HelpfileName in Project/Options you
     can define Child-directory like "Help/MyHelp.chm".

  3. You can also define HelpFileName in the Properties 
     for Forms different.