-
fla_2 committed patchset 15 of module rtf2html to the rtf2html converter CVS repository, changing 1 files.
2009-01-13 23:39:30 UTC by fla_2
-
Patch applied to CVS repository on 2009-01-13.
2009-01-13 23:20:45 UTC by fla_2
-
Patch applied to CVS repository on 2009-01-13.
2009-01-13 23:20:00 UTC by fla_2
-
fla_2 committed patchset 14 of module rtf2html to the rtf2html converter CVS repository, changing 5 files.
2009-01-13 23:17:15 UTC by fla_2
-
fla_2 committed patchset 13 of module rtf2html to the rtf2html converter CVS repository, changing 1 files.
2009-01-13 23:04:23 UTC by fla_2
-
fla_2 committed patchset 12 of module rtf2html to the rtf2html converter CVS repository, changing 6 files.
2009-01-13 22:44:35 UTC by fla_2
-
There are some missing includes which makes compilation fail with gcc-4.3. Attached is a patch.
2009-01-03 22:48:06 UTC by halcy0n
-
sf-robot added fla_2 to the rtf2html converter project.
2008-12-04 10:15:03 UTC by sf-robot
-
Add support for double quote characters with “ and ”
If extended ascii double quote characters 147 and 148 are encountered, write “ and ” to the html instead of the literal character.
2008-09-04 21:39:34 UTC by fla_2
-
This patch adds support for the \caps feature. It works much like the \b (bold) feature but displays the affected characters in all capitals using text-transform:uppercase.
The \* feature was forgetting to pop the options from the stack. They must be popped even when skipping the remainder of a group because they were pushed when the group began.
2008-08-28 02:50:21 UTC by fla_2