ChangeSet ID: 17110 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/16 05:48:35
Modified files: dlls/riched20 : wrap.c style.c run.c para.c paint.c editstr.h editor.h editor.c caret.c
Log message: Krzysztof Foltman wdev@foltman.com - removed trailing spaces from some files - tab support - indent support
Patch: http://cvs.winehq.org/patch.py?id=17110
Old revision New revision Changes Path 1.6 1.7 +42 -38 wine/dlls/riched20/wrap.c 1.3 1.4 +1 -0 wine/dlls/riched20/style.c 1.7 1.8 +118 -85 wine/dlls/riched20/run.c 1.3 1.4 +31 -2 wine/dlls/riched20/para.c 1.8 1.9 +5 -5 wine/dlls/riched20/paint.c 1.9 1.10 +7 -0 wine/dlls/riched20/editstr.h 1.13 1.14 +3 -3 wine/dlls/riched20/editor.h 1.23 1.24 +36 -2 wine/dlls/riched20/editor.c 1.8 1.9 +25 -5 wine/dlls/riched20/caret.c