--- psiconv/trunk/ChangeLog 2004/02/09 23:33:31 209 +++ psiconv/trunk/ChangeLog 2004/03/17 17:31:12 242 @@ -1,3 +1,209 @@ +2004-03-16 14:47 frodo + + * ChangeLog, lib/psiconv/data.c, lib/psiconv/data.h: (Frodo) Sync + +2004-03-09 00:20 frodo + + * lib/psiconv/: data.c, data.h: (Frodo) Added forgotten function + free_word_style_list + +2004-03-04 22:55 frodo + + * examples/Word, lib/psiconv/data.h, lib/psiconv/image.c, + lib/psiconv/parse_image.c, program/psiconv-config/psiconv-config: + (Frodo) Bug fixes * Image colors correction (scale 0.0 to 1.0, + instead of 0.0 to less-than 1.0) * Bullet and indentation docs + update * Update version number + +2004-02-28 18:09 frodo + + * lib/psiconv/parse_common.c: (Frodo) Simplify routine a bit by + using the new psiconv_unicode_from_list + +2004-02-26 22:33 frodo + + * configure.in, lib/psiconv/Makefile.am, + lib/psiconv/parse_driver.c: (Frodo) Version nrs, case-insensitive + applid * Bump library patch level up by one * Update version + number to 0.9.4 * Make applid comparison case-insensitive + +2004-02-26 18:12 frodo + + * ChangeLog, NEWS, debian/changelog: (Frodo) Final 0.9.3 checkin + +2004-02-26 18:08 frodo + + * lib/psiconv/generate_common.c: (Frodo) Stupid typo-mistake + +2004-02-26 17:27 frodo + + * lib/psiconv/: generate_common.c, generate_driver.c, + generate_image.c, generate_layout.c, generate_page.c, + generate_texted.c, generate_word.c, parse_common.c, + parse_driver.c, parse_simple.c, parse_word.c: (Frodo) And even + more error work. + +2004-02-26 16:58 frodo + + * NEWS, lib/psiconv/generate_common.c, + lib/psiconv/generate_simple.c: (Frodo) Even better errors and + progress/debug info + +2004-02-25 21:57 frodo + + * lib/psiconv/: generate_common.c, generate_driver.c, + generate_image.c, generate_layout.c, generate_page.c, + generate_simple.c, generate_texted.c, generate_word.c, unicode.c, + unicode.h: (Frodo) Progress information while generating update + + Much better progress information now, and better error reporting. + +2004-02-25 21:56 frodo + + * lib/psiconv/parse_image.c: (Frodo) Modify debugging level + + The noise from parsing pictures was ridiculous. Now you have to + edit the C code and #define LOUD to have it shout at you like + that. + +2004-02-25 17:12 frodo + + * lib/psiconv/unicode.h: (Frodo) Fix on previous commit + +2004-02-25 17:11 frodo + + * NEWS, configure.in, debian/changelog, lib/psiconv/Makefile.am, + lib/psiconv/unicode.c, lib/psiconv/unicode.h, + program/psiconv-config/psiconv-config: (Frodo) AbiWord work * + Update version to 0.9.3 * Update library version * New + functions psiconv_unicode_from_list and psiconv_unicode_strstr + +2004-02-23 18:57 frodo + + * ChangeLog, NEWS, TODO, debian/changelog, docs/configuration: + (Frodo) Final update for release 0.9.2 + +2004-02-23 18:36 frodo + + * formats/generate_ascii.sh: (Frodo) Ouch. Forgot to add the -c arg + to psiconv at the right place + +2004-02-23 18:23 frodo + + * TODO, lib/psiconv/generate_word.c: (Frodo) Solve a few small + buglets + +2004-02-23 18:23 frodo + + * Makefile.am: (Frodo) Remove Debian from make dist + +2004-02-23 18:01 frodo + + * lib/psiconv/: Makefile.am, misc.c, parse_layout.c: (Frodo) + Buglets + +2004-02-23 14:34 frodo + + * formats/: Makefile.am, generate_ascii.sh, generate_html4.sh, + generate_xhtml.sh, psiconv.conf: (Frodo) Added configuration file + for formats Alls formats docs are now generated with a sane + configfile. + +2004-02-23 14:33 frodo + + * lib/psiconv/configuration.c: (Frodo) Buglet in configfile parsing + solved * Typo: eovar instead of eoval in one check + +2004-02-23 14:08 frodo + + * TODO, program/psiconv/psiconv.c: (Frodo) Psiconv program work * + Added -c option + +2004-02-22 23:32 frodo + + * lib/psiconv/configuration.c: (Frodo) Default configuration bug + fixed + + * Now properly initialize default_configuration + +2004-02-22 23:24 frodo + + * etc/psiconv.conf.eg, lib/psiconv/configuration.c, + lib/psiconv/error.c, lib/psiconv/generate_common.c, + lib/psiconv/generate_layout.c, lib/psiconv/generate_simple.c, + lib/psiconv/generate_word.c, lib/psiconv/misc.c, + lib/psiconv/parse_common.c, lib/psiconv/parse_layout.c, + lib/psiconv/parse_simple.c, lib/psiconv/parse_word.c, + lib/psiconv/unicode.c, lib/psiconv/unicode.h, + program/psiconv/general.c: (Frodo) UTF8 work (it should now + actually work!) + + * Replaced psiconv_unicode_from_char with + psiconv_unicode_read_char + and removed psiconv_unicode_from_chars + * Replaced psiconv_unicode_to_char with + psiconv_unicode_write_char + and removed psiconv_unicode_to_chars + * Rewrote psiconv_parse_text_section to be more sane, easier to + read + and to work with the above updates + * Updated all places where the psiconv_unicode_from/to_char + calls + were used + * Updated psiconv.conf.eg to reflect the correct character set + numbers + * Fixed a buglet that made it impossible to set verbosity to 5 + in config + * Removed strange code in make_printable + * Rewrote the ENCODING_PSION option in the psiconv program to + work + with the new definitions. + +2004-02-21 14:24 frodo + + * formats/: generate_html4.sh, generate_xhtml.sh: (Frodo) Work + around CDPATH bash bugs, as reported by Reuben Thomas + +2004-02-21 14:11 frodo + + * Makefile.am, debian/changelog, debian/control, debian/copyright, + debian/libpsiconv6.copyright, debian/psiconv-doc.copyright, + debian/psiconv-doc.dirs, debian/psiconv-doc.install, + debian/rules: (Frodo) Debian stuff * psiconv-doc is now + independent of other packages + +2004-02-21 13:10 frodo + + * Makefile.am, debian/changelog, debian/control, debian/rules, + program/psiconv-config/psiconv-config: (Frodo) Debian stuff * + Changed psiconv-dev to libpsiconv-dev * Bumped up the version + number + +2004-02-21 12:48 frodo + + * program/psiconv-config/Makefile.am: (Frodo) Forgotten file + +2004-02-20 22:52 frodo + + * configure.in, lib/psiconv/configuration.h: (Frodo) * Bumped + version numer to 0.9.2 * Fixed error handler bug (returned void + * instead of void) + +2004-02-10 18:24 frodo + + * ChangeLog, configure.in, debian/control, debian/psiconv-doc.dirs, + debian/psiconv-doc.install, debian/psiconv.manpages, + debian/rules, program/psiconv-config/psiconv-config.man.in: + (Frodo) Final 0.9.1 commit * Added psiconv-config manpage * + Updated Debian build + +2004-02-10 00:33 frodo + + * ChangeLog, NEWS, debian/changelog, debian/control, + debian/libpsiconv6.dirs, debian/libpsiconv6.install, + debian/psiconv-dev.dirs, debian/psiconv-dev.install: (Frodo) A + few last-minute deb changes + 2004-02-10 00:12 frodo * lib/psiconv/configuration.c, lib/psiconv/configuration.h,