--- psiconv/trunk/NEWS 2000/12/20 22:07:49 70 +++ psiconv/trunk/NEWS 2004/02/02 20:43:04 192 @@ -1,4 +1,57 @@ -0.7.2 200012?? Fixed style inheritance from Normal +0.9.0 200401?? 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 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 and 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 + 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!), + 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.