home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / PATCHES / RTF227 / CHANGES.TXT next >
Encoding:
Text File  |  1994-07-08  |  2.0 KB  |  45 lines

  1. Some of the more significant changes are listed below:
  2.  
  3. The mechanism by which emphasised text inherits from the 
  4. enclosing paragraph had a bug. This meant that paragraphs that 
  5. had emphasis from their first character could either lose their 
  6. emphasis, or have the emphasis applied to the whole paragraph, 
  7. rather than to the appropriate region of text. The scheme has 
  8. been simplified and corrected.
  9.  
  10. New destinations for text in W4W v6 showed up a bug in the 
  11. handling of optionally ignorable destinations. This results in 
  12. spurious text appearing in documents imported from W4W to the S3. 
  13. Such destinations, and all nested destinations within them, are 
  14. now correctly ignored if the optional destination is not 
  15. recognised by the reader code.
  16.  
  17. Negative line spacings (meaning a fixed line spacing to Microsoft 
  18. Word) are now converted to positive values by the reader. 
  19. Previously they were interpreted as very large line spacings, 
  20. resulting in S3 documents with one line per page.
  21.  
  22. Incoming negative left margin indents are now truncated to zero 
  23. (they were previously interpreted as large positive indents, 
  24. resulting in text being printed with one character per line).
  25.  
  26. Added simple interpretation of tables in the reader. Each 
  27. incoming table row is converted to a separate paragraph, with the 
  28. cells separated by Tab characters. Note that this scheme does not 
  29. cope with cells containing multiple paragraphs.
  30.  
  31. The reader now takes note of the \deff<n> keyword and sets an 
  32. appropriate default font.
  33.  
  34. The reader now handles the \gutter keyword (simply by increasing 
  35. the left page margin).
  36.  
  37. The reader now responds to the \sect end of section keyword. The 
  38. response is the same as for \par (end of paragraph).
  39.  
  40. The additional Macintosh Word keywords \bullet, \endash, \emdash, 
  41. \ldblquote, \rdblquote, \lquote and \rquote are handled on input. 
  42. They are not output since they are not understood by DOS Word; 
  43. this scheme maximises compatibility with both flavours of 
  44. Microsoft Word.
  45.