riched20: EM_GETMODIFY should not report modification after WM_SETTEXT (fixes todo_wine).
[wine] / dlls / riched20 / style.c
2007-09-27  Alex Villacís Lassoriched20: EM_SETCHARFORMAT must return 0, not assert...
2007-08-17  Andrew Talbotriched20: Constify some variables.
2007-01-24  Andrew Talbotriched20: Declare some functions static.
2006-08-17  Matt Finnicumriched20: Send EN_LINK notifications. Properly underlin...
2006-07-17  Krzysztof Foltmanriched20: WM_SETFONT support.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-01  Phil Krylovriched20: Fixed font cache corruption.
2006-01-31  Phil Krylovriched20: Added support for hidden text.
2005-10-12  Krzysztof Foltman- Style trace information is written to different debug...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-07-24  Phil KrylovAdded EM_GETZOOM and EM_SETZOOM RichEdit message handlers.
2005-06-12  Krzysztof Foltman- added support for \ulnone (turning underline off)
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-11  Krzysztof Foltman- EM_STREAMIN can now deal with undo in a reasonable...
2005-03-08  Krzysztof FoltmanOld font management replaced by the cache-based one...
2005-03-05  Krzysztof FoltmanInitial implementation of riched20.