Changeset 9295 for trunk/changelog
- Timestamp:
- Sep 26, 2002, 6:02:33 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r9293 r9295 1 /* $Id: changelog,v 1.2321 2002-09-24 15:15:48 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2322 2002-09-26 16:02:33 sandervl Exp $ */ 2 3 2002-09-26: Sander van Leeuwen <sandervl@innotek > 4 - KERNEL32: o OS/2 Physical partition names have base 1 (0 for win32) 5 o Convert ERROR_PATH_NOT_FOUND to ERROR_FILE_NOT_FOUND in 6 OSLibDosCreateFile 7 o IOCTL_DISK_GET_DRIVE_GEOMETRY fix for physical drive 8 o Fixed return value for FindNextVolumeMountPointA/W 9 o Fixed read & write for unmounted volumes; must update 10 current file position manually & check for boundaries 11 - WINMM: o Fixed debug wrapper logging 12 - USER32: o WM_ADJUSTFRAMEPOS: 13 The PM frame control changes the z-order of a child window 14 if it receives focus after a window has been destroyed 15 We can't let this happen as this breaks assumptions 16 elsewhere (e.g. GetNextDlgGroupItem) 17 By returning 0 here, we prevent the default frame handler 18 from messing things up. (one example is a group of radio buttons) 2 19 3 20 2002-09-24: Vit Timchishin <tivv@ukr >
Note:
See TracChangeset
for help on using the changeset viewer.