From: Fridrich S. <str...@us...> - 2010-06-17 20:14:13
|
Update of /cvsroot/libwpd/libwpd2 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13820 Modified Files: CHANGES Log Message: Fix greek charset in WP5 (patch Johannes Poehlmann) Index: CHANGES =================================================================== RCS file: /cvsroot/libwpd/libwpd2/CHANGES,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- CHANGES 13 Oct 2007 21:37:51 -0000 1.80 +++ CHANGES 17 Jun 2010 20:14:05 -0000 1.81 @@ -1,6 +1,18 @@ CHANGES: 0.8.x - 0.9.0 - Conversion of annotations/comments in WP6 parser (Fridrich) +- Conversion of annotations/comments in WP6 parser (Fridrich) +- fix some greek characters so that Text written in WP5.1 with Printer Polyglott + convert correct. + - replace lunate small sigma with small stigma + - replate one occurence of capital Sigma by lunate capital sigma + - replace one occurence of capital Ypsilon by small eta with tonos + - replace variant of small rho by rho with tonos + +0.8.13 - 0.8.14 +- Fix some warnings due to unused variables +- Fix a warning due to a name hiding. +- Fix two loops with corrupted documents (Thank you, sum1!) 0.8.12 - 0.8.13 - Implement readahead in the WPXStreamImplementation class (Jan Holesovsky, Fridrich) |