ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / riched20 / run.c
2006-08-08  Matt Finnicumriched20: Modify ME_CharFromPoint to work properly...
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-08-02  Krzysztof Foltmanriched20: Added short descriptions to functions in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-04  Phil Krylovriched20: Initial support for simple tables.
2006-02-04  Phil Krylovriched20: Removed an unused parameter.
2006-02-04  Phil Krylovriched20: Fixed undo stack corruption.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2006-01-10  Phil Krylovriched20: Speed up text insertion.
2005-10-10  Krzysztof FoltmanFixed EOL detection in ME_RunOfsFromCharOfs in 1.0...
2005-10-08  Krzysztof FoltmanSend verbose info to different debug channels (richedit...
2005-07-22  Phil KrylovFixed EM_GETCHARFORMAT for selection containing a singl...
2005-07-21  Phil KrylovAdded emulation of RichEdit 1.0 behaviour when the...
2005-05-16  Michael StefaniucChange an assert to a WARN.
2005-05-11  Ivan Leo PuotiFix crash in ME_GetRunSizeCommon(). Turn a FIXME into...
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-03-19  Krzysztof Foltman- made string operations consistent wrt whitespace...
2005-03-17  Krzysztof Foltman- RTF reader doesn't use RichEdit messages anymore...
2005-03-11  Krzysztof Foltman- EM_STREAMIN can now deal with undo in a reasonable...
2005-03-09  Krzysztof Foltman- Optimized repaint of the area below the text.
2005-03-09  Krzysztof FoltmanThe meaning of the rewrap flag got inverted (MEPF_REWRA...
2005-03-08  Krzysztof FoltmanOld font management replaced by the cache-based one...
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.