commit | 898068f3cebee6f7be343be3a9d0ab576e290bf6 | [log] [tgz] |
---|---|---|
author | Krzysztof Foltman <kfoltman@portal.onet.pl> | Fri Mar 11 10:24:56 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Mar 11 10:24:56 2005 +0000 |
tree | 38b4cc90ac2b24eb9a07678818d114de3939bbc6 | |
parent | 8971f06225d91019f74412a8ff4dc07aab88536e [diff] |
- 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.