source: trunk/changelog@ 6187

Last change on this file since 6187 was 6187, checked in by sandervl, 24 years ago

* empty log message *

File size: 3.5 KB
Line 
1/* $Id: changelog,v 1.1568 2001-07-06 19:04:05 sandervl Exp $ */
2
3 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
5 o GlobalAlloc must return pointers aligned at 8 byte boundary
6 (SDK docs + verified in NT4, SP6)
7 o Better checks in GlobalFree for invalid handles/pointers
8 (InvestmentView seems to call it with a GDI handle; why??)
9 o LocalReAlloc bugfix
10 - USER32: o Must return 16 bits icon & cursor handles
11 (fixes crash in Acrobat Reader 4)
12 - GDI32: o GetDIBits must only return color information when lpvBits
13 is not NULL.
14 (fixes Opera crash (heap corruption) with new heap code)
15 - PELDR: o Report error when file not found.
16
17 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
18 - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
19 o WinHelpA fixes (use shared memory for sending information
20 to winhlp32)
21 - KERNEL32: o Added GlobalFix and GlobalUnfix
22 o Local memory functions now use Global memory functions
23 o Ported Wine Global memory functions (we no longer depend
24 on Open32 for these)
25
26 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
27 - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
28 o VkKeyScanExA/W: call VkKeyScanA/W
29 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
33 (new) parent.
34 (Cool Edit Pro LE play buttons now at the right position)
35 o Send WM_SETICON to frame window with converted win32 icon
36 (application icon now visible in task list)
37 o Quick fix for window creation:
38 Before a window has processed WM_NCCREATE:
39 - GetTopWindow can't return that window handle
40 - GetWindow(parent, GW_CHILD) can't return that window handle
41 - IsChild works
42 TODO: Does this affect more functions?? (other GetWindow ops)
43 (verified in NT4, SP6)
44 TODO: Must add window to parent's child list after WM_NCCREATE
45 and rewrite GetWindow & GetTopWindow
46 (fix for crash in MP3 Explorer)
47
48 - GDI32: o Workaround for applications that depend on 16 bits
49 GDI object handles.
50 (TODO: must create our own 16 bits handles)
51 (fixes crash in Cool Edit Pro LE)
52
53 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
54 - KERNEL32: o Improoved the Unhandled exception message by
55 trying to provide modulename and some kind of obj/offset.
56 - FastDep: o (synced with OS2Tools) Make better use of data in evt.
57 existing .depend file so that only changed files are processed.
58
59 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
60 - KERNEL32: o Executable load fix
61 (fixes crash during RealPlayer 8 install)
62 o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
63 - USER32: o ToAscii & GetKeyboardState fixes
64 (for Putty keyboard input)
Note: See TracBrowser for help on using the repository browser.