1 |
2004-02-26 18:08 frodo |
2 |
|
3 |
* lib/psiconv/generate_common.c: (Frodo) Stupid typo-mistake |
4 |
|
5 |
2004-02-26 17:27 frodo |
6 |
|
7 |
* lib/psiconv/: generate_common.c, generate_driver.c, |
8 |
generate_image.c, generate_layout.c, generate_page.c, |
9 |
generate_texted.c, generate_word.c, parse_common.c, |
10 |
parse_driver.c, parse_simple.c, parse_word.c: (Frodo) And even |
11 |
more error work. |
12 |
|
13 |
2004-02-26 16:58 frodo |
14 |
|
15 |
* NEWS, lib/psiconv/generate_common.c, |
16 |
lib/psiconv/generate_simple.c: (Frodo) Even better errors and |
17 |
progress/debug info |
18 |
|
19 |
2004-02-25 21:57 frodo |
20 |
|
21 |
* lib/psiconv/: generate_common.c, generate_driver.c, |
22 |
generate_image.c, generate_layout.c, generate_page.c, |
23 |
generate_simple.c, generate_texted.c, generate_word.c, unicode.c, |
24 |
unicode.h: (Frodo) Progress information while generating update |
25 |
|
26 |
Much better progress information now, and better error reporting. |
27 |
|
28 |
2004-02-25 21:56 frodo |
29 |
|
30 |
* lib/psiconv/parse_image.c: (Frodo) Modify debugging level |
31 |
|
32 |
The noise from parsing pictures was ridiculous. Now you have to |
33 |
edit the C code and #define LOUD to have it shout at you like |
34 |
that. |
35 |
|
36 |
2004-02-25 17:12 frodo |
37 |
|
38 |
* lib/psiconv/unicode.h: (Frodo) Fix on previous commit |
39 |
|
40 |
2004-02-25 17:11 frodo |
41 |
|
42 |
* NEWS, configure.in, debian/changelog, lib/psiconv/Makefile.am, |
43 |
lib/psiconv/unicode.c, lib/psiconv/unicode.h, |
44 |
program/psiconv-config/psiconv-config: (Frodo) AbiWord work * |
45 |
Update version to 0.9.3 * Update library version * New |
46 |
functions psiconv_unicode_from_list and psiconv_unicode_strstr |
47 |
|
48 |
2004-02-23 18:57 frodo |
49 |
|
50 |
* ChangeLog, NEWS, TODO, debian/changelog, docs/configuration: |
51 |
(Frodo) Final update for release 0.9.2 |
52 |
|
53 |
2004-02-23 18:36 frodo |
54 |
|
55 |
* formats/generate_ascii.sh: (Frodo) Ouch. Forgot to add the -c arg |
56 |
to psiconv at the right place |
57 |
|
58 |
2004-02-23 18:23 frodo |
59 |
|
60 |
* TODO, lib/psiconv/generate_word.c: (Frodo) Solve a few small |
61 |
buglets |
62 |
|
63 |
2004-02-23 18:23 frodo |
64 |
|
65 |
* Makefile.am: (Frodo) Remove Debian from make dist |
66 |
|
67 |
2004-02-23 18:01 frodo |
68 |
|
69 |
* lib/psiconv/: Makefile.am, misc.c, parse_layout.c: (Frodo) |
70 |
Buglets |
71 |
|
72 |
2004-02-23 14:34 frodo |
73 |
|
74 |
* formats/: Makefile.am, generate_ascii.sh, generate_html4.sh, |
75 |
generate_xhtml.sh, psiconv.conf: (Frodo) Added configuration file |
76 |
for formats Alls formats docs are now generated with a sane |
77 |
configfile. |
78 |
|
79 |
2004-02-23 14:33 frodo |
80 |
|
81 |
* lib/psiconv/configuration.c: (Frodo) Buglet in configfile parsing |
82 |
solved * Typo: eovar instead of eoval in one check |
83 |
|
84 |
2004-02-23 14:08 frodo |
85 |
|
86 |
* TODO, program/psiconv/psiconv.c: (Frodo) Psiconv program work * |
87 |
Added -c option |
88 |
|
89 |
2004-02-22 23:32 frodo |
90 |
|
91 |
* lib/psiconv/configuration.c: (Frodo) Default configuration bug |
92 |
fixed |
93 |
|
94 |
* Now properly initialize default_configuration |
95 |
|
96 |
2004-02-22 23:24 frodo |
97 |
|
98 |
* etc/psiconv.conf.eg, lib/psiconv/configuration.c, |
99 |
lib/psiconv/error.c, lib/psiconv/generate_common.c, |
100 |
lib/psiconv/generate_layout.c, lib/psiconv/generate_simple.c, |
101 |
lib/psiconv/generate_word.c, lib/psiconv/misc.c, |
102 |
lib/psiconv/parse_common.c, lib/psiconv/parse_layout.c, |
103 |
lib/psiconv/parse_simple.c, lib/psiconv/parse_word.c, |
104 |
lib/psiconv/unicode.c, lib/psiconv/unicode.h, |
105 |
program/psiconv/general.c: (Frodo) UTF8 work (it should now |
106 |
actually work!) |
107 |
|
108 |
* Replaced psiconv_unicode_from_char with |
109 |
psiconv_unicode_read_char |
110 |
and removed psiconv_unicode_from_chars |
111 |
* Replaced psiconv_unicode_to_char with |
112 |
psiconv_unicode_write_char |
113 |
and removed psiconv_unicode_to_chars |
114 |
* Rewrote psiconv_parse_text_section to be more sane, easier to |
115 |
read |
116 |
and to work with the above updates |
117 |
* Updated all places where the psiconv_unicode_from/to_char |
118 |
calls |
119 |
were used |
120 |
* Updated psiconv.conf.eg to reflect the correct character set |
121 |
numbers |
122 |
* Fixed a buglet that made it impossible to set verbosity to 5 |
123 |
in config |
124 |
* Removed strange code in make_printable |
125 |
* Rewrote the ENCODING_PSION option in the psiconv program to |
126 |
work |
127 |
with the new definitions. |
128 |
|
129 |
2004-02-21 14:24 frodo |
130 |
|
131 |
* formats/: generate_html4.sh, generate_xhtml.sh: (Frodo) Work |
132 |
around CDPATH bash bugs, as reported by Reuben Thomas |
133 |
|
134 |
2004-02-21 14:11 frodo |
135 |
|
136 |
* Makefile.am, debian/changelog, debian/control, debian/copyright, |
137 |
debian/libpsiconv6.copyright, debian/psiconv-doc.copyright, |
138 |
debian/psiconv-doc.dirs, debian/psiconv-doc.install, |
139 |
debian/rules: (Frodo) Debian stuff * psiconv-doc is now |
140 |
independent of other packages |
141 |
|
142 |
2004-02-21 13:10 frodo |
143 |
|
144 |
* Makefile.am, debian/changelog, debian/control, debian/rules, |
145 |
program/psiconv-config/psiconv-config: (Frodo) Debian stuff * |
146 |
Changed psiconv-dev to libpsiconv-dev * Bumped up the version |
147 |
number |
148 |
|
149 |
2004-02-21 12:48 frodo |
150 |
|
151 |
* program/psiconv-config/Makefile.am: (Frodo) Forgotten file |
152 |
|
153 |
2004-02-20 22:52 frodo |
154 |
|
155 |
* configure.in, lib/psiconv/configuration.h: (Frodo) * Bumped |
156 |
version numer to 0.9.2 * Fixed error handler bug (returned void |
157 |
* instead of void) |
158 |
|
159 |
2004-02-10 18:24 frodo |
160 |
|
161 |
* ChangeLog, configure.in, debian/control, debian/psiconv-doc.dirs, |
162 |
debian/psiconv-doc.install, debian/psiconv.manpages, |
163 |
debian/rules, program/psiconv-config/psiconv-config.man.in: |
164 |
(Frodo) Final 0.9.1 commit * Added psiconv-config manpage * |
165 |
Updated Debian build |
166 |
|
167 |
2004-02-10 00:33 frodo |
168 |
|
169 |
* ChangeLog, NEWS, debian/changelog, debian/control, |
170 |
debian/libpsiconv6.dirs, debian/libpsiconv6.install, |
171 |
debian/psiconv-dev.dirs, debian/psiconv-dev.install: (Frodo) A |
172 |
few last-minute deb changes |
173 |
|
174 |
2004-02-10 00:12 frodo |
175 |
|
176 |
* lib/psiconv/configuration.c, lib/psiconv/configuration.h, |
177 |
lib/psiconv/data.c, lib/psiconv/generate_common.c, |
178 |
lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c, |
179 |
program/extra/rewrite.c: (Frodo) Several (smallish) memory leaks |
180 |
resolved |
181 |
|
182 |
2004-02-09 23:09 frodo |
183 |
|
184 |
* Makefile.am, configure.in: (Frodo) Last fixes for the extra |
185 |
directory move |
186 |
|
187 |
2004-02-09 23:03 frodo |
188 |
|
189 |
* program/: Makefile.am, extra/Makefile.am: (Frodo) Move extra dir |
190 |
under programs |
191 |
|
192 |
2004-02-09 22:51 frodo |
193 |
|
194 |
* debian/: libpsiconv6.dirs, libpsiconv6.install: (Frodo) Add |
195 |
support in debian stuff for the new psiconv-config program |
196 |
|
197 |
2004-02-08 23:44 frodo |
198 |
|
199 |
* NEWS, configure.in, lib/psiconv/Makefile.am, |
200 |
lib/psiconv/configuration.c, lib/psiconv/configuration.h, |
201 |
program/psiconv-config/psiconv-config, |
202 |
program/psiconv-config/psiconv-config.in: (Frodo) psiconv-config |
203 |
program plus bugfixes |
204 |
|
205 |
* Bumped up the version number to 0.9.1 |
206 |
* Bumped up the library version to 0.6.1 |
207 |
* Added the psiconv-config program (for autoconf use by third |
208 |
parties) |
209 |
* Added the psiconv_config_free function |
210 |
* Fixed the installation ($includedir/include/general.h) |
211 |
|
212 |
2004-02-04 18:37 frodo |
213 |
|
214 |
* ChangeLog, Makefile.am, TODO, debian/changelog, |
215 |
debian/libpsiconv6.dirs, debian/libpsiconv6.install, |
216 |
debian/rules, docs/Makefile.am, formats/Makefile.am: (Frodo) Last |
217 |
commit for 0.9.0. * Correct `make dist' * Correct Debian |
218 |
stuff |
219 |
|
220 |
2004-02-04 18:10 frodo |
221 |
|
222 |
* etc/: Makefile.am, psiconv.conf.eg: (Frodo) Update example |
223 |
psiconv.conf to correctly document latest settings |
224 |
|
225 |
2004-02-04 16:28 frodo |
226 |
|
227 |
* README, TODO, docs/ascii, docs/configuration, docs/html, |
228 |
docs/html4, docs/unicode, docs/xhtml, |
229 |
lib/psiconv/configuration.c: (Frodo) Documentation updates. |
230 |
Removed fatals. |
231 |
|
232 |
2004-02-04 15:37 frodo |
233 |
|
234 |
* ChangeLog: (Frodo) Nice Changelog |
235 |
|
236 |
2004-02-04 15:36 frodo |
237 |
|
238 |
* ChangeLog, etc/Makefile.am: (Frodo) Added Makefile.am |
239 |
|
240 |
2004-02-04 15:32 frodo |
241 |
|
242 |
* Makefile.am, configure.in, etc/psiconv.conf, etc/psiconv.conf.eg, |
243 |
lib/psiconv/Makefile.am, lib/psiconv/configuration.c: (Frodo) |
244 |
Configuration file installation and location |
245 |
|
246 |
* Add the --with-etcdir configuration option |
247 |
* Install psiconv.conf.eg and (if not yet present) psiconv.conf |
248 |
|
249 |
2004-02-04 13:19 frodo |
250 |
|
251 |
* NEWS, TODO, compat/compat.h, compat/dummy.c, |
252 |
formats/psion/Introduction.psi, lib/psiconv/buffer.c, |
253 |
lib/psiconv/buffer.h, lib/psiconv/checkuid.c, |
254 |
lib/psiconv/common.h, lib/psiconv/configuration.c, |
255 |
lib/psiconv/configuration.h, lib/psiconv/data.c, |
256 |
lib/psiconv/data.h, lib/psiconv/error.c, lib/psiconv/error.h, |
257 |
lib/psiconv/generate.h, lib/psiconv/generate_common.c, |
258 |
lib/psiconv/generate_driver.c, lib/psiconv/generate_image.c, |
259 |
lib/psiconv/generate_layout.c, lib/psiconv/generate_page.c, |
260 |
lib/psiconv/generate_routines.h, lib/psiconv/generate_simple.c, |
261 |
lib/psiconv/generate_texted.c, lib/psiconv/generate_word.c, |
262 |
lib/psiconv/image.c, lib/psiconv/image.h, lib/psiconv/list.c, |
263 |
lib/psiconv/list.h, lib/psiconv/misc.c, lib/psiconv/parse.h, |
264 |
lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c, |
265 |
program/extra/checkuid.c, program/extra/empty.c, |
266 |
program/extra/rewrite.c, lib/psiconv/parse_formula.c, |
267 |
lib/psiconv/parse_image.c, lib/psiconv/parse_layout.c, |
268 |
lib/psiconv/parse_page.c, lib/psiconv/parse_routines.h, |
269 |
lib/psiconv/parse_sheet.c, lib/psiconv/parse_simple.c, |
270 |
lib/psiconv/parse_texted.c, lib/psiconv/parse_word.c, |
271 |
lib/psiconv/unicode.c, lib/psiconv/unicode.h, |
272 |
program/psiconv/gen.h, program/psiconv/gen_html4.c, |
273 |
program/psiconv/gen_image.c, program/psiconv/gen_rtf.c, |
274 |
program/psiconv/gen_txt.c, program/psiconv/general.c, |
275 |
program/psiconv/magick-aux.c, program/psiconv/magick-aux.h, |
276 |
program/psiconv/psiconv.c, program/psiconv/psiconv.h: (Frodo) |
277 |
Copyright dates update |
278 |
|
279 |
2004-02-04 12:35 frodo |
280 |
|
281 |
* formats/generate_html4.sh, formats/generate_xhtml.sh, |
282 |
formats/html4_links.sh, formats/html_links.sh, |
283 |
formats/xhtml_links.sh, formats/psion/ASCII_Codes.psi, |
284 |
formats/psion/Application_ID_Section.psi, |
285 |
formats/psion/Basic_Elements.psi, |
286 |
formats/psion/Basic_Structures.psi, |
287 |
formats/psion/Clip_Art_File.psi, |
288 |
formats/psion/Embedded_Object_Section.psi, |
289 |
formats/psion/File_Structure.psi, |
290 |
formats/psion/Header_Section.psi, formats/psion/Identifiers.psi, |
291 |
formats/psion/Index.psi, formats/psion/Introduction.psi, |
292 |
formats/psion/Layout_Codes.psi, formats/psion/MBM_File.psi, |
293 |
formats/psion/Page_Layout_Section.psi, |
294 |
formats/psion/Paint_Data_Section.psi, |
295 |
formats/psion/Password_Section.psi, |
296 |
formats/psion/Record_Section.psi, |
297 |
formats/psion/Sheet_Basic_Structures.psi, |
298 |
formats/psion/Sheet_Cell_List.psi, formats/psion/Sheet_File.psi, |
299 |
formats/psion/Sheet_Formula_List.psi, |
300 |
formats/psion/Sheet_Graph_Section.psi, |
301 |
formats/psion/Sheet_Info_Section.psi, |
302 |
formats/psion/Sheet_Variable_List.psi, |
303 |
formats/psion/Sheet_Workbook_Section.psi, |
304 |
formats/psion/Sheet_Worksheet.psi, |
305 |
formats/psion/Sheet_Worksheet_List.psi, |
306 |
formats/psion/Sketch_Section.psi, |
307 |
formats/psion/Text_Layout_Section.psi, |
308 |
formats/psion/Text_Section.psi, formats/psion/Userdic_File.psi, |
309 |
formats/psion/Word_Status_Section.psi, |
310 |
formats/psion/Word_Styles_Section.psi, |
311 |
formats/psion/World_Data_File.psi, program/psiconv/gen_html4.c, |
312 |
program/psiconv/gen_xhtml.c: (Frodo) Format documentation work |
313 |
|
314 |
* Uploaded newest Format documentation |
315 |
* Split generate_html.sh into xhtml and html4 specific versions |
316 |
* Changed gen_xhtml and gen_html4 to combine spans that have |
317 |
the |
318 |
same layout codes |
319 |
* Changed gen_xhtml and gen_html4 not to emit empty spans |
320 |
|
321 |
2004-02-02 22:57 frodo |
322 |
|
323 |
* debian/: libpsiconv6.dirs, libpsiconv6.docs, libpsiconv6.install: |
324 |
(Frodo) Oops, forgot to add these files |
325 |
|
326 |
2004-02-02 22:56 frodo |
327 |
|
328 |
* NEWS, configure.in, formats/Makefile.am, |
329 |
formats/generate_html.sh, formats/generate_html4.sh, |
330 |
formats/generate_rtf.sh, formats/generate_xhtml.sh, |
331 |
formats/html_links.sh, lib/psiconv/configuration.c, |
332 |
lib/psiconv/error.c, lib/psiconv/generate_layout.c, |
333 |
lib/psiconv/parse_common.c, lib/psiconv/unicode.c, |
334 |
program/psiconv/gen_html4.c, program/psiconv/gen_image.c, |
335 |
program/psiconv/gen_xhtml.c, program/psiconv/psiconv.c: (Frodo) |
336 |
Make the formats stuff work again |
337 |
|
338 |
* Amend the configure.in to select the right targets |
339 |
* Remove RTF support (it never worked anyway) |
340 |
* Update the links creation scripts |
341 |
|
342 |
And in the psiconv program and library: * Some fixes to reduce |
343 |
compiler warnings * Emit tabs as spaces in the HTML4/XHTML |
344 |
generators |
345 |
|
346 |
2004-02-02 21:43 frodo |
347 |
|
348 |
* NEWS, TODO, debian/libpsiconv5.dirs, debian/libpsiconv5.docs, |
349 |
debian/libpsiconv5.install, lib/psiconv/data.h, |
350 |
lib/psiconv/unicode.c, program/psiconv/Makefile.am, |
351 |
program/psiconv/gen.h, program/psiconv/gen_html.c, |
352 |
program/psiconv/gen_html4.c, program/psiconv/gen_image.c, |
353 |
program/psiconv/gen_txt.c, program/psiconv/gen_xhtml.c, |
354 |
program/psiconv/general.c, program/psiconv/psiconv.c, |
355 |
program/psiconv/psiconv.h: (Frodo) Psiconv program update * |
356 |
Created html4 target * Update of xhtml target (print entities |
357 |
if ASCII, and others) * Made everything static that should not |
358 |
be exported * Renamed stuff to xhtml were appropriate * The |
359 |
fileformat data does now contain the supported Psion files to |
360 |
convert * This is also printed in the help text * |
361 |
ENCODING_ASCII_HTML introduced (only used internally) * |
362 |
Replaced debug, silent, verbose options with noise option * |
363 |
Default targets are XHTML and TIFF |
364 |
|
365 |
2004-01-28 21:18 frodo |
366 |
|
367 |
* program/psiconv/gen_xhtml.c: (Frodo) XHTML output complete |
368 |
|
369 |
2004-01-26 22:56 frodo |
370 |
|
371 |
* program/psiconv/: Makefile.am, gen_html.c, gen_xhtml.c, |
372 |
psiconv.c: (Frodo) XHTML work |
373 |
|
374 |
2004-01-26 15:00 frodo |
375 |
|
376 |
* program/psiconv/: general.h, general.c: (Frodo) Update |
377 |
|
378 |
2004-01-26 13:59 frodo |
379 |
|
380 |
* lib/psiconv/: data.h, generate_word.c, image.c, parse_routines.h, |
381 |
parse_simple.c, parse_word.c: (Frodo) Oops, forgot about image.c |
382 |
|
383 |
2004-01-18 20:58 frodo |
384 |
|
385 |
* program/psiconv/: Makefile.am, gen_image.c, psiconv.c: (Frodo) |
386 |
Image generation active again in psiconv program |
387 |
|
388 |
2004-01-09 23:31 frodo |
389 |
|
390 |
* configure.in: (Frodo) Fixed autoconf problem with newer versions |
391 |
|
392 |
2004-01-09 23:20 frodo |
393 |
|
394 |
* NEWS, TODO, etc/psiconv.conf, lib/psiconv/configuration.c, |
395 |
program/psiconv/Makefile.am, program/psiconv/encoding.h, |
396 |
program/psiconv/gen.h, program/psiconv/gen_txt.c, |
397 |
program/psiconv/general.c, program/psiconv/psiconv.c, |
398 |
program/psiconv/psiconv.h: (Frodo) Psiconv program rewrite start |
399 |
* Add support for different encodings * Restructure some |
400 |
things * Only ASCII support at the moment |
401 |
|
402 |
2004-01-06 21:15 frodo |
403 |
|
404 |
* NEWS, TODO, etc/psiconv.conf, lib/psiconv/common.h, |
405 |
lib/psiconv/configuration.c, lib/psiconv/data.c, |
406 |
lib/psiconv/data.h, lib/psiconv/error.c, lib/psiconv/error.h, |
407 |
lib/psiconv/general.h, lib/psiconv/general.h.in, |
408 |
lib/psiconv/generate_common.c, lib/psiconv/generate_driver.c, |
409 |
lib/psiconv/generate_image.c, lib/psiconv/generate_layout.c, |
410 |
lib/psiconv/generate_page.c, lib/psiconv/generate_routines.h, |
411 |
lib/psiconv/generate_simple.c, lib/psiconv/generate_texted.c, |
412 |
lib/psiconv/generate_word.c, lib/psiconv/misc.c, |
413 |
lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c, |
414 |
lib/psiconv/parse_formula.c, lib/psiconv/parse_image.c, |
415 |
lib/psiconv/parse_layout.c, lib/psiconv/parse_page.c, |
416 |
lib/psiconv/parse_routines.h, lib/psiconv/parse_sheet.c, |
417 |
lib/psiconv/parse_simple.c, lib/psiconv/parse_texted.c, |
418 |
lib/psiconv/parse_word.c, lib/psiconv/unicode.c, |
419 |
lib/psiconv/unicode.h: (Frodo) Unicode transition |
420 |
|
421 |
Note: this commit breaks psiconv. The programs in the extra |
422 |
directory should work properly. |
423 |
|
424 |
* Change all datastructures to use unicode for character |
425 |
encodings |
426 |
* Added psiconv_error function |
427 |
* Called psiconv_error at places where a warning was stupid |
428 |
* Added psiconv_progress in all generate functions |
429 |
* Added lev parameter to all generate functions |
430 |
* Removed general.h from CVS (we have general.h.in, after all) |
431 |
* Probably other stuff I forgot |
432 |
|
433 |
2004-01-04 23:20 frodo |
434 |
|
435 |
* lib/psiconv/: data.h, parse_formula.c, parse_sheet.c: (Frodo) |
436 |
More preparations for the Unicode change. Use psiconv_string |
437 |
everywhere possible (no more char * stuff) |
438 |
|
439 |
2004-01-04 23:07 frodo |
440 |
|
441 |
* lib/psiconv/: configuration.c, configuration.h, data.h, |
442 |
generate_layout.c, generate_routines.h, generate_simple.c, |
443 |
parse_layout.c, parse_simple.c, unicode.c: (Frodo) Move fontnames |
444 |
to psiconv_string type |
445 |
|
446 |
2004-01-04 16:47 frodo |
447 |
|
448 |
* TODO, docs/unicode, etc/psiconv.conf, lib/psiconv/Makefile.am, |
449 |
lib/psiconv/configuration.c, lib/psiconv/configuration.h, |
450 |
lib/psiconv/general.h, lib/psiconv/unicode.c, |
451 |
lib/psiconv/unicode.h: (Frodo) Preparation for the conversion to |
452 |
Unicode. |
453 |
|
454 |
2003-12-14 00:26 frodo |
455 |
|
456 |
* NEWS, lib/psiconv/configuration.c, lib/psiconv/configuration.h, |
457 |
program/extra/empty.c, program/extra/rewrite.c, |
458 |
program/psiconv/psiconv.c: (Frodo) Add configuration file parsing |
459 |
support |
460 |
|
461 |
To do: install config file on installation of psiconv, also in |
462 |
Debian install |
463 |
|
464 |
2003-12-13 19:23 frodo |
465 |
|
466 |
* NEWS, TODO, lib/psiconv/parse_image.c: (Frodo) Revamped and |
467 |
expanded image (paint data section) parsing |
468 |
|
469 |
Color images are now supported Colordepths besides 2 bit are now |
470 |
supported RLE12,16 and 24 are now supported All of the above are |
471 |
experimental |
472 |
|
473 |
Parsing of images takes some more memory, but the code structure |
474 |
is much simpler. |
475 |
|
476 |
2003-12-03 16:16 frodo |
477 |
|
478 |
* lib/psiconv/: Makefile.am, generate_image.c, image.h, |
479 |
parse_image.c: (Frodo) Enhancing image parsing |
480 |
|
481 |
* Preparations in parse_image to do a pass-based decoding with |
482 |
support for all image formats * Moved some stuff to |
483 |
image.h/image.c that is used both for the generation and |
484 |
parsing of images * image.h is not installed |
485 |
|
486 |
2003-12-02 20:48 frodo |
487 |
|
488 |
* TODO, etc/psiconv.conf: (Frodo) Configuration file template. Not |
489 |
installed yet, not parsed yet. |
490 |
|
491 |
2003-12-02 20:47 frodo |
492 |
|
493 |
* lib/psiconv/: configuration.c, configuration.h, generate_image.c: |
494 |
(Frodo) Picture generation now supports all RLE's and many more |
495 |
config items. Mostly untested, though. |
496 |
|
497 |
2003-11-27 21:55 frodo |
498 |
|
499 |
* lib/psiconv/: generate_image.c, parse_image.c: (Frodo) RLE16/24 |
500 |
support, but not yet used |
501 |
|
502 |
2003-11-27 13:08 frodo |
503 |
|
504 |
* NEWS, examples/Clipart, lib/psiconv/generate_driver.c, |
505 |
lib/psiconv/generate_image.c, lib/psiconv/generate_routines.h: |
506 |
(Frodo) Clipart generation |
507 |
|
508 |
2003-11-27 12:43 frodo |
509 |
|
510 |
* NEWS, lib/psiconv/common.h, lib/psiconv/configuration.c, |
511 |
lib/psiconv/configuration.h, lib/psiconv/error.c, |
512 |
lib/psiconv/error.h, lib/psiconv/generate.h, |
513 |
lib/psiconv/generate_routines.h, lib/psiconv/list.h, |
514 |
lib/psiconv/parse.h, lib/psiconv/parse_routines.h: (Frodo) Move |
515 |
error_function to the config struct |
516 |
|
517 |
2003-11-26 21:56 frodo |
518 |
|
519 |
* NEWS: (Frodo) NEWS update |
520 |
|
521 |
2003-11-26 21:56 frodo |
522 |
|
523 |
* NEWS, TODO, lib/psiconv/data.c, lib/psiconv/data.h, |
524 |
lib/psiconv/generate_driver.c, lib/psiconv/generate_image.c, |
525 |
lib/psiconv/generate_routines.h, lib/psiconv/misc.c, |
526 |
lib/psiconv/parse_simple.c: (Frodo) Support MBM output format |
527 |
|
528 |
2003-11-25 23:08 frodo |
529 |
|
530 |
* lib/psiconv/: configuration.c, configuration.h, |
531 |
generate_common.c, generate_driver.c, generate_image.c, |
532 |
generate_routines.h, parse_driver.c: (Frodo) Generating of Sketch |
533 |
files, both stand-alone and as objects, works! |
534 |
|
535 |
No RLE encoding yet, we have to test higher colordepths. |
536 |
|
537 |
2003-11-25 18:59 frodo |
538 |
|
539 |
* NEWS: (Frodo) NEWS update |
540 |
|
541 |
2003-11-25 18:57 frodo |
542 |
|
543 |
* TODO, lib/psiconv/Makefile.am, lib/psiconv/configuration.c, |
544 |
lib/psiconv/configuration.h, lib/psiconv/error.c, |
545 |
lib/psiconv/error.h, lib/psiconv/generate.h, |
546 |
lib/psiconv/generate_common.c, lib/psiconv/generate_driver.c, |
547 |
lib/psiconv/generate_image.c, lib/psiconv/generate_layout.c, |
548 |
lib/psiconv/generate_page.c, lib/psiconv/generate_routines.h, |
549 |
lib/psiconv/generate_simple.c, lib/psiconv/generate_texted.c, |
550 |
lib/psiconv/generate_word.c, lib/psiconv/list.c, |
551 |
lib/psiconv/parse.h, lib/psiconv/parse_common.c, |
552 |
lib/psiconv/parse_driver.c, lib/psiconv/parse_formula.c, |
553 |
lib/psiconv/parse_image.c, lib/psiconv/parse_layout.c, |
554 |
lib/psiconv/parse_page.c, lib/psiconv/parse_routines.h, |
555 |
lib/psiconv/parse_sheet.c, lib/psiconv/parse_simple.c, |
556 |
lib/psiconv/parse_texted.c, lib/psiconv/parse_word.c, |
557 |
program/extra/empty.c, program/extra/rewrite.c, |
558 |
program/psiconv/psiconv.c: (Frodo) config stuff and image |
559 |
generation stuff |
560 |
|
561 |
* All parse and generate functions have a new config parameter * |
562 |
New files configuration.[ch] in the psiconv lib * Some image |
563 |
generation stuff (not ready, but won't do any harm) |
564 |
|
565 |
2003-11-23 22:47 frodo |
566 |
|
567 |
* NEWS, lib/psiconv/data.c, lib/psiconv/data.h, |
568 |
lib/psiconv/generate_common.c, lib/psiconv/generate_routines.h, |
569 |
lib/psiconv/parse_common.c, lib/psiconv/parse_routines.h: (Frodo) |
570 |
Embedded object generation works! |
571 |
|
572 |
Not too useful though, we also need sketch or sheet generation; |
573 |
the only thing actually working at the moment is embedding word |
574 |
docs within word docs. Oh well. It's a good start. |
575 |
|
576 |
2003-11-23 19:53 frodo |
577 |
|
578 |
* NEWS, lib/psiconv/generate_driver.c: (Frodo) Generation change: |
579 |
psiconv_write_*_file no longer generates the header section This |
580 |
is now done in psiconv_write. This will help us create objects. |
581 |
|
582 |
2003-11-23 19:48 frodo |
583 |
|
584 |
* program/extra/rewrite.c: (Frodo) Explain rewrite syntax |
585 |
|
586 |
2003-11-22 23:24 frodo |
587 |
|
588 |
* debian/: control, rules: (Frodo) Updated Debian to new major lib |
589 |
number |
590 |
|
591 |
2003-11-22 23:17 frodo |
592 |
|
593 |
* NEWS, configure.in, lib/psiconv/Makefile.am, lib/psiconv/data.c, |
594 |
lib/psiconv/data.h, lib/psiconv/parse_driver.c, |
595 |
lib/psiconv/parse_image.c, lib/psiconv/parse_routines.h: (Frodo) |
596 |
Some more work on objects: * Bumped up major library version |
597 |
* Corrected parsing of sketch_section, changed struct * |
598 |
parse_sketch_section does not have the is_object flag anymore |
599 |
|
600 |
2003-11-21 16:39 frodo |
601 |
|
602 |
* NEWS, lib/psiconv/buffer.c, lib/psiconv/parse_common.c: (Frodo) |
603 |
Parsing of embedded objects in Word complete |
604 |
|
605 |
2003-11-21 00:45 frodo |
606 |
|
607 |
* lib/psiconv/: parse_common.c, parse_routines.h: (Frodo) More |
608 |
embedded object work. Everytihng except the object data itself |
609 |
is now safely parsed. |
610 |
|
611 |
2003-11-20 23:14 frodo |
612 |
|
613 |
* lib/psiconv/: data.h, parse_common.c, parse_driver.c, |
614 |
parse_routines.h: (Frodo) More work for embedded objects (not |
615 |
finished yet) |
616 |
|
617 |
2003-11-19 22:04 frodo |
618 |
|
619 |
* lib/psiconv/: data.c, data.h, parse_common.c: (Frodo) Data |
620 |
structures for (Word) objects created. |
621 |
|
622 |
2003-11-18 12:25 frodo |
623 |
|
624 |
* lib/psiconv/: buffer.c, buffer.h: (Frodo) Add function |
625 |
psiconv_buffer_subbuffer |
626 |
|
627 |
2003-11-12 15:36 frodo |
628 |
|
629 |
* debian/rules: (Frodo) Better shared libs deps in debian build |
630 |
|
631 |
2003-11-12 13:29 frodo |
632 |
|
633 |
* Makefile.am: (Frodo) 'make dist' includes Debian files too now |
634 |
|
635 |
2003-11-12 00:14 frodo |
636 |
|
637 |
* debian/: files, libpsiconv5.docs, psiconv.manpages, rules: |
638 |
(Frodo) Debian update |
639 |
|
640 |
2003-11-11 23:49 frodo |
641 |
|
642 |
* COPYING, INSTALL, debian/changelog, debian/compat, |
643 |
debian/control, debian/copyright, debian/files, |
644 |
debian/libpsiconv5.dirs, debian/libpsiconv5.docs, |
645 |
debian/libpsiconv5.install, debian/psiconv-dev.dirs, |
646 |
debian/psiconv-dev.install, debian/psiconv-doc.dirs, |
647 |
debian/psiconv-doc.install, debian/psiconv.dirs, |
648 |
debian/psiconv.install, debian/psiconv.manpages, debian/rules, |
649 |
program/psiconv/Makefile.am, program/psiconv/psiconv.man: (Frodo) |
650 |
New manpage and Debian support |
651 |
|
652 |
2003-11-11 21:41 frodo |
653 |
|
654 |
* NEWS, autogen.sh: (Frodo) Correction autogen.sh |
655 |
|
656 |
2003-11-11 19:58 frodo |
657 |
|
658 |
* COPYING, ChangeLog, INSTALL, NEWS, README, autogen.sh, |
659 |
configure.in, formats/Makefile.am, lib/psiconv/Makefile.am, |
660 |
program/extra/Makefile.am, program/psiconv/magick-aux.c, |
661 |
program/psiconv/magick-aux.h, program/psiconv/psiconv.c: (Frodo) |
662 |
Many build updates: * Automake 1.6 and 1.7 support * Autoconf |
663 |
2.5x support * ImageMagick 5.4.x and 5.5.x support * Format |
664 |
documentation will now be installed |
665 |
|
666 |
2003-06-16 19:48 frodo |
667 |
|
668 |
* lib/psiconv/parse_word.c: (Frodo) Buglet fixed in style section |
669 |
parsing, when number of hotkeys is not equal to the number of |
670 |
styles. |
671 |
|
672 |
2003-05-04 22:08 frodo |
673 |
|
674 |
* INSTALL, formats/psion/ASCII_Codes.psi, |
675 |
formats/psion/Introduction.psi, |
676 |
formats/psion/Paint_Data_Section.psi, |
677 |
formats/psion/Password_Section.psi: (Frodo) Update |
678 |
|
679 |
2002-05-10 18:15 frodo |
680 |
|
681 |
* AUTHORS, NEWS, formats/generate_ascii.sh, |
682 |
formats/generate_html.sh, formats/generate_html4.sh, |
683 |
formats/generate_rtf.sh, formats/html_links.sh, |
684 |
formats/index_html.sh: (Frodo) Compile on non-Linux platforms: |
685 |
Keitha Kawabe <keita.kawabe@mpq.mpg.de> |
686 |
|
687 |
2002-05-10 18:02 frodo |
688 |
|
689 |
* configure.in: (Frodo) Update to version 0.8.4 |
690 |
|
691 |
2002-05-10 17:55 frodo |
692 |
|
693 |
* AUTHORS, COPYING, INSTALL, NEWS, configure.in, |
694 |
program/psiconv/encoding.h, program/psiconv/gen.h, |
695 |
program/psiconv/gen_html.c, program/psiconv/gen_html4.c, |
696 |
program/psiconv/gen_image.c, program/psiconv/gen_latex.c, |
697 |
program/psiconv/gen_rtf.c, program/psiconv/gen_txt.c, |
698 |
program/psiconv/psiconv.c, program/psiconv/psiconv.h: (Frodo) |
699 |
UTF-8 support (Keita Kawabe, keite.kawabe@mpq.mpg.de) |
700 |
|
701 |
2002-01-29 21:15 frodo |
702 |
|
703 |
* lib/psiconv/Makefile.am: (Frodo) Fixed lib version |
704 |
|
705 |
2002-01-29 21:08 frodo |
706 |
|
707 |
* NEWS: (Frodo) Update |
708 |
|
709 |
2002-01-29 19:49 frodo |
710 |
|
711 |
* NEWS, program/extra/rewrite.c: (Frodo) Another smallish memory |
712 |
leak |
713 |
|
714 |
2002-01-29 19:47 frodo |
715 |
|
716 |
* lib/psiconv/: data.c, parse_layout.c: (Frodo) Two memory-leaks |
717 |
fixed |
718 |
|
719 |
2002-01-29 19:38 frodo |
720 |
|
721 |
* configure.in, lib/psiconv/buffer.c, lib/psiconv/checkuid.c, |
722 |
lib/psiconv/data.c, lib/psiconv/error.c, |
723 |
lib/psiconv/generate_common.c, lib/psiconv/generate_driver.c, |
724 |
lib/psiconv/generate_image.c, lib/psiconv/generate_layout.c, |
725 |
lib/psiconv/generate_page.c, lib/psiconv/generate_simple.c, |
726 |
lib/psiconv/generate_texted.c, lib/psiconv/generate_word.c, |
727 |
lib/psiconv/list.c, lib/psiconv/misc.c, |
728 |
lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c, |
729 |
lib/psiconv/parse_formula.c, lib/psiconv/parse_image.c, |
730 |
lib/psiconv/parse_layout.c, lib/psiconv/parse_page.c, |
731 |
lib/psiconv/parse_sheet.c, lib/psiconv/parse_simple.c, |
732 |
lib/psiconv/parse_texted.c, lib/psiconv/parse_word.c, |
733 |
program/extra/Makefile.am, program/extra/rewrite.c, |
734 |
program/psiconv/Makefile.am, program/psiconv/gen_html.c, |
735 |
program/psiconv/gen_html4.c, program/psiconv/gen_image.c, |
736 |
program/psiconv/gen_latex.c, program/psiconv/gen_rtf.c, |
737 |
program/psiconv/gen_txt.c, program/psiconv/magick-aux.c: (Frodo) |
738 |
DMALLOC support |
739 |
|
740 |
2002-01-28 22:04 frodo |
741 |
|
742 |
* NEWS, lib/psiconv/list.c: (Frodo) Fix memory leak |
743 |
|
744 |
2002-01-22 22:45 frodo |
745 |
|
746 |
* NEWS, lib/psiconv/parse_page.c, program/psiconv/gen_html4.c, |
747 |
program/psiconv/gen_txt.c: (Frodo) Fixed possible dangling |
748 |
pointers when no header/footer text was present, and |
749 |
added test to see whether any is present. |
750 |
|
751 |
2002-01-22 22:24 frodo |
752 |
|
753 |
* NEWS: (Frodo) Update |
754 |
|
755 |
2002-01-22 22:22 frodo |
756 |
|
757 |
* program/psiconv/: gen_image.c, magick-aux.c, magick-aux.h: |
758 |
(Frodo) Update for newest ImageMagick |
759 |
|
760 |
2002-01-22 22:16 frodo |
761 |
|
762 |
* COPYING, INSTALL, autogen.sh: (Frodo) Synchronisation. |
763 |
|
764 |
2001-08-04 19:28 frodo |
765 |
|
766 |
* NEWS, lib/psiconv/Makefile.am: (Frodo) Update libversion |
767 |
|
768 |
2001-07-28 15:13 frodo |
769 |
|
770 |
* formats/: Makefile.am, psion/Basic_Elements.psi, psion/Index.psi, |
771 |
psion/Introduction.psi, psion/Sheet_Basic_Structures.psi, |
772 |
psion/Sheet_Cell_List.psi, psion/Sheet_Formula_List.psi, |
773 |
psion/Sheet_Graph_Description.psi, psion/Sheet_Graph_Region.psi, |
774 |
psion/Sheet_Graph_Section.psi, psion/Sheet_Grid_Section.psi, |
775 |
psion/Sheet_Line_Section.psi, psion/Sheet_Variable_List.psi, |
776 |
psion/Sheet_Worksheet.psi: (Frodo) Update for version 2.8 of |
777 |
Psion_Files |
778 |
|
779 |
2001-07-25 13:49 frodo |
780 |
|
781 |
* NEWS, lib/psiconv/data.c, lib/psiconv/data.h, |
782 |
lib/psiconv/parse_routines.h, lib/psiconv/parse_sheet.c: (Frodo) |
783 |
Sheet grid section support |
784 |
|
785 |
2001-07-25 00:50 frodo |
786 |
|
787 |
* lib/psiconv/parse_sheet.c: (Frodo) Added unknown section |
788 |
|
789 |
2001-07-25 00:44 frodo |
790 |
|
791 |
* lib/psiconv/parse_simple.c: (Frodo) Long strings now parsed |
792 |
correctly |
793 |
|
794 |
2001-07-25 00:31 frodo |
795 |
|
796 |
* lib/psiconv/parse_sheet.c: (Frodo) Fixed info section parse |
797 |
|
798 |
2001-07-24 22:36 frodo |
799 |
|
800 |
* lib/psiconv/parse_sheet.c: (Frodo) Whitespace cleanup |
801 |
|
802 |
2001-07-24 22:32 frodo |
803 |
|
804 |
* lib/psiconv/: data.c, data.h, parse_formula.c, parse_routines.h, |
805 |
parse_sheet.c, parse_simple.c: (Frodo) Many new sheet things |
806 |
|
807 |
* Variable section and formula variable parsing |
808 |
* Info section |
809 |
* Name section |
810 |
* Better parsing of vararg functions |
811 |
|
812 |
2001-07-18 14:24 frodo |
813 |
|
814 |
* lib/psiconv/: data.c, data.h, parse_routines.h, parse_sheet.c: |
815 |
(Frodo) Sheet line defaults added |
816 |
|
817 |
2001-07-16 19:51 frodo |
818 |
|
819 |
* NEWS, configure.in: (Frodo) Preparation for release 0.8.2 |
820 |
|
821 |
2001-07-11 00:38 frodo |
822 |
|
823 |
* lib/psiconv/: data.c, data.h: (Frodo) New function |
824 |
psiconv_get_function |
825 |
|
826 |
2001-07-02 21:00 frodo |
827 |
|
828 |
* formats/psion/Sheet_Basic_Structures.psi: (Frodo) Forgot one file |
829 |
to add? |
830 |
|
831 |
2001-07-02 20:55 frodo |
832 |
|
833 |
* acconfig.h: (Frodo) Not needed anymore |
834 |
|
835 |
2001-07-01 22:40 frodo |
836 |
|
837 |
* examples/Sheet, lib/psiconv/data.h, lib/psiconv/parse_sheet.c: |
838 |
(Frodo) New example sheet |
839 |
|
840 |
2001-07-01 15:14 frodo |
841 |
|
842 |
* lib/psiconv/: data.c, parse_routines.h, parse_sheet.c: (Frodo) |
843 |
Default cell layout will now be used |
844 |
|
845 |
2001-07-01 14:01 frodo |
846 |
|
847 |
* lib/psiconv/parse_sheet.c: (Frodo) Fixed segfault |
848 |
|
849 |
2001-06-30 22:36 frodo |
850 |
|
851 |
* examples/: MBM, Sketch: (Frodo) Example graphic files |
852 |
|
853 |
2001-06-30 15:36 frodo |
854 |
|
855 |
* Makefile.am, NEWS, autogen.sh, configure.in, |
856 |
lib/psiconv/parse_simple.c, program/psiconv/gen_image.c, |
857 |
program/psiconv/magick-aux.c: (Frodo) Now compiles again with |
858 |
newest ImageMagick. |
859 |
|
860 |
2001-06-17 20:47 frodo |
861 |
|
862 |
* Makefile.in, aclocal.m4, config.guess, config.h.in, config.sub, |
863 |
configure, install-sh, ltconfig, ltmain.sh, missing, |
864 |
mkinstalldirs, stamp-h.in, compat/Makefile.in, docs/Makefile.in, |
865 |
formats/Makefile.in, lib/Makefile.in, program/extra/Makefile.in, |
866 |
lib/psiconv/Makefile.in, program/Makefile.in, |
867 |
program/psiconv/Makefile.in: (Frodo) Make us depend fully on |
868 |
autogen.sh |
869 |
|
870 |
2001-06-17 20:44 frodo |
871 |
|
872 |
* Makefile.in, aclocal.m4, autogen.sh, config.guess, config.h.in, |
873 |
config.sub, configure, configure.in, ltconfig, ltmain.sh, |
874 |
compat/Makefile.in, docs/Makefile.in, program/extra/Makefile.in, |
875 |
formats/Makefile.in, lib/Makefile.in, lib/psiconv/Makefile.in, |
876 |
program/Makefile.in, program/psiconv/Makefile.in: (Frodo) Update |
877 |
to libtool-1.4, autoconf-2.50 |
878 |
|
879 |
2001-03-11 21:06 frodo |
880 |
|
881 |
* AUTHORS, formats/Makefile.am, formats/Makefile.in: (Frodo) Sync |
882 |
|
883 |
2001-03-11 20:58 frodo |
884 |
|
885 |
* formats/psion/: Sheet_Cell_List.psi, Sheet_Formula_List.psi, |
886 |
Sheet_Info_Section.psi, World_Data_File.psi: (Frodo) Last updates |
887 |
for 2.7 |
888 |
|
889 |
2001-03-11 20:39 frodo |
890 |
|
891 |
* formats/psion/: Basic_Structures.psi, Header_Section.psi, |
892 |
Index.psi, Introduction.psi, Layout_Codes.psi, |
893 |
Page_Layout_Section.psi, Sheet_Cell_List.psi, Sheet_File.psi, |
894 |
Sheet_Formula_List.psi, Sheet_Graph_Description.psi, |
895 |
Sheet_Grid_Section.psi, Sheet_Info_Section.psi, |
896 |
Sheet_Name_Section.psi, Sheet_Status_Section.psi, |
897 |
Sheet_Variable_List.psi, Sheet_Workbook_Section.psi, |
898 |
Sheet_Worksheet.psi, Sheet_Worksheet_List.psi, |
899 |
Text_Layout_Section.psi, Word_Status_Section.psi, |
900 |
World_Data_File.psi: (Frodo) Update to version 2.7 of datafiles |
901 |
|
902 |
2001-03-11 17:23 frodo |
903 |
|
904 |
* lib/psiconv/checkuid.c: (Frodo) Gert-Jan de Vos' patch for |
905 |
checkuid |
906 |
|
907 |
2001-03-07 00:59 frodo |
908 |
|
909 |
* lib/psiconv/: data.c, data.h, parse_page.c, parse_routines.h, |
910 |
parse_sheet.c: (Frodo) Many changes to sheets |
911 |
|
912 |
2001-03-04 23:10 frodo |
913 |
|
914 |
* lib/psiconv/: data.c, data.h, parse_formula.c, parse_layout.c, |
915 |
parse_routines.h, parse_sheet.c, parse_simple.c: (Frodo) Thomas |
916 |
Decsi's major sheet patch |
917 |
|
918 |
2001-02-16 19:49 frodo |
919 |
|
920 |
* examples/TextEd, examples/Word, program/psiconv/Makefile.am, |
921 |
program/psiconv/Makefile.in, program/psiconv/gen.h, |
922 |
program/psiconv/gen_latex.c, program/psiconv/psiconv.c: (Frodo) |
923 |
Jim Ottaway's gen_latex module, and two example files |
924 |
|
925 |
2001-02-15 22:54 frodo |
926 |
|
927 |
* lib/psiconv/parse_formula.c: (Frodo) Fixed formula numbers |
928 |
|
929 |
2001-02-08 21:03 frodo |
930 |
|
931 |
* lib/psiconv/: data.h, parse_formula.c: (Frodo) Latest formula |
932 |
additions of Decsi |
933 |
|
934 |
2001-02-03 16:11 frodo |
935 |
|
936 |
* lib/psiconv/parse_formula.c: (Frodo) Vararg arguments now work. |
937 |
Formulas are complete (except for name references)! |
938 |
|
939 |
2001-02-02 22:07 frodo |
940 |
|
941 |
* lib/psiconv/parse_formula.c: (Frodo) Preparations for vararg |
942 |
functions |
943 |
|
944 |
2001-01-31 01:57 frodo |
945 |
|
946 |
* lib/psiconv/: data.c, data.h, generate_layout.c, parse_formula.c, |
947 |
parse_layout.c: (Frodo) Applied Decsi's patch for wraps |
948 |
|
949 |
2001-01-31 01:41 frodo |
950 |
|
951 |
* lib/psiconv/parse_formula.c: (Frodo) Added strings to formulas |
952 |
|
953 |
2001-01-31 01:35 frodo |
954 |
|
955 |
* lib/psiconv/: data.h, parse_formula.c: (Frodo) Added cell |
956 |
references and cell blocks |
957 |
|
958 |
2001-01-31 00:57 frodo |
959 |
|
960 |
* lib/psiconv/: data.h, parse_formula.c, parse_routines.h, |
961 |
parse_simple.c: (Frodo) Added floats |
962 |
|
963 |
2001-01-31 00:15 frodo |
964 |
|
965 |
* lib/psiconv/parse_formula.c: (Frodo) Forgot to add |
966 |
parse_formula.c in the previous patch |
967 |
|
968 |
2001-01-30 22:37 frodo |
969 |
|
970 |
* lib/psiconv/: data.c, data.h: (Frodo) Most formula work is |
971 |
completed |
972 |
|
973 |
2001-01-29 22:57 frodo |
974 |
|
975 |
* lib/psiconv/: Makefile.am, Makefile.in, data.c, data.h, list.c, |
976 |
list.h, parse_routines.h, parse_sheet.c: (Frodo) Base formula |
977 |
work |
978 |
|
979 |
2001-01-22 21:36 frodo |
980 |
|
981 |
* configure, configure.in, compat/Makefile.am, compat/Makefile.in, |
982 |
lib/psiconv/data.c, lib/psiconv/data.h, |
983 |
lib/psiconv/parse_image.c, lib/psiconv/parse_routines.h, |
984 |
lib/psiconv/parse_sheet.c: (Frodo) Another small Sheet |
985 |
improvement: sheet formula list |
986 |
|
987 |
2001-01-21 01:06 frodo |
988 |
|
989 |
* config.guess, config.sub, ltconfig, ltmain.sh: (Frodo) Update to |
990 |
libtool 1.4 |
991 |
|
992 |
2001-01-17 13:04 frodo |
993 |
|
994 |
* NEWS, lib/psiconv/data.c, lib/psiconv/data.h, |
995 |
lib/psiconv/parse_driver.c, lib/psiconv/parse_routines.h, |
996 |
lib/psiconv/parse_sheet.c: (Frodo) A little more sheet work. |
997 |
Added a Sheet Workbook section, though nothing is really |
998 |
put into it yet. |
999 |
|
1000 |
2001-01-17 01:05 frodo |
1001 |
|
1002 |
* NEWS, configure, configure.in, docs/Makefile.am, |
1003 |
docs/Makefile.in, lib/psiconv/Makefile.am, |
1004 |
lib/psiconv/Makefile.in, lib/psiconv/data.c, lib/psiconv/data.h, |
1005 |
lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c, |
1006 |
lib/psiconv/parse_routines.h, lib/psiconv/parse_sheet.c: (Frodo) |
1007 |
Start of Sheet support: base types defined, page and status |
1008 |
section parsed, supporting definitions in data.c |
1009 |
|
1010 |
2001-01-10 18:19 frodo |
1011 |
|
1012 |
* formats/psion/Introduction.psi: (Frodo) Corrected Decsi's name. |
1013 |
|
1014 |
2001-01-10 17:56 frodo |
1015 |
|
1016 |
* formats/psion/: Introduction.psi, Layout_Codes.psi: (Frodo) Make |
1017 |
sure the Psion docs are up-to-date |
1018 |
|
1019 |
2001-01-10 17:39 frodo |
1020 |
|
1021 |
* lib/psiconv/data.h, program/psiconv/gen_html.c, |
1022 |
program/psiconv/gen_html4.c, program/psiconv/gen_rtf.c: (Frodo) |
1023 |
Abstracted screenfont into enum |
1024 |
|
1025 |
2001-01-07 21:30 frodo |
1026 |
|
1027 |
* lib/psiconv/generate_common.c: (Frodo) Sanitaized the input for |
1028 |
layout section generation; it should now work more often. |
1029 |
|
1030 |
2000-12-31 02:36 frodo |
1031 |
|
1032 |
* program/extra/Makefile.am, program/extra/Makefile.in, |
1033 |
program/extra/empty.c, lib/psiconv/data.c, |
1034 |
lib/psiconv/generate_common.c: (Frodo) Empty Word and TextEd |
1035 |
documents work! |
1036 |
|
1037 |
2000-12-30 23:17 frodo |
1038 |
|
1039 |
* AUTHORS, NEWS, lib/psiconv/Makefile.am, lib/psiconv/Makefile.in, |
1040 |
lib/psiconv/data.c, lib/psiconv/data.h: (Frodo) Added |
1041 |
psiconv_empty_* routines |
1042 |
|
1043 |
2000-12-28 16:49 frodo |
1044 |
|
1045 |
* formats/Makefile.am, formats/Makefile.in, |
1046 |
formats/psion/Embedded_Object_Section.psi, |
1047 |
formats/psion/Fonts.psi, formats/psion/Identifiers.psi, |
1048 |
formats/psion/Index.psi, formats/psion/Introduction.psi, |
1049 |
formats/psion/Layout_Codes.psi, |
1050 |
formats/psion/Page_Layout_Section.psi, |
1051 |
formats/psion/Paint_Data_Section.psi, |
1052 |
formats/psion/Password_Section.psi, |
1053 |
formats/psion/Section_Table_Section.psi, |
1054 |
formats/psion/Sheet_File.psi, |
1055 |
formats/psion/Sheet_Graph_Description.psi, |
1056 |
formats/psion/Sheet_Graph_List_Section.psi, |
1057 |
formats/psion/Sheet_Graph_Region.psi, |
1058 |
formats/psion/Sheet_Graph_Section.psi, |
1059 |
formats/psion/Sheet_Status_Section.psi, |
1060 |
formats/psion/Sketch_Section.psi, |
1061 |
formats/psion/Text_Layout_Section.psi, |
1062 |
formats/psion/Userdic_File.psi, |
1063 |
formats/psion/Word_Styles_Section.psi, |
1064 |
formats/psion/World_Data_File.psi, lib/psiconv/Makefile.am, |
1065 |
lib/psiconv/Makefile.in, lib/psiconv/generate_image.c, |
1066 |
lib/psiconv/parse_layout.c: (Frodo) Update of format description. |
1067 |
Added some obscure layout codes. |
1068 |
|
1069 |
2000-12-28 01:29 frodo |
1070 |
|
1071 |
* TODO, lib/psiconv/generate_word.c: (Frodo) Life is beautiful: |
1072 |
Word documents now seem to be generated flawlessly! |
1073 |
|
1074 |
2000-12-28 01:24 frodo |
1075 |
|
1076 |
* TODO, lib/psiconv/generate_layout.c, lib/psiconv/parse_layout.c: |
1077 |
(Frodo) Fixed super/subscript generation, fixed border warnings |
1078 |
in parsing |
1079 |
|
1080 |
2000-12-28 00:56 frodo |
1081 |
|
1082 |
* lib/psiconv/: generate_layout.c, generate_word.c, parse_word.c: |
1083 |
(Frodo) Fixed a couple of bugs with bullets and styles - even in |
1084 |
the parser |
1085 |
|
1086 |
2000-12-28 00:20 frodo |
1087 |
|
1088 |
* lib/psiconv/: generate_driver.c, generate_routines.h, |
1089 |
generate_word.c, parse_word.c: (Frodo) Not yet perfect; but we |
1090 |
actually rewrote a Psion Word file! |
1091 |
|
1092 |
2000-12-27 03:13 frodo |
1093 |
|
1094 |
* lib/Makefile.in, lib/psiconv/generate.h, program/Makefile.in: |
1095 |
(Frodo) Some forgotten files |
1096 |
|
1097 |
2000-12-27 03:12 frodo |
1098 |
|
1099 |
* program/extra/rewrite.c, lib/psiconv/buffer.c, |
1100 |
lib/psiconv/buffer.h, lib/psiconv/generate_common.c, |
1101 |
lib/psiconv/generate_driver.c, lib/psiconv/generate_layout.c, |
1102 |
lib/psiconv/generate_page.c, lib/psiconv/generate_routines.h, |
1103 |
lib/psiconv/generate_simple.c, lib/psiconv/generate_texted.c, |
1104 |
lib/psiconv/list.c, lib/psiconv/list.h, |
1105 |
program/psiconv/psiconv.c: (Frodo) Many changes. Layout sections |
1106 |
now work! |
1107 |
|
1108 |
* Added list_empty, list_replace * Added relocation to buffers, |
1109 |
removed base address * Added buffer_resolve, |
1110 |
buffer_add_reference, buffer_add_target, psiconv_unique_id |
1111 |
functions * Modifified other buffer functions to work with |
1112 |
references * Added comments to buffer.h * Added write_offset |
1113 |
function * Added reference support in functions where needed * |
1114 |
Corrected extra/rewrite error message * Corrected numerous bugs |
1115 |
to make layouts work. |
1116 |
|
1117 |
2000-12-25 23:25 frodo |
1118 |
|
1119 |
* configure, configure.in, lib/psiconv/Makefile.am, |
1120 |
lib/psiconv/Makefile.in, lib/psiconv/buffer.c, |
1121 |
lib/psiconv/buffer.h, lib/psiconv/common.h, |
1122 |
lib/psiconv/generate_common.c, lib/psiconv/generate_driver.c, |
1123 |
lib/psiconv/generate_layout.c, lib/psiconv/generate_page.c, |
1124 |
lib/psiconv/generate_routines.h, lib/psiconv/generate_simple.c, |
1125 |
lib/psiconv/generate_texted.c, lib/psiconv/generate_word.c, |
1126 |
lib/psiconv/list.c, lib/psiconv/list.h, lib/psiconv/parse.h, |
1127 |
lib/psiconv/parse_common.c, lib/psiconv/parse_routines.h, |
1128 |
lib/psiconv/parse_simple.c, program/extra/rewrite.c, |
1129 |
program/psiconv/psiconv.c: (Frodo) Added a complete buffer |
1130 |
abstraction |
1131 |
|
1132 |
2000-12-25 15:34 frodo |
1133 |
|
1134 |
* lib/psiconv/: data.c, data.h, generate_layout.c: (Frodo) Added |
1135 |
compare functions for layout elements |
1136 |
|
1137 |
2000-12-25 01:29 frodo |
1138 |
|
1139 |
* lib/psiconv/generate_routines.h: (Frodo) Completed |
1140 |
generate_routines.h |
1141 |
|
1142 |
2000-12-25 01:26 frodo |
1143 |
|
1144 |
* lib/psiconv/Makefile.am, lib/psiconv/Makefile.in, |
1145 |
lib/psiconv/data.h, lib/psiconv/generate_common.c, |
1146 |
lib/psiconv/generate_driver.c, lib/psiconv/generate_layout.c, |
1147 |
lib/psiconv/generate_page.c, lib/psiconv/generate_routines.h, |
1148 |
lib/psiconv/generate_texted.c, lib/psiconv/generate_word.c, |
1149 |
lib/psiconv/list.c, lib/psiconv/parse_page.c, |
1150 |
program/extra/rewrite.c: (Frodo) Added word-specific generation |
1151 |
routines |
1152 |
|
1153 |
2000-12-24 18:26 frodo |
1154 |
|
1155 |
* Makefile.am, Makefile.in, configure, configure.in, |
1156 |
lib/psiconv/Makefile.am, lib/psiconv/Makefile.in, |
1157 |
lib/psiconv/generate_common.c, lib/psiconv/generate_driver.c, |
1158 |
lib/psiconv/generate_routines.h, program/extra/Makefile.am, |
1159 |
program/extra/Makefile.in, program/extra/README, |
1160 |
program/extra/checkuid.c, program/extra/rewrite.c: (Frodo) |
1161 |
Several things: |
1162 |
|
1163 |
* Added the extra directory to the build process, added a |
1164 |
README. |
1165 |
* Made checkuid compile cleanly |
1166 |
* Added rewrite utility |
1167 |
|
1168 |
2000-12-24 17:34 frodo |
1169 |
|
1170 |
* lib/psiconv/list.c, lib/psiconv/list.h, |
1171 |
program/psiconv/psiconv.c: (Frodo) New list functions fread_all |
1172 |
and fwrite_all |
1173 |
|
1174 |
2000-12-24 17:03 frodo |
1175 |
|
1176 |
* lib/psiconv/: Makefile.am, Makefile.in, generate_common.c, |
1177 |
generate_driver.c, generate_page.c, generate_routines.h, |
1178 |
generate_texted.c: (Frodo) We should now have enough to generate |
1179 |
TextEd sections! |
1180 |
|
1181 |
2000-12-23 21:21 frodo |
1182 |
|
1183 |
* TODO, lib/psiconv/Makefile.am, lib/psiconv/Makefile.in, |
1184 |
lib/psiconv/common.h, lib/psiconv/generate_layout.c, |
1185 |
lib/psiconv/generate_routines.h, lib/psiconv/generate_simple.c, |
1186 |
lib/psiconv/list.c, lib/psiconv/list.h: (Frodo) New generation |
1187 |
routines in generate_layout |
1188 |
|
1189 |
2000-12-22 23:31 frodo |
1190 |
|
1191 |
* lib/psiconv/: Makefile.am, Makefile.in, checkuid.c, common.h, |
1192 |
error.c, error.h, general.h, generate_routines.h, |
1193 |
generate_simple.c, list.c, misc.c, parse.h, parse_common.c, |
1194 |
parse_driver.c, parse_image.c, parse_layout.c, parse_page.c, |
1195 |
parse_routines.h, parse_simple.c, parse_texted.c, parse_word.c: |
1196 |
(Frodo) First generate routines! Reshuffled a few things to make |
1197 |
it all work out |
1198 |
|
1199 |
2000-12-20 23:07 frodo |
1200 |
|
1201 |
* NEWS, configure, configure.in, lib/psiconv/Makefile.am, |
1202 |
lib/psiconv/Makefile.in, lib/psiconv/list.c, lib/psiconv/list.h, |
1203 |
lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c, |
1204 |
lib/psiconv/parse_word.c: (Frodo) Fixed style inheritance from |
1205 |
Normal |
1206 |
|
1207 |
2000-12-16 17:27 frodo |
1208 |
|
1209 |
* lib/psiconv/data.c: (Frodo) Fixed error in not setting default |
1210 |
linespacing |
1211 |
|
1212 |
2000-12-15 19:52 frodo |
1213 |
|
1214 |
* NEWS, lib/psiconv/data.c, lib/psiconv/data.h, |
1215 |
lib/psiconv/parse_layout.c, program/psiconv/gen_html.c, |
1216 |
program/psiconv/gen_html4.c, program/psiconv/gen_rtf.c: (Frodo) |
1217 |
0-7-0 release |
1218 |
|
1219 |
2000-12-15 18:17 frodo |
1220 |
|
1221 |
* NEWS, TODO, configure, configure.in, lib/psiconv/parse_driver.c, |
1222 |
program/psiconv/gen_image.c, program/psiconv/psiconv.c: (Frodo) |
1223 |
All formats tested, with a little luck most problems are now |
1224 |
caught |
1225 |
|
1226 |
2000-12-15 02:16 frodo |
1227 |
|
1228 |
* lib/psiconv/error.c, lib/psiconv/list.c, |
1229 |
lib/psiconv/parse_common.c, lib/psiconv/parse_image.c, |
1230 |
lib/psiconv/parse_layout.c, lib/psiconv/parse_page.c, |
1231 |
program/psiconv/psiconv.c: (Frodo) First typos eliminated. Word |
1232 |
files seem to work now. Need to test other types. |
1233 |
|
1234 |
2000-12-15 01:21 frodo |
1235 |
|
1236 |
* TODO, docs/parsing, lib/psiconv/parse.h, |
1237 |
lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c, |
1238 |
lib/psiconv/parse_image.c, lib/psiconv/parse_layout.c, |
1239 |
lib/psiconv/parse_page.c, lib/psiconv/parse_routines.h, |
1240 |
lib/psiconv/parse_simple.c, lib/psiconv/parse_texted.c, |
1241 |
lib/psiconv/parse_word.c: (Frodo) Massive update: theoretically, |
1242 |
all return codes are now checked. Untested - may have |
1243 |
many typos. |
1244 |
|
1245 |
2000-12-13 17:30 frodo |
1246 |
|
1247 |
* NEWS, TODO, compat/compat.h, compat/dummy.c, |
1248 |
lib/psiconv/checkuid.c, lib/psiconv/data.c, |
1249 |
program/extra/checkuid, lib/psiconv/data.h, lib/psiconv/list.c, |
1250 |
lib/psiconv/list.h, lib/psiconv/misc.c, lib/psiconv/parse.h, |
1251 |
lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c, |
1252 |
lib/psiconv/parse_image.c, lib/psiconv/parse_layout.c, |
1253 |
lib/psiconv/parse_page.c, lib/psiconv/parse_routines.h, |
1254 |
lib/psiconv/parse_simple.c, lib/psiconv/parse_texted.c, |
1255 |
lib/psiconv/parse_word.c: (Frodo) Updated all copyright notices |
1256 |
|
1257 |
2000-12-13 17:17 frodo |
1258 |
|
1259 |
* lib/psiconv/: Makefile.am, Makefile.in, data.c, data.h, error.c, |
1260 |
error.h, list.c, list.h, misc.c, parse.h, parse_aux.c, |
1261 |
parse_routines.h: (Frodo) Several important changes: * Created |
1262 |
new misc.c, error.c and error.h files * Split parse_aux.c among |
1263 |
them * Made list.c, data.c, error.c, checkuid.c and misc.c |
1264 |
failsafe. |
1265 |
|
1266 |
2000-12-13 01:42 frodo |
1267 |
|
1268 |
* NEWS, lib/psiconv/parse.h, lib/psiconv/parse_aux.c, |
1269 |
lib/psiconv/parse_driver.c, program/psiconv/psiconv.c: (Frodo) |
1270 |
Error printing can now be captured by another program |
1271 |
|
1272 |
2000-12-10 21:27 frodo |
1273 |
|
1274 |
* lib/psiconv/parse_driver.c: (Frodo) psiconv_verbosity was |
1275 |
undefined! |
1276 |
|
1277 |
2000-12-10 17:53 frodo |
1278 |
|
1279 |
* formats/: generate_ascii.sh, generate_html.sh, generate_html4.sh, |
1280 |
generate_rtf.sh: (Frodo) Now formats generation works too in the |
1281 |
new structure |
1282 |
|
1283 |
2000-12-10 17:49 frodo |
1284 |
|
1285 |
* Makefile.am, Makefile.in, NEWS, configure, configure.in, |
1286 |
formats/psion/Clip_Art_File.psi, |
1287 |
formats/psion/File_Structure.psi, |
1288 |
formats/psion/Section_Table_Offset_Section.psi, |
1289 |
formats/psion/Sheet_File.psi, lib/Makefile.am, |
1290 |
lib/psiconv/Makefile.am, lib/psiconv/Makefile.in, |
1291 |
lib/psiconv/data.h, lib/psiconv/parse.h, |
1292 |
lib/psiconv/parse_routines.h, program/psiconv/Makefile.am, |
1293 |
program/psiconv/Makefile.in, program/psiconv/gen.h, |
1294 |
program/psiconv/gen_html.c, program/psiconv/gen_html4.c, |
1295 |
program/psiconv/gen_image.c, program/psiconv/gen_rtf.c, |
1296 |
program/psiconv/gen_txt.c, program/psiconv/magick-aux.c, |
1297 |
program/psiconv/magick-aux.h, program/psiconv/psiconv.c, |
1298 |
program/psiconv/psiconv.h: (Frodo) Revamped directory structure, |
1299 |
rescues a few files from CVS limbo |
1300 |
|
1301 |
2000-12-10 17:13 frodo |
1302 |
|
1303 |
* configure, configure.in, lib/psiconv/Makefile.am, |
1304 |
lib/psiconv/Makefile.in: (Frodo) general.h is now installed |
1305 |
|
1306 |
2000-12-10 16:44 frodo |
1307 |
|
1308 |
* lib/psiconv/Makefile.am, lib/psiconv/Makefile.in, |
1309 |
lib/psiconv/data.c, lib/psiconv/data.h, lib/psiconv/list.c, |
1310 |
lib/psiconv/list.h, lib/psiconv/parse_common.c, |
1311 |
program/psiconv/gen_html.c, program/psiconv/gen_html4.c, |
1312 |
program/psiconv/gen_image.c, program/psiconv/gen_rtf.c, |
1313 |
program/psiconv/gen_txt.c, program/psiconv/psiconv.c, |
1314 |
program/psiconv/psiconv.h: (Frodo) Changed all struct definition |
1315 |
to make them C++ compatible |
1316 |
|
1317 |
2000-12-10 03:17 frodo |
1318 |
|
1319 |
* lib/psiconv/: data.h, list.h, parse.h, parse_routines.h: (Frodo) |
1320 |
Added C++ extern statements |
1321 |
|
1322 |
2000-11-30 21:09 frodo |
1323 |
|
1324 |
* NEWS, configure, configure.in, lib/psiconv/Makefile.am, |
1325 |
lib/psiconv/Makefile.in, lib/psiconv/parse_simple.c, |
1326 |
program/psiconv/Makefile.am, program/psiconv/Makefile.in: (Frodo) |
1327 |
Important X-encoding-related bug that made psiconv fail on large |
1328 |
documents |
1329 |
|
1330 |
2000-10-21 02:49 frodo |
1331 |
|
1332 |
* Makefile.in, configure, configure.in, compat/Makefile.in, |
1333 |
docs/Makefile.in, formats/Makefile.in, lib/psiconv/Makefile.in, |
1334 |
program/psiconv/Makefile.in, program/psiconv/gen.h, |
1335 |
program/psiconv/gen_html.c, program/psiconv/gen_html4.c, |
1336 |
program/psiconv/gen_image.c, program/psiconv/gen_rtf.c, |
1337 |
program/psiconv/gen_txt.c, program/psiconv/psiconv.c, |
1338 |
program/psiconv/psiconv.h: (Frodo) YES! Fixed everything - |
1339 |
ImageMagick should now finally work! |
1340 |
|
1341 |
2000-10-04 21:02 frodo |
1342 |
|
1343 |
* configure, configure.in, program/psiconv/Makefile.am, |
1344 |
program/psiconv/Makefile.in, program/psiconv/gen_image.c: (Frodo) |
1345 |
Now finally ImageMagick 5 works correctly. |
1346 |
|
1347 |
2000-09-11 16:02 frodo |
1348 |
|
1349 |
* lib/psiconv/parse_common.c: (Frodo) Styles bug fixed |
1350 |
|
1351 |
2000-07-17 23:12 frodo |
1352 |
|
1353 |
* configure, configure.in: (Frodo) ImageMagick support should work |
1354 |
now; at least, we have now a GetMagickInfo check. Now we |
1355 |
wait for the new ImageMagick release. |
1356 |
|
1357 |
2000-07-14 22:44 frodo |
1358 |
|
1359 |
* INSTALL, Makefile.in, NEWS, TODO, aclocal.m4, configure, |
1360 |
configure.in, compat/Makefile.in, docs/Makefile.in, |
1361 |
formats/Makefile.in, lib/psiconv/Makefile.in, |
1362 |
program/psiconv/Makefile.in, program/psiconv/gen_image.c: (Frodo) |
1363 |
First stab at ImageMagick 5 support. Still problems with listing |
1364 |
all filetypes, though. |
1365 |
|
1366 |
2000-02-04 21:33 frodo |
1367 |
|
1368 |
* program/psiconv/gen_image.c: (Frodo) Patched |
1369 |
compile-without-Imagemagick bug |
1370 |
|
1371 |
1999-12-04 22:46 frodo |
1372 |
|
1373 |
* NEWS, README, configure, configure.in, formats/Makefile.am, |
1374 |
formats/Makefile.in, formats/psion/Basic_Structures.psi, |
1375 |
formats/psion/Embedded_Object_Section.psi, |
1376 |
formats/psion/Header_Section.psi, formats/psion/Identifiers.psi, |
1377 |
formats/psion/Index.psi, formats/psion/Introduction.psi, |
1378 |
formats/psion/Layout_Codes.psi, formats/psion/MBM_File.psi, |
1379 |
formats/psion/Paint_Data_Section.psi, |
1380 |
formats/psion/Record_File.psi, formats/psion/Record_Section.psi, |
1381 |
formats/psion/Sketch_File.psi, formats/psion/Sketch_Section.psi, |
1382 |
formats/psion/TextEd_File.psi, formats/psion/Word_File.psi, |
1383 |
formats/psion/Word_Styles_Section.psi, lib/psiconv/Makefile.am, |
1384 |
lib/psiconv/Makefile.in, program/psiconv/psiconv.c: (Frodo) Final |
1385 |
commit for 0.6.1 |
1386 |
|
1387 |
New formats files |
1388 |
|
1389 |
1999-12-04 21:53 frodo |
1390 |
|
1391 |
* lib/psiconv/: parse_driver.c, parse_image.c, parse_routines.h: |
1392 |
(Frodo) Clip Art files now working correctly. |
1393 |
|
1394 |
1999-12-04 01:48 frodo |
1395 |
|
1396 |
* program/psiconv/gen_image.c: (Frodo) Clipart generation done. |
1397 |
|
1398 |
Pictures are still offset a bit. To fix... |
1399 |
|
1400 |
1999-12-04 01:40 frodo |
1401 |
|
1402 |
* lib/psiconv/: data.h, parse_common.c, parse_driver.c, |
1403 |
parse_image.c, parse_routines.h: (Frodo) Clipart file parsing |
1404 |
completed |
1405 |
|
1406 |
1999-12-04 00:13 frodo |
1407 |
|
1408 |
* lib/psiconv/: data.c, data.h, parse_driver.c, parse_image.c, |
1409 |
parse_routines.h: (Frodo) Renamed jumptable_mbm_section to |
1410 |
jumptable_section |
1411 |
|
1412 |
Typecast buglet removed from data.c |
1413 |
|
1414 |
1999-12-03 01:59 frodo |
1415 |
|
1416 |
* TODO, lib/psiconv/Makefile.am, lib/psiconv/Makefile.in, |
1417 |
lib/psiconv/data.c, lib/psiconv/data.h, |
1418 |
lib/psiconv/parse_common.c, lib/psiconv/parse_driver.c, |
1419 |
lib/psiconv/parse_routines.h: (Frodo) Some base work for ClipArt |
1420 |
files |
1421 |
|
1422 |
1999-12-03 01:15 frodo |
1423 |
|
1424 |
* program/psiconv/gen_image.c: (Frodo) Multiple images in a file |
1425 |
are now supported. |
1426 |
|
1427 |
1999-12-03 00:36 frodo |
1428 |
|
1429 |
* program/psiconv/gen_image.c: (Frodo) Multiple pictures conversion |
1430 |
should be in. But no test-MBMs yet :-( |
1431 |
|
1432 |
1999-12-02 21:09 frodo |
1433 |
|
1434 |
* program/psiconv/gen_image.c: (Frodo) Preparations for multiple |
1435 |
images output |
1436 |
|
1437 |
1999-12-02 19:05 frodo |
1438 |
|
1439 |
* NEWS, README, TODO, config.h.in, configure, configure.in, |
1440 |
formats/generate_html.sh, program/psiconv/Makefile.am, |
1441 |
program/psiconv/Makefile.in, program/psiconv/gen_rtf.c: (Frodo) |
1442 |
Release 0.6.0. Several minor things found when compiling. |
1443 |
|
1444 |
1999-12-02 18:19 frodo |
1445 |
|
1446 |
* program/psiconv/psiconv.h: (Frodo) New file forgotten in last |
1447 |
commit |
1448 |
|
1449 |
1999-12-02 18:18 frodo |
1450 |
|
1451 |
* program/psiconv/: Makefile.am, Makefile.in, gen.h, gen_html.c, |
1452 |
gen_html4.c, gen_image.c, gen_rtf.c, gen_txt.c, psiconv.c: |
1453 |
(Frodo) Full ImageLib support! |
1454 |
|
1455 |
To do: * More than one picture in a file * Special features |
1456 |
like clipping |
1457 |
|
1458 |
1999-11-30 01:26 frodo |
1459 |
|
1460 |
* Makefile.in, configure, compat/Makefile.in, docs/Makefile.in, |
1461 |
formats/Makefile.in, lib/psiconv/Makefile.in, |
1462 |
program/psiconv/Makefile.in: (Frodo) Force commit to update |
1463 |
timestamps of autoconf/automake generated files |
1464 |
|
1465 |
1999-11-30 01:24 frodo |
1466 |
|
1467 |
* program/psiconv/gen_image.c: (Frodo) Yet another forgotten file. |
1468 |
This is getting boring... |
1469 |
|
1470 |
1999-11-30 01:22 frodo |
1471 |
|
1472 |
* compat/compat.h: (Frodo) And yet another file... |
1473 |
|
1474 |
1999-11-30 01:20 frodo |
1475 |
|
1476 |
* compat/: dummy.c, getopt.c, getopt.h, getopt1.c: (Frodo) Added |
1477 |
several files that were forgotten in the compat section... |
1478 |
|
1479 |
1999-11-30 01:14 frodo |
1480 |
|
1481 |
* acconfig.h: (Frodo) Added acconfig.h file; I had forgotten about |
1482 |
it :-( |
1483 |
|
1484 |
1999-11-30 01:12 frodo |
1485 |
|
1486 |
* AUTHORS, TODO, lib/psiconv/data.h: (Frodo) Corrected outline |
1487 |
level definition |
1488 |
|
1489 |
1999-11-01 13:35 frodo |
1490 |
|
1491 |
* lib/psiconv/: data.h, parse_layout.c, parse_word.c: (Kevin |
1492 |
Wheatley) 5MX patches, mostly outline stuff |
1493 |
|
1494 |
1999-10-31 00:36 frodo |
1495 |
|
1496 |
* AUTHORS, TODO: (Frodo) Changed TODO and AUTHORS to include latest |
1497 |
work and mention Wolfgang Szoecs |
1498 |
|
1499 |
1999-10-31 00:28 frodo |
1500 |
|
1501 |
* lib/psiconv/: data.h, parse_common.c, parse_image.c: (Frodo) |
1502 |
Parsing of both MBM and Sketch files finished and correct! |
1503 |
|
1504 |
To do: * Need to ask ImageMagick what output formats are |
1505 |
available; * Need to display those formats in --help, and |
1506 |
understand them on the command-line; * Need to generate the |
1507 |
correct type of file; * Need to take a look at some special |
1508 |
Sketch options (size, cuts, etc) * Sometimes, the file seems to |
1509 |
be negative. Probably an ImageMagick problem. * Need to |
1510 |
handle several images in one file elegantly |
1511 |
|
1512 |
1999-10-29 23:14 frodo |
1513 |
|
1514 |
* lib/psiconv/: checkuid.c, data.c, data.h, parse_common.c, |
1515 |
parse_driver.c, parse_image.c, parse_routines.h: (Frodo) Sketch |
1516 |
files are now supported. That is, they are parsed, and |
1517 |
generated, but generating still needs a lot of work. Untested. |
1518 |
|
1519 |
1999-10-28 23:23 frodo |
1520 |
|
1521 |
* compat/: Makefile.am, Makefile.in: (Frodo) Fix for SUNs: |
1522 |
libcompat.a is now always created. |
1523 |
|
1524 |
1999-10-27 17:33 frodo |
1525 |
|
1526 |
* compat/: Makefile.am, Makefile.in: (Frodo) Fixed `make dist' to |
1527 |
include latest additions in compat/ |
1528 |
|
1529 |
1999-10-27 17:30 frodo |
1530 |
|
1531 |
* configure, configure.in, compat/Makefile.in, lib/psiconv/data.c: |
1532 |
(Frodo) Added getopt_long support for systems without it, as well |
1533 |
as a minor typo. |
1534 |
|
1535 |
1999-10-27 17:04 frodo |
1536 |
|
1537 |
* lib/psiconv/Makefile.am, lib/psiconv/Makefile.in, |
1538 |
lib/psiconv/data.c, lib/psiconv/parse_common.c, |
1539 |
program/psiconv/Makefile.am, program/psiconv/Makefile.in, |
1540 |
program/psiconv/gen_html.c, program/psiconv/gen_rtf.c, |
1541 |
program/psiconv/psiconv.c: (Frodo) Some IRIX compatibility issues |
1542 |
fixed, as well as some compiler warnings |
1543 |
|
1544 |
1999-10-27 16:28 frodo |
1545 |
|
1546 |
* Makefile.in, configure, configure.in, compat/Makefile.in, |
1547 |
docs/Makefile.in, formats/Makefile.in, lib/psiconv/Makefile.in, |
1548 |
program/psiconv/Makefile.in: (Frodo) Added configuration options |
1549 |
for more warnings |
1550 |
|
1551 |
1999-10-27 15:09 frodo |
1552 |
|
1553 |
* lib/psiconv/: data.h, parse.h, parse_common.c, parse_driver.c: |
1554 |
(Frodo) Several changes in header parsing |
1555 |
|
1556 |
The definition of header section is changed to exclude the long |
1557 |
with the offset of the Section Table Section. This allows easier |
1558 |
integration of Data-like file formats. |
1559 |
|
1560 |
psiconv_parse_{texted,word,mbm}_file now do not parse the header |
1561 |
section. This will allow easier integration for |
1562 |
objects-within-objects. They start at the long with the offset of |
1563 |
the Section Table Section. |
1564 |
|
1565 |
psiconv_file_type now returns the read header section, and its |
1566 |
length. |
1567 |
|
1568 |
1999-10-13 21:15 frodo |
1569 |
|
1570 |
* program/psiconv/: Makefile.am, Makefile.in, gen.h, psiconv.c: |
1571 |
(Frodo) Crude ImageMagick output |
1572 |
|
1573 |
Invoke with -T IMAGE. No selection of image types yet. |
1574 |
|
1575 |
1999-10-13 18:08 frodo |
1576 |
|
1577 |
* Makefile.in, config.h.in, configure, configure.in, |
1578 |
compat/Makefile.in, docs/Makefile.in, formats/Makefile.in, |
1579 |
lib/psiconv/Makefile.in, program/psiconv/Makefile.am, |
1580 |
program/psiconv/Makefile.in: (Frodo) Added ImageMagick detection |
1581 |
and configuration. No code to use it yet. |
1582 |
|
1583 |
1999-10-13 17:02 frodo |
1584 |
|
1585 |
* configure, configure.in, lib/psiconv/parse_image.c: (Frodo) |
1586 |
Latest parse_paint_section changes |
1587 |
|
1588 |
It still is not perfect, but it is certainly coming along |
1589 |
|
1590 |
1999-10-11 21:17 frodo |
1591 |
|
1592 |
* lib/psiconv/Makefile.am, lib/psiconv/Makefile.in, |
1593 |
lib/psiconv/gen.h, lib/psiconv/gen_html.c, |
1594 |
lib/psiconv/gen_html4.c, lib/psiconv/gen_rtf.c, |
1595 |
lib/psiconv/gen_txt.c, program/psiconv/Makefile.am, |
1596 |
program/psiconv/Makefile.in, program/psiconv/gen.h, |
1597 |
program/psiconv/gen_html.c, program/psiconv/gen_html4.c, |
1598 |
program/psiconv/gen_rtf.c, program/psiconv/gen_txt.c: (Frodo) |
1599 |
Moved generation stuff out of the library into psiconv |
1600 |
|
1601 |
1999-10-11 20:19 frodo |
1602 |
|
1603 |
* lib/psiconv/: data.c, parse_driver.c, parse_image.c: (Frodo) |
1604 |
Current status images: Parsing kind of works, but the number of |
1605 |
pixels does not match. What am I doing wrong? |
1606 |
|
1607 |
1999-10-11 18:15 frodo |
1608 |
|
1609 |
* lib/psiconv/: data.c, data.h, parse_common.c, parse_driver.c, |
1610 |
parse_image.c, parse_routines.h: (Frodo) Full MBM support - |
1611 |
untested |
1612 |
|
1613 |
1999-10-11 17:17 frodo |
1614 |
|
1615 |
* lib/psiconv/: data.h, gen_html.c, parse_image.c, |
1616 |
parse_routines.h: (Frodo) Now image stuff compiles. |
1617 |
|
1618 |
Only psiconv_parse_paint_data_section is defined at this moment, |
1619 |
it is not yet called. |
1620 |
|
1621 |
1999-10-11 17:06 frodo |
1622 |
|
1623 |
* lib/psiconv/: Makefile.am, Makefile.in, parse_image.c: (Frodo) |
1624 |
First stap at image parsing. Won't compile yet - too bad |
1625 |
|
1626 |
1999-10-05 17:33 frodo |
1627 |
|
1628 |
* lib/psiconv/gen_rtf.c: (Frodo) Perhaps even slightly functional |
1629 |
RTF generator |
1630 |
|
1631 |
Most stubs are in, and it should even do something. The generated |
1632 |
code is not validated yet, so it will probably not work. Still |
1633 |
many things to do. |
1634 |
|
1635 |
1999-10-05 17:32 frodo |
1636 |
|
1637 |
* lib/psiconv/gen_html.c: (Frodo) Small bug fix |
1638 |
|
1639 |
Instead of the contents of `font', the font pointers were |
1640 |
compared; so they were often inequal, leading to too many font |
1641 |
emitions. |
1642 |
|
1643 |
1999-10-04 20:19 frodo |
1644 |
|
1645 |
* configure, configure.in, formats/Makefile.am, |
1646 |
formats/Makefile.in, formats/generate_rtf.sh: (Frodo) Added |
1647 |
--enable-rtf-docs flag in configure, and scripts needed to |
1648 |
generate RTF docs |
1649 |
|
1650 |
No substitution of links is done yet. |
1651 |
|
1652 |
1999-10-04 20:13 frodo |
1653 |
|
1654 |
* lib/psiconv/gen_rtf.c: (Frodo) Start of RTF generator |
1655 |
|
1656 |
Font tables and color tables are generated. |
1657 |
|
1658 |
1999-10-04 18:38 frodo |
1659 |
|
1660 |
* lib/psiconv/Makefile.am, lib/psiconv/Makefile.in, |
1661 |
lib/psiconv/gen.h, lib/psiconv/gen_rtf.c, |
1662 |
program/psiconv/psiconv.c: (Frodo) Stubs for RTF output |
1663 |
|
1664 |
1999-10-03 23:10 frodo |
1665 |
|
1666 |
* AUTHORS, ChangeLog, Makefile.am, Makefile.in, NEWS, config.guess, |
1667 |
configure, configure.in, install-sh, missing, mkinstalldirs, |
1668 |
COPYING, INSTALL, README, TODO, aclocal.m4, config.h.in, |
1669 |
config.sub, ltconfig, ltmain.sh, stamp-h.in, formats/Makefile.am, |
1670 |
formats/generate_html4.sh, formats/html_links.sh, |
1671 |
formats/index_html.sh, formats/Makefile.in, |
1672 |
formats/generate_ascii.sh, formats/generate_html.sh, |
1673 |
formats/psion/ASCII_Codes.psi, |
1674 |
formats/psion/Application_ID_Section.psi, |
1675 |
formats/psion/Basic_Elements.psi, |
1676 |
formats/psion/Basic_Structures.psi, |
1677 |
formats/psion/Embedded_Object_Section.psi, |
1678 |
formats/psion/Fonts.psi, formats/psion/Header_Section.psi, |
1679 |
formats/psion/Identifiers.psi, formats/psion/Index.psi, |
1680 |
formats/psion/Introduction.psi, formats/psion/Layout_Codes.psi, |
1681 |
formats/psion/MBM_File.psi, |
1682 |
formats/psion/Page_Layout_Section.psi, |
1683 |
formats/psion/Paint_Data_Section.psi, |
1684 |
formats/psion/Password_Section.psi, |
1685 |
formats/psion/Record_File.psi, formats/psion/Record_Section.psi, |
1686 |
formats/psion/Section_Table_Section.psi, |
1687 |
formats/psion/Sketch_File.psi, formats/psion/Sketch_Section.psi, |
1688 |
formats/psion/Substitutions.psi, formats/psion/TextEd_File.psi, |
1689 |
formats/psion/TextEd_Section.psi, |
1690 |
formats/psion/Text_Layout_Section.psi, |
1691 |
formats/psion/Text_Section.psi, formats/psion/Word_File.psi, |
1692 |
formats/psion/Word_Status_Section.psi, |
1693 |
formats/psion/Word_Styles_Section.psi, lib/psiconv/Makefile.am, |
1694 |
lib/psiconv/Makefile.in, lib/psiconv/checkuid.c, |
1695 |
lib/psiconv/data.c, lib/psiconv/data.h, lib/psiconv/gen.h, |
1696 |
lib/psiconv/gen_html.c, lib/psiconv/gen_html4.c, |
1697 |
lib/psiconv/gen_txt.c, lib/psiconv/general.h.in, |
1698 |
lib/psiconv/list.c, lib/psiconv/list.h, lib/psiconv/parse.h, |
1699 |
lib/psiconv/parse_aux.c, lib/psiconv/parse_common.c, |
1700 |
lib/psiconv/parse_driver.c, lib/psiconv/parse_layout.c, |
1701 |
lib/psiconv/parse_page.c, lib/psiconv/parse_routines.h, |
1702 |
lib/psiconv/parse_simple.c, lib/psiconv/parse_texted.c, |
1703 |
lib/psiconv/parse_word.c, program/psiconv/Makefile.in, |
1704 |
compat/Makefile.am, compat/Makefile.in, compat/strdup.c, |
1705 |
docs/Makefile.am, docs/Makefile.in, docs/ascii, docs/html, |
1706 |
docs/html4, program/extra/checkuid, program/extra/checkuid.c, |
1707 |
program/psiconv/Makefile.am, program/psiconv/psiconv.c: Imported |
1708 |
sources |
1709 |
|
1710 |
1999-10-03 23:10 frodo |
1711 |
|
1712 |
* AUTHORS, ChangeLog, Makefile.am, Makefile.in, NEWS, config.guess, |
1713 |
configure, configure.in, install-sh, missing, mkinstalldirs, |
1714 |
COPYING, INSTALL, README, TODO, aclocal.m4, config.h.in, |
1715 |
config.sub, ltconfig, ltmain.sh, stamp-h.in, formats/Makefile.am, |
1716 |
formats/generate_html4.sh, formats/html_links.sh, |
1717 |
formats/index_html.sh, formats/Makefile.in, |
1718 |
formats/generate_ascii.sh, formats/generate_html.sh, |
1719 |
formats/psion/ASCII_Codes.psi, |
1720 |
formats/psion/Application_ID_Section.psi, |
1721 |
formats/psion/Basic_Elements.psi, |
1722 |
formats/psion/Basic_Structures.psi, |
1723 |
formats/psion/Embedded_Object_Section.psi, |
1724 |
formats/psion/Fonts.psi, formats/psion/Header_Section.psi, |
1725 |
formats/psion/Identifiers.psi, formats/psion/Index.psi, |
1726 |
formats/psion/Introduction.psi, formats/psion/Layout_Codes.psi, |
1727 |
formats/psion/MBM_File.psi, |
1728 |
formats/psion/Page_Layout_Section.psi, |
1729 |
formats/psion/Paint_Data_Section.psi, |
1730 |
formats/psion/Password_Section.psi, |
1731 |
formats/psion/Record_File.psi, formats/psion/Record_Section.psi, |
1732 |
formats/psion/Section_Table_Section.psi, |
1733 |
formats/psion/Sketch_File.psi, formats/psion/Sketch_Section.psi, |
1734 |
formats/psion/Substitutions.psi, formats/psion/TextEd_File.psi, |
1735 |
formats/psion/TextEd_Section.psi, |
1736 |
formats/psion/Text_Layout_Section.psi, |
1737 |
formats/psion/Text_Section.psi, formats/psion/Word_File.psi, |
1738 |
formats/psion/Word_Status_Section.psi, |
1739 |
formats/psion/Word_Styles_Section.psi, lib/psiconv/Makefile.am, |
1740 |
lib/psiconv/Makefile.in, lib/psiconv/checkuid.c, |
1741 |
lib/psiconv/data.c, lib/psiconv/data.h, lib/psiconv/gen.h, |
1742 |
lib/psiconv/gen_html.c, lib/psiconv/gen_html4.c, |
1743 |
lib/psiconv/gen_txt.c, lib/psiconv/general.h.in, |
1744 |
lib/psiconv/list.c, lib/psiconv/list.h, lib/psiconv/parse.h, |
1745 |
lib/psiconv/parse_aux.c, lib/psiconv/parse_common.c, |
1746 |
lib/psiconv/parse_driver.c, lib/psiconv/parse_layout.c, |
1747 |
lib/psiconv/parse_page.c, lib/psiconv/parse_routines.h, |
1748 |
lib/psiconv/parse_simple.c, lib/psiconv/parse_texted.c, |
1749 |
lib/psiconv/parse_word.c, program/psiconv/Makefile.in, |
1750 |
compat/Makefile.am, compat/Makefile.in, compat/strdup.c, |
1751 |
docs/Makefile.am, docs/Makefile.in, docs/ascii, docs/html, |
1752 |
docs/html4, program/extra/checkuid, program/extra/checkuid.c, |
1753 |
program/psiconv/Makefile.am, program/psiconv/psiconv.c: Initial |
1754 |
revision |
1755 |
|