--- psiconv/trunk/NEWS 2002/05/10 15:55:55 147 +++ psiconv/trunk/NEWS 2004/01/06 20:15:01 184 @@ -1,5 +1,28 @@ -0.8.4 2002???? Support autoconf-2.53, automake-1.6.1 +0.9.0 200401?? 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, besides the config stuff). + Use config files /etc/psiconv.conf and ~/.psiconv.conf + 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. + Sketch file generation is added (stand-alone and as object) + MBM and Clipart file generation is added + Image files other than 2-bits greyscale are parsed and + generated (experimental) + Errors and warnings sanitized 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!),