home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / CONVERTR / RTF2HTML / SRC / RTF2HTML.TAR / rtftohtml_src / Libs / ReleaseNotes / Changes-1.08 < prev    next >
Encoding:
Text File  |  1994-11-05  |  1000 b   |  28 lines

  1. Changes for RTF distribution release 1.08
  2. -----------------------------------------
  3.  
  4. Now configured with WRPRC2 imake configuration files.
  5.  
  6. The char->hex and hex->char functions are now public since some of the
  7. writers need them.  (The functions are RTFCharToHex(), RTFHexToChar())
  8.  
  9. Fixed some errant calls to RTFSetToken() to pass rtfNoParam rather than -1
  10. when no parameter value was intended.  Also fixed description of RTFSetToken()
  11. in rtf.ms.
  12.  
  13. rtf2troff:
  14.  
  15. Incorporated Dave Davey's mods to handle characters in symbol font.
  16. See trf-symbol.c.  Also several entries for the maps in trf-charmap.c
  17. Added -h/+h options to control whether header/footer macros and traps are
  18. generated, with the default being off.  This is based on the presumption
  19. that the output is likely to be run through some troff with some macro
  20. package anyway, and that package will supply space at the top/bottom of
  21. the page.
  22.  
  23. Made groff the default troff version.
  24.  
  25. rtf2text:
  26.  
  27. Incorporated Mike Sendall's entries for the maps.
  28.