--- psiconv/trunk/ChangeLog 2004/02/23 17:36:22 225 +++ psiconv/trunk/ChangeLog 2004/02/23 17:57:56 226 @@ -1,3 +1,117 @@ +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,