- EM_STREAMIN can now deal with undo in a reasonable manner (no
commit898068f3cebee6f7be343be3a9d0ab576e290bf6
authorKrzysztof Foltman <kfoltman@portal.onet.pl>
Fri, 11 Mar 2005 10:24:56 +0000 (11 10:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 11 Mar 2005 10:24:56 +0000 (11 10:24 +0000)
tree38b4cc90ac2b24eb9a07678818d114de3939bbc6
parent8971f06225d91019f74412a8ff4dc07aab88536e
- EM_STREAMIN can now deal with undo in a reasonable manner (no
  multiple undo actions in one EM_STREAMIN).
- Related changes to undo code (umIgnore mode is now handled
  correctly).
- Numerous improvements in the RTF reader: it reads some character
  attributes now (you will have proper small print in license agreements
  now).
- Fixed a memory overwrite bug in conversion from CHARFORMAT2A to
  CHARFORMAT2W.
dlls/riched20/editor.c
dlls/riched20/reader.c
dlls/riched20/run.c
dlls/riched20/style.c
dlls/riched20/undo.c