Cast time_t to long for printing.
[wine] / dlls / richedit /
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-18  Vincent BéronGet rid of the vararg and generic stuff.
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-09-23  Patrik StridvallCleaned up the code so it would be easier to parse...
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-08-28  Patrik StridvallRemoved trailing white space.
2002-08-16  Aric StewartSupport large edit buffers for richedit control.
2002-08-09  Andriy PalamarchukImproved richedit headers.
2002-07-08  Duane ClarkAdd richedit support for a plain text stream.
2002-06-28  Gregg MattinsonRemoved C++ style comments.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
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-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
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-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Patrik StridvallDon't include windows.h internally.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-29  Dimitrie O. PaunFixed a few compilation warnings
2000-09-29  Francois GougetMoved DLLVERSIONINFO to shlwapi.h.
2000-08-08  Alexandre JulliardSmall dll interfaces cleanups.
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-16  Andreas MohrSpelling fixes.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-08  Alexandre JulliardSimplified wrc flags handling.
2000-05-11  Patrik StridvallFixed issues found by winapi_check.
2000-05-07  Alexandre JulliardJean-Claude Batista
2000-05-03  Hidenori TakeshimaAdded stubs for riched32.dll.