Changeset 1840 for trunk/changelog
- Timestamp:
- Nov 25, 1999, 8:22:36 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1834 r1840 1 /* $Id: changelog,v 1.472 1999-11-24 19:34:24 sandervl Exp $ */ 1 /* $Id: changelog,v 1.473 1999-11-25 19:22:36 sandervl Exp $ */ 2 3 99-11-25: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: Removed hardcoded dependency on ADVAPI32 (cpu.cpp); fixes 5 logging of multiple apps. 6 - USER32: PUT BACK GetWindowContextHelpId & SetWindowContextHelpId 7 - USER32: Win32BaseWindow::SetParent bugfix (setparent(0)) 8 Changed broadcasting of messages. Check all valid window handles. 9 (TODO: Not efficient) 10 SetWindowLong (GWL_STYLE) fix; don't allow WS_VISIBLE or WS_CHILD 11 bit changes. (Wine does this and Pinball & Wordpad crash 12 if it is allowed) 13 Changed WM_SETREDRAW default handler to directly change 14 style (not call SetWindowLongA) 15 16 99-11-25: Edgar Buerkle <Edgar.Buerkle@gmx.net> 17 - KERNEL32: MultiByteToWideChar & WideCharToMultiByte Wine port (991031) 2 18 3 19 99-11-24: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.