richedit: Flip the big switch and encode actual CR and LF into end-of-paragraph runs.
commit4047df0f564786437cdf9a0712fbee603f5f3d2f
authorAlex Villacís Lasso <a_villacis@palosanto.com>
Sun, 27 Apr 2008 03:49:35 +0000 (26 22:49 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Apr 2008 12:55:15 +0000 (29 14:55 +0200)
tree0bb30acec8abc1cb7f3d5140e58c97a40e0e84cb
parent3a271386ec96a9c8468c01ac8251bdbc0d3c6a40
richedit: Flip the big switch and encode actual CR and LF into end-of-paragraph runs.

Document remaining uses of bEmulateVersion10 and other checks for CRLF in editor.c.
Make RTF reader emit a \r or a \r\n according to emulation, not a \n, which breaks streaming tests.
Remove todo_wine from a bunch of riched32 tests that now succeed.
dlls/riched20/caret.c
dlls/riched20/editor.c
dlls/riched20/reader.c
dlls/riched32/tests/editor.c