Add a stub implementation of msi.MsiSetMode.
[wine] / dlls / riched20 / wrap.c
2005-07-06  Stefan HuehnerMake functions static to fix -Wmissing-declarations...
2005-07-05  Phil KrylovFixed an off-by-one error in EM_GETLINECOUNT handler.
2005-06-30  Phil KrylovImplemented EM_GETLINECOUNT RichEdit message.
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-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.