Changes in rtftohtml 2.7.5

*    some list element\line
     more stuff belonging to same list element, but on a different line.


IMPORTANT!

To make drag-n-drop of MSWord 6.0 RTF files work on your Macintosh, you must:

1. Download rtftohtml 2.7.5 onto your Macintosh

2. Copy ALL PREVIOUS VERSIONS of rtftohtml onto a backup disk. Then REMOVE them from your hard-disk.

3. Restart your Macintosh, while holding down the OPTION and Apple keys. This will re-build your desktop.


Changes in rtftohtml 2.7.4

Changes in rtftohtml 2.7.3

Changes in rtftohtml 2.7

Notes on rtftohtml 2.5

This release of rtftohtml requires a new version of the html-trans file. Using your old one will not work.

The new format file has an additional item added to the .PTag table. An entry now looks like this:
#"name","starttag","endtag","col2mark","tabmark","parmark",allowtext,cannest,DelteCol1,fold
.PTag
...
"Normal","","\n","\t","\t","<p>\n",1,0,0,1
"pre","<pre>","</pre>","\t","\t","\n",0,0,0,0

The fold field should be set to zero (0) for all entries except "pre" or "listing". A zero entry allows rtftohtml to insert newlines "\n" into the source so that lines do not get too long in your HTML file. This feature is designed to make editing/viewing of HTML source files easier with editors like vi. You must use one (1) for "pre"