home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / htmlhelp / history < prev    next >
Encoding:
Text File  |  2003-07-17  |  7.1 KB  |  171 lines

  1.  
  2.   History of the HTML Help viewer
  3.   ===============================
  4.  
  5. ------------------------
  6.          LEGEND
  7.     * = Added feature  
  8.     ! = Bug Fixed      
  9.     ~ = Changed                              
  10. ------------------------
  11.  
  12. Version 5.2.1
  13. Robert Platt:
  14.   ~ Exact matches of topics in index.htm now take precedence over
  15.     files (so that the typical usage is faster).
  16.   * user abort possible during long search for nearest match to a topic
  17.   * /A switch added, which tells help to use standard ASCII characters
  18.     instead of extended character block graphics.
  19.   * HELPCMD environment variable can be used to preset /A and /M switches.
  20.   ! fixed bug in user interface - ghost links occasionally loaded
  21.     e.g. when using scroll bar (The check for whether the mouse was
  22.     within the main window (where the links are) had the wrong boundary
  23.     conditions.) 
  24.   ! Detect, rather than assume, enhanced (101/102 key) keyboard
  25.   ! GNU Indent run to beautify the source code (this to be done on
  26.     all future releases).
  27.  
  28. Version 5.2
  29. Robert Platt:
  30.   ~ New help system will use ..\help\index.htm as default help path.
  31.   * Checks %helppath% environment variable to locate index.htm
  32.     (previously only fasthelp used this)
  33.   * Support for multiple help file sets:
  34.     Checks to see whether a topic specified on the command line
  35.     matches any files on the help path before doing the usual search
  36.     in index.htm. A subtopic can be passed to such a file.
  37.   * Enhanced keyboard browsing. Arrow keys now move between links.
  38.     Alt+Left and Alt+Right moves back and forth between history (Netscape
  39.     and IE use these).
  40.     (Also, Alt+Up and Alt+Down behave how Up and Down used to.)
  41.   * Semi-infinite browsing
  42.   * Allows html files to have parameters in the body tag
  43.   * Full support for comments <!-- -->
  44.   * F5/Ctrl+R can be used to refresh the current document (useful for
  45.     writing documents in a windowing environment)
  46.   ! Fixed memory bug in the GUI
  47.   ! Fixed memory bug in the header tag code
  48.   ! Fixed slight bug in scroll bar positioning
  49.   ! Fixed bug conflicts when browsing links with both mouse and keyboard
  50.     together
  51.   ! Word-wrapping is now aware of character entities (© etc).
  52.   ~ Code clean-up
  53.   ~ Bright Yellow used for links (still much more readable on laptops
  54.     than the older colour system, but much better than green is for
  55.     CRT monitor users.) (Joe Cosentino's idea - thanks Joe)
  56.  
  57. --------------------------------------------------------------------------
  58.       From Version 5.1.2B onwards, the new help file set was
  59.       introduced. See NEWS
  60. --------------------------------------------------------------------------
  61.  
  62. Version 5.0.0B  01/11/2002
  63. Paul Hsieh and Robert Platt:
  64.   * Less need for HTML files to be preformatted (built in word wrapping)
  65.   * Supports HTML '&___;' escape codes such as   and ©
  66.   * header tags <h1> through <h3> are supported. <h1> puts a border around
  67.     text for titles, removing the need for non-standard characters in the
  68.     HTML files which were used to create this effect.
  69.   * Improved navigation with 'Exit', 'Contents', 'Next' and 'Help on Help'
  70.   * Support for Shift-Tab, to complement Tab for going between links.
  71.   * Mouse can now page up and down by clicking on scroll bar area.
  72.   * /o command-line option can be used to open many other text and HTML
  73.     files.
  74.   ! Fixed a problem where the machine hanged after browsing links deeply.
  75.   ! Fixed various minor bugs
  76.   ! Accessibility improved: new color schemes are readable on LCD screens,
  77.     and on monochrome (especially with the /m command-line option)
  78.   ! Status-bar does not just show links that the mouse hovers over, it also
  79.     show links highlighted by the keyboard.
  80.  
  81. Version 5.1.0B
  82. Robert Platt:
  83.   ~ old /files documentation removed from this release.
  84.   ~ The home page has been changed from help.htm to htmldocs\index.htm.
  85.   * Neater rendering of HTML through detection of excessive newlines
  86.   ! Fixed a bug in the word wrapping
  87.   ! Fixed a bug where <A NAME="something"> tags are treated as <A HREF="..."
  88.     tags.
  89.   ~ various tags tweaked
  90.   * Support for two new character entities: ¶ and §
  91.  
  92. --------------------------------------------------------------------------
  93.       From Version 5.1.0B onwards, support of the old /files HTML
  94.       documentation ceased.
  95. --------------------------------------------------------------------------
  96.  
  97. Version 5.0.1   13/11/2002
  98. Robert Platt:
  99.   * in 43- and 50- line color text modes, help now takes advantage of the
  100.     additional screen space.
  101.   ! the command-prompt screen is now restored on exiting help (unless the
  102.     video mode is changed)
  103.   ! the cursor is restored after exiting
  104.   ! the video-mode is only set when necessary
  105.   ! fixed some flaws in the interpretation of relative links
  106.   ~ improved interpretation of the <h1> and <pre> tags: h1 is now bold and
  107.     these two tags begin new paragraphs
  108.   ~ 'Next' has been renamed to 'Forward' in the navigation
  109.   ~ Alt+B, as well as backspace, can be used to navigate 'Back'
  110.  
  111. Joe Cosentino (unless otherwise explicitly stated):
  112.  
  113. Version 4.2     12/10/2001
  114.   * Added cd.htm, md.htm, and rd.htm.
  115.   ! Fixed nasty bug which crashed HTML help after a while (thanks Jeremy).
  116.   ~ Updated the FreeDOS History.
  117.   ~ Made the display better on monochrome monitors.
  118.   ~ Updated the files with my new email address.
  119.   ~ Updated the XKeyb documentation.
  120.       
  121. Version 4.0     07/24/2000
  122.   ! The bug that cut off the first letter in the status bar was fixed
  123.     (thanks again Brian).
  124.   * When you press the back button, it goes back a topic. 
  125.   ~ Updated the Defrag help file.
  126.   ~ Updated the FreeDOS history.
  127.   ! Cleaned up some of the keyboard functions.
  128.  
  129. Version 4.1     10/11/2000
  130.   ! Fixed bug that crashed help if more than 1 help command was entered on
  131.     the command line.
  132.   ~ Updated the FreeDOS history.
  133.   ~ Updated the Debug help file.
  134.   ~ Updated the Fastopen help file.
  135.   * Julien Etelian has updated all the HTML files so they can be viewed
  136.     with any web browser as well as HTML Help.
  137.   * Added ScanDisk help file.
  138.   ~ Updated the Defrag help file.
  139.  
  140. Version 3.2     05/21/2000
  141.   * Bob Stammers added keyboard support (Tab key goes between topics).
  142.   ~ Bob also changed the italic text to magenta so it would contrast better.
  143.   ~ Updated the Replace help file.
  144.  
  145. Version 3.1     05/5/2000
  146.   * Added the italics command <i> and </i>.  Italics is displayed in
  147.     gray text.
  148.   ~ Updated rest of the HTML files so they have loads of information.
  149.  
  150. Version 3.0a    04/27/2000 (Never released)
  151.   * Added the <li> tag.
  152.   ~ Seriously updated many of the HTML files.
  153.   ~ Added the FreeDOS history.
  154.  
  155. Version 3.0     04/03/2000
  156.   * Added the bold command <b> and </b>.  Bold is displayed in white text.
  157.   * Added the <br> and <p> commands. -- Brian E. Reifsnyder.
  158.  
  159. Version 2.1     04/02/2000
  160.   ! Fixed bug that when you viewed a command from the command line, the
  161.     program crashed.
  162.   ! Fixed the memory allocation bug.
  163.  
  164. Version 2.0     01/12/2000
  165.   ~ Code cleanup.
  166.   ~ Rewrote some code.
  167.   ~ Changed help files so they can link to one another.
  168.  
  169. Version 1.0     10/16/1998
  170.   * Initial release.
  171.