Removed all direct calls to MONTHCAL_Refresh() and replaced with
[wine] / scheduler / debugger.c
2000-05-23  Andreas MohrUse WARN() instead of TRACE() in DebugOutputA().
2000-03-10  Alexandre JulliardAdded specific routines for OUTPUT_DEBUG_STRING and...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-03-08  Alexandre JulliardGenerate CREATE_PROCESS/THREAD debug events internally...
2000-01-20  Alexandre JulliardAdded Get/SetThreadContext support through the server.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-24  Alexandre JulliardAdded current context to the exception debug event...
1999-11-10  Ulrich WeigandBugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter...
1999-10-24  Ulrich CzekallaNew channel 'debugstr' used to print OutputDebugString...
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-07-20  Alexandre JulliardDo not output text in OutputDebugStrAW when not being...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-05-23  Alexandre JulliardImplemented the Win32 debug API functions.