ChangeSet ID: 19048 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/07/21 05:33:33
Modified files: dlls/riched20 : writer.c run.c para.c editstr.h editor.c caret.c
Log message: Phil Krylov phil@newstar.rinet.ru Added emulation of RichEdit 1.0 behaviour when the 1.0 window class is being used. This emulation (introduced in M$ RichEdit 3.0) counts paragraph endings as 2 characters (CR+LF) instead of 1 (CR).
Patch: http://cvs.winehq.org/patch.py?id=19048
Old revision New revision Changes Path 1.9 1.10 +2 -0 wine/dlls/riched20/writer.c 1.10 1.11 +4 -1 wine/dlls/riched20/run.c 1.4 1.5 +8 -6 wine/dlls/riched20/para.c 1.11 1.12 +1 -0 wine/dlls/riched20/editstr.h 1.41 1.42 +12 -1 wine/dlls/riched20/editor.c 1.11 1.12 +17 -10 wine/dlls/riched20/caret.c