--- psiconv/trunk/NEWS 2000/12/13 16:30:21 63 +++ psiconv/trunk/NEWS 2003/11/23 21:47:24 167 @@ -1,11 +1,50 @@ -0.6.3 200012?? Made libpsiconv C++ compatible. +0.9.0 200311?? New major library version number. Parse Changes are mostly in + psiconv_sketch_section definition. If you parse images, + you will have to take a quick look there. Others should + be safe (unless they use routines in parse_routines.h or + gen_routines.h; there have been a few minor changes there + too). + Support automake 1.6 and 1.7 + Support autoconf-2.50 and up + Support ImageMagick 5.4.x and 5.5.x (API changed once again...) + Support Unicode output in psiconv program (Keita Kawabe) + Don't use features not present in plain sh (Keita Kawabe) + Clean up some automake-related stuff. + Format documentation is now installed too. + Debian build support + Embedded objects in Word are now properly parsed. + Embedded objects in Word are now properly generated. +0.8.3 20020129 Extended sheet parsing support in library: + all non-graph parts are now parsed. + Support autoconf-2.52, libtool-1.4.2 (needs patch!), + automake-1.5 + Support ImageMagick-5.4.2-2 (older may not work) + Fix header/footer potential segfault + Fix large list-related memory leak and several smaller ones. +0.8.2 20010717 Some sheet parsing support in library, for from complete, + but good enough for basic Gnumeric support + Added autogen.sh + autoconf-2.50, automake-1.4-p4 +0.8.1 20010110 New enum screenfont_t + New program rewrite in extra + Added psiconv_empty_* functions + Fixed a few minor generation bugs +0.8.0 20001228 Fixed style inheritance from Normal + Fixed warnings in layouts + Added generation routines to libpsiconv + Upgraded documentation to version 2.6 + Fixed several minor parse-related issues +0.7.1 20001218 Maintenance release to be used with Abiword. + Set proper interline defaults. +0.7.0 20001215 Made libpsiconv C++ compatible. general.h is now installed properly (oops...) - Revamped package directory structure and files + Revamped package directory structure and files. Include files contain now the correct paths. Fixed a nasty typo; larger files should now work. - It seems psiconv_verbosity was never defined - Added message printing hook for applications to capture - Made the library smart enough to handle problems gracefully + It seems psiconv_verbosity was never defined. + Added message printing hook for applications to capture. + All result codes are now tested, library is much more robust. + Some internal data fields have been renamed. 0.6.2 20001021 ImageMagick 5 now works. I hope. 0.6.1 19991204 Added Clipart files. Several pictures in one file are now handled correctly.