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