home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 January / SOFM_Jan1996.bin / pc / os2 / htmlwiz / readme.1st < prev    next >
Text File  |  1995-12-05  |  5KB  |  114 lines

  1. New in HTML Wizard version 1.51
  2.  
  3. (1) Added a nice splash screen while the program loads.
  4.  
  5. (2) Fixed some bugs with v. 1.50:
  6.     (a) File saving was not done properly, and the new file was
  7.         being appended to the old one rather than overwriting it.
  8.  
  9.     (b) Choosing "Close" from the "File" menu would not prompt
  10.         the user to save changes if the file had been modified.
  11.  
  12.     (c) I had inadvertently removed the code to load the REXXUtil
  13.         library, causing all sorts of problems with previewing
  14.         and using the new WebLint feature.
  15.  
  16. *********************************
  17. New in HTML Wizard vsersion 1.50
  18.  
  19. (1) You can now have your HTML document checked for syntax errors by
  20. clicking on "Check Document with WebLint" under the "File" menu. 
  21. THIS ONLY WORKS IF YOUR NETWORK CONNECTION IS ACTIVE. What the program
  22. does is send your document to the WebLint web site (www.unipress.com)
  23. for syntax checking. 
  24.  
  25. (2) Added WIDTH, HEIGHT, and ALT entities to the IMG tag window. If
  26. you specify a GIF file, HTML Wizard will automatically fill in the 
  27. WIDTH and HEIGHT entries with the correct values.
  28.  
  29. (3) The Alt-z key sequence repeats the insertion of the last tag. This
  30. makes it a little easier when you have to add the same tag repeatedly
  31. (like the <P> tag). 
  32.  
  33. (4) Removed the dependency on RXEXTRAS.DLL. You can delete this file
  34. from your HTML Wizard directory.    
  35.  
  36. (5) Fixed some bugs:
  37.    (a) The preview file is now saved in the working directory rather
  38.        than the HTML Wizard directory. This enables Web Explorer to find
  39.        images and linked items listed in your HTML file.
  40.    (b) Alt-r now brings up the Characters menu. Previously this was 
  41.        set to Alt-h, conflicting with the Help menu hotkey.
  42.    (c) The correct closing tag for the underline tag is now inserted
  43.        when using the horizontal Tagbar.
  44.    (d) The "Hide Tagbar" setting is now correctly stored in the .ini
  45.        file, so that the proper setting is used when the program is
  46.        restarted.
  47. *********************************
  48. New in HTML Wizard version 1.40:
  49.  
  50. (1) Support for some HTML 3 tags has been added, including
  51. tables and backgrounds.
  52.  
  53. (2) Added a URL item for NAME=... links in an anchor.
  54.  
  55. (3) Added the FONT tag
  56.  
  57. (4) Fixed a problem that messed up previewing when Translate
  58. Non-English Characters was turned off.
  59.  
  60. *********************************
  61. New in HTML Wizard version 1.32:
  62.  
  63. (1) Previewing with Web Explorer is now easier. To preview your
  64. HTML document, just select "Preview Document" from the "File"
  65. menu, or press F10.
  66.  
  67. ********************************
  68.  
  69. New in HTML Wizard version 1.3:
  70.  
  71. (1) A new "Options" item, "Translate Non-English Characters" allows
  72. you to edit HTML documents using non-English characters directly. This
  73. feature mainly benefits users of code pages whose non-English characters
  74. are available on their keyboards. HTML Wizard will (if this option is
  75. checked) pass files through a filter that converts these characters
  76. to and from their corresponding HTML entities when loading and saving
  77. the files. So, instead of seeing ö, you will see a single 'o'
  78. character with the umlaute accent. If you do not have your keyboard
  79. set up for a non-English character set, it is best to leave this
  80. option off. No harm will be done in using it, but file I/O will be
  81. slower because it has to pass through the translator. See the online
  82. help for more details on this feature.
  83.  
  84. (2) Forms support has finally been added.
  85.  
  86. (3) "Save Without Tags" is done through a C++ program rather than
  87. REXX, so it is much faster now. As of now, only <....> tags are removed.
  88. Character entities such as & are not converted. I hope to have this
  89. implemented soon.
  90.  
  91. ********************************
  92.  
  93. New in HTML Wizard version 1.25:
  94. (1) Added automatic insertion of <P> tags when text files
  95. are imported. (Can be toggled in the Options menu)
  96.  
  97. (2) Added automatic insertion of <P> and <BR> tags when
  98. blocks of text are selected.
  99.  
  100. (3) Added an option to control whether <LI> tags are
  101. automatically inserted when lists are created.
  102.  
  103. (4) Added a "Save Without Tags" feature to save an HTML
  104. file without the HTML tags so that it can be imported
  105. into other editors, or to send text by email without
  106. all the tags, etc. Right now, this is done in REXX, so it
  107. can be painfully slow for a large file. Experiment with
  108. small files first to find out what your patience limit
  109. is. I have already coded this up in C++ to be much
  110. faster, but it will take a little time to get it merged
  111. seamlessly with HTML Wizard. It should make the next
  112. release, so this is just to whet your appetite. :-)
  113.  
  114.