Changeset 6194 for trunk/changelog
- Timestamp:
- Jul 7, 2001, 7:03:16 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6187 r6194 1 /* $Id: changelog,v 1.1568 2001-07-06 19:04:05 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1569 2001-07-07 05:03:16 bird Exp $ */ 2 3 2001-07-03: knut st. osmundsen <kosmunds@csc.com>: 4 - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback 5 to fix SYS2048 during RealPlayer install. 6 - WIN32K: o Fixed the DBExpert bug in the longdllname code. 7 BTW. Thanks to Randell at Sunnidal Systems and Alex Newman 8 for reporting this and begin very helpful tracking it down. 9 o The longdllname feature now differs from the OS/2 loader on 10 one points: <br> 11 It is able to find (DosQueryModuleHandle) for dlls using 12 internal names which includes the .DLL extention. <br> 13 The longdllname feature don't currently support names with 14 extention .DLL like extentions with base name lengths from 15 4-7 chars. I will fix this some day.<br> 2 16 3 17 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl> … … 28 42 o VkKeyScanExA/W: call VkKeyScanA/W 29 43 o MapVirtualKeyExA/W: call MapVirtualKeyA/W 30 o SetParent bugfix; even though the win32 coordinates might 31 not change, the PM coordinates can. We must make sure the 32 child stays at the same position (y) relative to the 44 o SetParent bugfix; even though the win32 coordinates might 45 not change, the PM coordinates can. We must make sure the 46 child stays at the same position (y) relative to the 33 47 (new) parent. 34 48 (Cool Edit Pro LE play buttons now at the right position)
Note:
See TracChangeset
for help on using the changeset viewer.