Changeset 618 for trunk/changelog
- Timestamp:
- Aug 22, 1999, 1:12:29 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r616 r618 1 /* $Id: changelog,v 1.1 19 1999-08-22 08:33:37sandervl Exp $ */1 /* $Id: changelog,v 1.120 1999-08-22 11:12:29 sandervl Exp $ */ 2 2 3 3 99-08-22: Sander van Leeuwen <sandervl@xs4all.nl> 4 4 - KERNEL32: Moved CloseLogFile call to after DestroyTIB (fixes crashes 5 5 as WriteLog was still called in DestroyTIB & WriteOutProfiles) 6 - KERNEL32: Added exception handling code for each thread, entrypoint & 7 TLS callbach handler. 8 OS2ExceptionHandler (in exceptions.cpp) is registered as the 9 main exception handler. 10 NOTE: Still needs to call original win32 exception handler 11 from OS2ExceptionHandler. 6 12 - USER32/NEW: Changed WM_ERASEBKGND handling. Fixes FreeCell background. 7 13 (but might not be completely correct)
Note:
See TracChangeset
for help on using the changeset viewer.