source: trunk/changelog@ 6236

Last change on this file since 6236 was 6236, checked in by bird, 24 years ago

* empty log message *

File size: 6.2 KB
Line 
1/* $Id: changelog,v 1.1575 2001-07-08 03:58:58 bird Exp $ */
2
3 2001-07-08: knut st. osmundsen <kosmunds@csc.com>:
4 - KERNEL32: o Added call in initterm to tell win32k where the Odin32
5 environment block is. (Its in Open32, and I don't think
6 it is reallocated.)
7 o Added early initiation of Win32k loaded EXE. This corrected
8 problems with GetModuleHandleA returing -1 to MSVCRT.
9 - WIN32K: o Fixed environment block problem. The environment variables is
10 not updated in the original env.block. So, win32k needs to
11 be told where to find the Odin32 environment block to correctly
12 find dlls using the PATH.
13 o Corrected crosspage fixup bug.
14 o Set no internal fixups flag in LX header for most executables
15 in an attempt to convice OS/2 to load them where they wanna be
16 loaded (usually 0x00400000).
17 o Can now tell difference between the debug kernels.
18
19 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
20 - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
21 o Fixed GetAtomNameW
22 - GDI32: o Don't use Open32 IsBad* memory functions directly
23 - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
24 memory handles (due to Global memory api rewrite)
25
26 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
27 - WS2_32: o import WSAEventSelect from WSOCK32 (although a
28 Winsock 2.0 API, it makes more sense to be implemented
29 in the Winsock 1.1 stack)
30 o import WSAEnumNetworkEvents from WSOCK32 (same reason)
31 - WSOCK32: o enhanced WSAAsyncSelect processing to allow both
32 window handle and event semaphore notification
33 o implemented WSAEventSelect
34 o implemented WSAEnumNetworkEvents (not correct)
35
36 2001-07-07: knut st. osmundsen <kosmunds@csc.com>:
37 - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
38 to fix SYS2048 during RealPlayer install.
39 - WIN32K: o Fixed the DBExpert bug in the longdllname code.
40 BTW. Thanks to Randell at Sundial Systems and Alex Newman
41 for reporting this and begin very helpful tracking it down.
42 o The longdllname feature now differs from the OS/2 loader on
43 one points: <br>
44 It is able to find (DosQueryModuleHandle) for dlls using
45 internal names which includes the .DLL extention. <br>
46 The longdllname feature don't currently support names with
47 extention .DLL like extentions with base name lengths from
48 4-7 chars. I will fix this some day.<br>
49
50 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
51 - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
52 o GlobalAlloc must return pointers aligned at 8 byte boundary
53 (SDK docs + verified in NT4, SP6)
54 o Better checks in GlobalFree for invalid handles/pointers
55 (InvestmentView seems to call it with a GDI handle; why??)
56 o LocalReAlloc bugfix
57 - USER32: o Must return 16 bits icon & cursor handles
58 (fixes crash in Acrobat Reader 4)
59 - GDI32: o GetDIBits must only return color information when lpvBits
60 is not NULL.
61 (fixes Opera crash (heap corruption) with new heap code)
62 - PELDR: o Report error when file not found.
63
64 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
65 - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
66 o WinHelpA fixes (use shared memory for sending information
67 to winhlp32)
68 - KERNEL32: o Added GlobalFix and GlobalUnfix
69 o Local memory functions now use Global memory functions
70 o Ported Wine Global memory functions (we no longer depend
71 on Open32 for these)
72
73 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
74 - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
75 o VkKeyScanExA/W: call VkKeyScanA/W
76 o MapVirtualKeyExA/W: call MapVirtualKeyA/W
77 o SetParent bugfix; even though the win32 coordinates might
78 not change, the PM coordinates can. We must make sure the
79 child stays at the same position (y) relative to the
80 (new) parent.
81 (Cool Edit Pro LE play buttons now at the right position)
82 o Send WM_SETICON to frame window with converted win32 icon
83 (application icon now visible in task list)
84 o Quick fix for window creation:
85 Before a window has processed WM_NCCREATE:
86 - GetTopWindow can't return that window handle
87 - GetWindow(parent, GW_CHILD) can't return that window handle
88 - IsChild works
89 TODO: Does this affect more functions?? (other GetWindow ops)
90 (verified in NT4, SP6)
91 TODO: Must add window to parent's child list after WM_NCCREATE
92 and rewrite GetWindow & GetTopWindow
93 (fix for crash in MP3 Explorer)
94
95 - GDI32: o Workaround for applications that depend on 16 bits
96 GDI object handles.
97 (TODO: must create our own 16 bits handles)
98 (fixes crash in Cool Edit Pro LE)
99
100 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
101 - KERNEL32: o Improoved the Unhandled exception message by
102 trying to provide modulename and some kind of obj/offset.
103 - FastDep: o (synced with OS2Tools) Make better use of data in evt.
104 existing .depend file so that only changed files are processed.
105
106 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
107 - KERNEL32: o Executable load fix
108 (fixes crash during RealPlayer 8 install)
109 o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
110 - USER32: o ToAscii & GetKeyboardState fixes
111 (for Putty keyboard input)
Note: See TracBrowser for help on using the repository browser.