Changeset 5233 for trunk/changelog
- Timestamp:
- Feb 21, 2001, 7:13:41 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5216 r5233 1 /* $Id: changelog,v 1.1278 2001-02-20 17:21:35 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1279 2001-02-21 18:13:41 bird Exp $ */ 2 3 2000-02-20: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 4 - Win32k: o Moved calltabs to the code segments. Clears the 5 WriteProtect(WP) flag in CR0 to be able to do this. The flags 6 is of course restored when the calltabs are written. 7 o Completed callgate code. Though is not activated for SMP 8 kernels yet as I haven't tested that yet. 9 The callgate works just as any other callgate in OS2, it 10 calls kernel routines for entry and exit housekeeping. 11 o Updated the win32k library and header to accomodate this. 12 All IOCtl structures are changed. 13 So, Install the new the new Odin32 and reboot before using 14 it so the new win32k.sys is installed. 2 15 3 16 2001-02-20: Sander van Leeuwen <sandervl@xs4all.nl> 4 17 - USER32: o Fix for position of system menu in (mdi) child windows 5 o Use WinScrollWindow to scroll children again and manually 18 o Use WinScrollWindow to scroll children again and manually 6 19 notify children that they have moved. (PM only does this 7 20 for windows with CS_MOVENOTIFY class)
Note:
See TracChangeset
for help on using the changeset viewer.