--- psiconv/trunk/NEWS 2003/11/27 11:43:51 173 +++ psiconv/trunk/NEWS 2004/02/08 22:44:29 204 @@ -1,13 +1,22 @@ -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, besides the config stuff). - Support automake 1.6 and 1.7 +0.9.1 20040409 Added the psiconv-config program. + Fixed the installation of @includedir@/psiconv/general.h + Added the forgotted psiconv_config_free function. + +0.9.0 20040404 New major library version number breaks source compatibility: + * All strings and characters are now stored in UCS-2 + * New config structure. + - Call psiconv_config_default and psiconv_config_read at the + start of your program + - Almost all functions have a new psiconv_config parameter + - All former global variables are now in this structure + * Several minor changes in the functions defined in + parse_routines.h and generate_routines.h + * All generate_* routines have now a lev parameter except + generate_file. + * psiconv_sketch_section data representation changes + * New verbosity level PSICONV_VERB_ERROR + Use config files /etc/psiconv.conf and ~/.psiconv.conf + Support automake 1.6, 1.7 and 1.8 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) @@ -15,10 +24,18 @@ 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. + Embedded objects in Word are now properly parsed and generated Sketch file generation is added (stand-alone and as object) - MBM file generation is added + MBM and Clipart file generation is added + Image files other than 2-bits greyscale are parsed and + generated (experimental) + Errors and warnings sanitized + Rewrite of the psiconv program: + * Outputs in UTF8, UCS2, ASCII or Psion encodings + * XHTML target generates strict XHTML using CSS + * HTML4 target generates traditional HTML without CSS + * IMAGE target remains the same + * LATEX and RTF targets are not supported anymore 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!),