ChangeSet ID: 16622 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/15 09:40:52
Modified files: dlls/riched20 : writer.c editor.c
Log message: Krzysztof Foltman kfoltman@portal.onet.pl - WM_COPY (and WM_CUT) can now put both Unicode and RTF format (thanks to Phil Krylov's RTF generator code). - New message implemented - WM_PASTE. - RTF reader: rtfPlain implemented (kind of). - RTF writer: rewritten main loop (the old one crashed in some circumstances when SFF_SELECTION was used).
Patch: http://cvs.winehq.org/patch.py?id=16622
Old revision New revision Changes Path 1.1 1.2 +35 -32 wine/dlls/riched20/writer.c 1.11 1.12 +114 -7 wine/dlls/riched20/editor.c