1 | /* $Id: changelog,v 1.1565 2001-07-05 18:07:47 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
4 | - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
|
---|
5 | - KERNEL32: o Added GlobalFix and GlobalUnfix
|
---|
6 | o Local memory functions now use Global memory functions
|
---|
7 | o Ported Wine Global memory functions (we no longer depend
|
---|
8 | on Open32 for these)
|
---|
9 |
|
---|
10 | 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
11 | - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
|
---|
12 | o VkKeyScanExA/W: call VkKeyScanA/W
|
---|
13 | o MapVirtualKeyExA/W: call MapVirtualKeyA/W
|
---|
14 | o SetParent bugfix; even though the win32 coordinates might
|
---|
15 | not change, the PM coordinates can. We must make sure the
|
---|
16 | child stays at the same position (y) relative to the
|
---|
17 | (new) parent.
|
---|
18 | (Cool Edit Pro LE play buttons now at the right position)
|
---|
19 | o Send WM_SETICON to frame window with converted win32 icon
|
---|
20 | (application icon now visible in task list)
|
---|
21 | o Quick fix for window creation:
|
---|
22 | Before a window has processed WM_NCCREATE:
|
---|
23 | - GetTopWindow can't return that window handle
|
---|
24 | - GetWindow(parent, GW_CHILD) can't return that window handle
|
---|
25 | - IsChild works
|
---|
26 | TODO: Does this affect more functions?? (other GetWindow ops)
|
---|
27 | (verified in NT4, SP6)
|
---|
28 | TODO: Must add window to parent's child list after WM_NCCREATE
|
---|
29 | and rewrite GetWindow & GetTopWindow
|
---|
30 | (fix for crash in MP3 Explorer)
|
---|
31 |
|
---|
32 | - GDI32: o Workaround for applications that depend on 16 bits
|
---|
33 | GDI object handles.
|
---|
34 | (TODO: must create our own 16 bits handles)
|
---|
35 | (fixes crash in Cool Edit Pro LE)
|
---|
36 |
|
---|
37 | 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
|
---|
38 | - KERNEL32: o Improoved the Unhandled exception message by
|
---|
39 | trying to provide modulename and some kind of obj/offset.
|
---|
40 | - FastDep: o (synced with OS2Tools) Make better use of data in evt.
|
---|
41 | existing .depend file so that only changed files are processed.
|
---|
42 |
|
---|
43 | 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
44 | - KERNEL32: o Executable load fix
|
---|
45 | (fixes crash during RealPlayer 8 install)
|
---|
46 | o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
|
---|
47 | - USER32: o ToAscii & GetKeyboardState fixes
|
---|
48 | (for Putty keyboard input)
|
---|