Remove unused declaration.
[wine] / dlls / richedit / richedit.c
2005-02-24  Mike McCormackRemove unused declaration.
2005-02-14  Jason EdmeadesMake the edit field created from a richedit control...
2004-12-06  Robert ShearmanRemove unnecessary WNDPROC casts.
2004-08-27  Mike McCormackUse buffers rather than linked lists for input and...
2004-07-30  Jacek CabanAdded EM_SCROLLCARET definition in include/richedit...
2004-05-04  Ulrich CzekallaDelegates messages directly to the edit control window...
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-01-30  Mike McCormackRemove global variables from the richedit control.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-02-19  Duane ClarkA fix to get edit control scrolls bars to draw in the...
2003-01-30  Dan KegelOnly warn if message is >= WM_USER && < WM_APP.
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-08-16  Aric StewartSupport large edit buffers for richedit control.
2002-07-08  Duane ClarkAdd richedit support for a plain text stream.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-29  Patrik StridvallFixed some issues found by winapi_check.
2002-04-22  Chuck Crayne- Recognize "\n" as an alternative soft line break...
2002-04-02  Andreas MohrSpelling/error messages fixes.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-14  Daniel Walker- Added debugging.
2001-12-11  Jon GriffithsAdd exclusion defs & remaining funcs, remove internal...
2001-11-16  Jussi JumppanenAdded missing RichEdit defines.
2001-11-06  Guy Albertelli- Define rest of URL_ESCAPE... and other flags.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-02-14  François GougetMisc typos in comments.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-17  Alexandre JulliardCleaned up dll startup routines now that we have separa...
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-09-29  Francois GougetMoved DLLVERSIONINFO to shlwapi.h.
2000-07-16  Andreas MohrSpelling fixes.
2000-05-11  Patrik StridvallFixed issues found by winapi_check.
2000-05-07  Alexandre JulliardJean-Claude Batista