--- psiconv/trunk/NEWS 2003/11/23 18:53:11 166 +++ psiconv/trunk/NEWS 2003/11/27 11:43:51 173 @@ -1,9 +1,12 @@ -0.9.0 200311?? New major library version number. Parse Changes are mostly in - psiconv_sketch_section definition. If you parse images, +0.9.0 200311?? New major library version number. You now need to call + psiconv_config_read and give the result as first parameter + to all parse and generate functions. All formerly global + variables are now in this config structure. Also some minor + psiconv_sketch_section changes. 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). + too, besides the config stuff). 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...) @@ -13,6 +16,9 @@ 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. + Sketch file generation is added (stand-alone and as object) + MBM file generation is added 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!),