ChangeSet ID: 8610 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2003/06/27 15:47:16 Modified files: objects : text.c font.c include : gdi.h dlls/gdi : Makefile.in Added files: dlls/gdi : bidi.c Log message: Shachar Shemesh <wine-patches(a)shemesh.biz> Implementation of the reordering algorithm by calling ICU's reordering functions. Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8610 Old revision New revision Changes Path 1.52 1.53 +21 -28 wine/objects/text.c 1.100 1.101 +6 -88 wine/objects/font.c 1.80 1.81 +16 -0 wine/include/gdi.h 1.52 1.53 +1 -0 wine/dlls/gdi/Makefile.in Added 1.1 +0 -0 wine/dlls/gdi/bidi.c