forked from pehohlva/wv2qt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
202 lines (121 loc) · 6.04 KB
/
ChangeLog
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
2009-10-30 Benjamin Cail <[email protected]>
* Release wv2-0.4.2 with a couple updates.
2009-10-08 Benjamin Cail <[email protected]>
* Release wv2-0.4.1 with a few updates.
2009-08-26 Benjamin Cail <[email protected]>
* Release wv2-0.4.0 with cmake build system from Pau Garcia i
Quiles and some table border/shading improvements from
boemann.
2009-03-05 Benjamin Cail <[email protected]>
* Released wv2-0.3.1 with a few bugfixes for image handling.
2009-02-16 Benjamin Cail <[email protected]>
* Released wv2-0.3.0 with basic for images, both metafile and
bitmap.
2006-06-12 Werner Trobin <[email protected]>
* Applied security fix to HEAD
2004-09-14 Werner Trobin <[email protected]>
* Applied a patch by Friedemann Kleint (Fa. metis) <[email protected]>
with fixes for Solaris / Sun C++ 5.5 Patch 113817-02 2003/08/29.
Additionally fixes some tab-related bugs (unique and erase stuff)
2004-05-10 Werner Trobin <[email protected]>
* Ported the gcc 3.4 fixes to HEAD
2004-05-09 Werner Trobin <[email protected]>
* Released wv2-0.2.2 (WV2_0_2_1_BRANCH)
* Fixed compilation with gcc 3.4
2003-11-08 Werner Trobin <[email protected]>
* Cleaned up the configure.in script and the Makefiles a bit.
Let's hope this still works everywhere and doesn't barf on the
iconv test on Cygwin...
2003-11-06 Werner Trobin <[email protected]>
* Safer version of the wvlog.h fix. Backported to the branch.
* Added a version header surprisingly similar to kdeversion.h to
make it easier for the Calligra part of the filter.
2003-11-05 Werner Trobin <[email protected]>
* Released wv2-0.2.1
* Fixed a very stupid bug: it didn't compile on gcc 2.95.x ... doh!
* Bumped the CVS version 0.2.5 and the library version to 2.0.0.
The goal is to have at least basic image support for the 0.3
release. Depending on the quality of the 0.2 release there might
be one or more bugfix releases (0.2.1, 0.2.2,...).
* Released wv2-0.2
* Merged some fixes from HEAD to the WV2_0_1_9_BRANCH
2003-10-23 Werner Trobin <[email protected]>
* Fixed a tricky list bug. When a compat list was converted to Word 8
format it worked for the first time. From the second time on the
index into the pllfo was off-by-one. This triggered a crash in case
the first list in the pllfo was a compat one (i.e. there are *just*
compat lists in a document).
2003-09-11 Werner Trobin <[email protected]>
* More image stuff. I had to split some interfaces, let's see if it's
cleaner that way.
2003-09-08 Werner Trobin <[email protected]>
* Started to implement image support for Word 6 style inline images.
2003-09-01 Werner Trobin <[email protected]>
* Released wv2-0.1.9
2003-08-30 Werner Trobin <[email protected]>
* Implemented a different logging mechanism to support a really
quiet wv2 for users. :-)
Packagers will have to use --disable-debug
2003-08-29 Werner Trobin <[email protected]>
* Okay, as it turned out there was still a problem with lists and
restarting counters yesterday. Now all my test documents work
as expected, though.
2003-08-28 Werner Trobin <[email protected]>
* Fixed the handling of startAt in list level overrides and
some related list bugs. Looks pretty okay now...
2003-08-26 Werner Trobin <[email protected]>
* Fixed list handling for Word 6 files.
2003-08-25 Werner Trobin <[email protected]>
* Added a public domain implementation of CRC32 written by
Ross Williams. We need that to calculate unique list ids.
2003-08-23 Werner Trobin <[email protected]>
* Added some ideas about image handling in wv2 to the design document.
Moved some variables in Parser9x to the private section.
2003-08-13 Werner Trobin <[email protected]>
* Fixed the problem of lost text in some Word 95 documents.
Unfortunately MS uses CP1252 characters marked as UNDEFINED
in the specification. iconv doesn't really like that.
The filter now tries to recover as much text as possible.
2003-08-09 Werner Trobin <[email protected]>
* Rewrote parts of the design document to reflect the recent changes.
2003-08-07 Werner Trobin <[email protected]>
* Removed the "any later version" clause from the license headers.
* Released wv2-0.1.8
* Fixed a bug in the lid handling
2003-08-01 Werner Trobin <[email protected]>
* Fixed some SPRMs (Word 6 vs. Word 8)
2003-07-31 Werner Trobin <[email protected]>
* Released wv2-0.1.7
* Word 6/7 support should work now. Well, at least none of the test
documents crashes and headers/footers also seem to work. Now I'd
need some more test documents (including screenshots).
2003-07-23 Werner Trobin <[email protected]>
* Started to implement Word 6/7 support by moving code around. This
stuff is quite tricky. Basically I'm trying to unify the code and
move it to the common base class Parser9x, which Parser95 and
Parser97 inherit.
2003-06-08 Werner Trobin <[email protected]>
* Applied a patch from Ben Burton <[email protected]> to make wv2 work
with libgsf-1.8.x and libgsf-1.7.2.
* Released wv2-0.1
2003-04-26 Werner Trobin <[email protected]>
* Got rid of the acconfig.h file, as autoconf 2.57 issued warnings.
2003-04-08 Werner Trobin <[email protected]>
* Applied a patch from Adrian Schroeter <[email protected]>, fixing the
build system. (e.g. CFLAGS -> AM_CFLAGS,...)
* Fixed the libtool versioning
* Released wv2-0.0.9
2003-03-21 Werner Trobin <[email protected]>
* Worked around another bug in list handling (05_...). Unfortunately
I have no idea how to fix that "the right way" as some information
is just missing and I see no way to recover it (having only one
test document with that oddity). Maybe I can recognize a pattern
when I get some more flaky list documents.
* Fixed a bug in list handling, avoids crashes on flaky documents.
2003-03-16 Werner Trobin <[email protected]>
* Removed the "/wv2" after the include path, to avoid header
clashes when #including e.g. parser.h (libxml2 also has a
header named parser.h)
2003-03-09 Werner Trobin <[email protected]>
* Released wv2-0.0.8 (and decided to start writing a ChangeLog :-)
* Registered the project at freshmeat.net