source: trunk/changelog@ 6235

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

* empty log message *

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