blob: 42c31c7ccc39af947988923122f1c6cb87c8ffe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
Version 0.9.6
- Add character styles
- Add <highlight> tag for highlighted text
- Add <link> tag for hyperlink fields
- Add 'align' attribute to <para> tags for paragraph alignment
- Add 'indent' attriute to <para> tags for paragraph indent
- Now has option for pretty printing output XML
- Displays version with '-v' argument
- Fixed problems with Unicode
- Support for bookmarks.
Version 0.9.5
- Allow conversions on stdin and stdout
- Fixed build problem with GCC 3.4
- Fixed bug with ampersands getting converted improperly
- Upgraded to new DOMC version
Version 0.9.4
- Switched from Sablotron to DOMC (due to speed and dependency issues)
- Added support for ANSI to Unicode conversions
- Fixes to DOMC for speed on large node lists
- Other bug fixes
Version 0.9.3
- Code cleanup and commenting
- Fixed bug with non-existant destinations
- Created XML schema for output format
- Speed improvements
- Added 'presentation' mode
- Added support for fonts
- Other small bug fixes
- Uses RTFX namespace
Version 0.9.2
- Updated windows version to new sablot library
- Added support for foot notes
- Added support for super and sub script
- Removes extraneous duplicate tags
- Other small bug fixes
Version 0.9.1
- Changed name to 'rtfx' due to a naming conflict
Version 0.9
- Ported to Linux/FreeBSD
Version 0.7
- Stable released used regularly
|