riched20: Do not call callback when no data needs to be flushed.
[wine] / dlls / riched20 / string.c
2009-05-15  Francois Gougetriched20: ME_MakeString() is unused so remove it.
2009-02-09  Dylan Smithrichedit: Removed ME_StrRelPos, ME_StrRelPos2, & ME_Pos...
2009-02-09  Dylan Smithrichedit: Got rid of ME_GetCharFwd and ME_GetCharBack.
2009-02-09  Dylan Smithrichedit: Removed ME_StrLen and ME_StrVLen field access...
2009-02-09  Dylan Smithrichedit: Got rid of useless function ME_VPosToPos.
2009-02-09  Dylan Smithrichedit: Avoid duplication in make string functions...
2009-02-09  Dylan Smithrichedit: Prevent string trunction due to NULL characters.
2009-01-30  Michael Stefaniucriched20: Remove superfluous pointer casts.
2009-01-28  Dylan Smithrichedit: Actually store end of line string for end...
2009-01-19  Andrew Talbotriched20: Declare some functions static.
2008-11-04  Michael Stefaniucriched20: Remove superflous casts.
2008-10-23  Dylan Smithrichedit: Fixed the call to the EditWordBreakProc.
2008-06-26  Dylan Smithrichedit: Fixed a bug preventing NULL pointers from...
2008-06-26  Dylan Smithrichedit: Fixed the forward word movement bug.
2007-08-16  Andrew Talbotriched20: Constify some variables.
2007-06-22  Michael Stefaniucriched20: Do not use wide character constants.
2007-05-02  Dmitry Timoshkovriched20: Add the tests for EM_SETTEXTEX/EM_GETTEXTEX...
2007-03-22  Dmitry Timoshkovriched20: Split unicode and ansi window procs, handle...
2006-11-06  Mike McCormackriched20: Fix one more memory leak.
2006-08-05  Matt Finnicumriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWO...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-12  Phil Krylovriched20: Initial support for word break callback proce...
2006-01-10  Phil Krylovriched20: Allow NUL characters.
2006-01-09  Phil Krylovriched20: Simplified logic in ME_StrRelPos().
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-05  Krzysztof FoltmanInitial implementation of riched20.