--- psiconv/trunk/ChangeLog 2004/03/22 20:08:09 244 +++ psiconv/trunk/ChangeLog 2005/11/15 14:59:54 269 @@ -1,3 +1,96 @@ +2005-11-15 Frodo Looijaard + + * lib/psiconv/parse_common.c, lib/psiconv/unicode.c: + (Frodo) Resolved a few spurious warnings + + * program/psiconv/gen_html4.c, program/psiconv/gen_xhtml.c: + (Frodo) Fixed compilation problem on newer systems: ffs was an already used + symbol. + +2005-02-25 Frodo Looijaard + + * ChangeLog, NEWS, configure.in, debian/changelog, program/psiconv-config/psiconv-config: + (Frodo) Update for 0.9.7 + + * configure.in, program/psiconv/magick-aux.c, program/psiconv/magick-aux.h: + (Frodo) Support ImageMagick 6 + + * INSTALL, NEWS, debian/changelog: (Frodo) Pending changes + +2005-02-25 21:36 frodo + + * configure.in, program/psiconv/magick-aux.c, + program/psiconv/magick-aux.h: (Frodo) Support ImageMagick 6 + +2005-02-25 19:34 frodo + + * INSTALL, NEWS, debian/changelog: (Frodo) Pending changes + +2004-04-30 00:14 frodo + + * ChangeLog, configure.in, lib/psiconv/Makefile.am, + program/psiconv-config/psiconv-config: (Frodo) Bump up the libary + version and program version + +2004-04-30 00:05 frodo + + * configure.in, program/psiconv/gen_image.c, + program/psiconv/magick-aux.h: (Frodo) Keep ImageMagick happy on + Solaris + + It needs a #include . + +2004-04-29 23:57 frodo + + * formats/html4_links.sh: (Frodo) And after the Solaris changes, it + now works again on Linux + + Don't you love shell scripting? + +2004-04-29 23:43 frodo + + * formats/: generate_html4.sh, html4_links.sh, index_html.sh: + (Frodo) Solaris /bin/sh compatibility updates + + /bin/sh on Solaris is just braindead, if you are used to bash (or + even Sun's ksh) + +2004-04-29 21:40 frodo + + * compat/Makefile.am, program/psiconv/gen_image.c: (Frodo) Solaris + build fixes + + * gen_image fixes (didn't I do these before?!?) + * Building shared libs + +2004-04-28 23:28 frodo + + * compat/Makefile.am: (Frodo) Fixed compat directory LIBOBJS + handling + + Mandated by newer autoconf/automake/libtool versions. + +2004-04-06 16:38 frodo + + * ChangeLog, NEWS, debian/changelog: (Frodo) Final 0.9.5 commit + +2004-04-06 16:27 frodo + + * ChangeLog, program/psiconv/psiconv.c: (Frodo) Fixed bug that made + compiling with gcc 2.95.x impossible + +2004-03-22 21:08 frodo + + * ChangeLog, configure.in, lib/psiconv/Makefile.am, + lib/psiconv/generate_image.c, lib/psiconv/parse_common.c, + program/psiconv-config/psiconv-config: (Frodo) Fix in color + generation algorithm + + * Update version to 0.9.5 + * Update patch level of library + * For greyscale pictures, white was translated as black. Not + good. + 2004-03-17 18:31 frodo * ChangeLog, NEWS, debian/changelog, lib/psiconv/Makefile.am: