- WM_COPY (and WM_CUT) can now put both Unicode and RTF format (thanks
commitd4cf45e3f1bc366b6888594711966c1e679f551f
authorKrzysztof Foltman <kfoltman@portal.onet.pl>
Tue, 15 Mar 2005 15:40:52 +0000 (15 15:40 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Mar 2005 15:40:52 +0000 (15 15:40 +0000)
tree6aaa3d348bad88556838873c987154362660d6e3
parent7f6536c504f2c0a9a49d7b1e4178c1e9cf4fd584
- 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).
dlls/riched20/editor.c
dlls/riched20/writer.c