source: trunk/changelog@ 6298

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

* empty log message *

File size: 8.9 KB
Line 
1/* $Id: changelog,v 1.1587 2001-07-10 16:47:33 bird Exp $ */
2
3 2001-07-10: knut st. osmundsen <kosmunds@csc.com>:
4 - WIN32K: o Made DosKillProcessEx framework.
5 o Tried to fix missing unlocks of environment block.
6 - KERNEL32: o Tried to fix missing unlocks of environment block.
7
8 2001-07-09: knut st. osmundsen <kosmunds@csc.com>:
9 - CRTDLL: o When renaming dlls we still use the original importlibrary
10 and .def-file names. ORGTARGET exist for that purpose.
11 - NTDLL: o Link with crtdll.lib.
12 - VERSION: o Link with crtdll.lib.
13 - WIN32K: o Updated LieList with CrtDll -> CrtDll32 renaming.
14
15 2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
16 - KERNEL32: o Directly import registry functions from REGISTRY.DLL
17 - GDI32: o Never use object handle 0
18 (fixes bad icons in dialogs)
19 - USER32: o Same edit fix as applied yesterday, but this time for
20 single line edit control painting.
21 (Opera url editbox now displays selected text properly)
22
23 2001-07-08: Achim Hasenmueller <achimha@innotek.de>
24 - WSOCK32: o error message to human readable text translation
25 for WSASetLastError (debug version)
26 o implemented IPPROTO_IP support for setsockopt
27 (not fully done)
28 o reset semaphore in WSAEnumNetworkEvents
29 - USER32: o deleted user32\old. It is still in the CVS attic
30 so in case you need it, you can get it from CVS
31
32 2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
33 - USER32: o Some icon fixes
34 o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
35 jump back to last click position when moving the mouse
36 outside the scroll window during scrolling.
37 o Changed menu behaviour in OS/2 mode; no mouse tracking
38 when right or left mouse button not pressed.
39 o Clipboard (Get/SetClipboardData: must translated open32
40 to kernel32 global memory handles (due to Global memory
41 api rewrite)
42 o Key translation for arrow keys and insert/del, home/end, page up/down
43 added (WM_CHAR message translation)
44 o Edit control bugfix for drawing selected text
45 - KERNEL32: o More pointer checks added to GlobalLock/Unlock
46 o Add default rename entry for crtdll
47 o Fixed FS corruption in atom functions (wrapper for LookupAtom)
48 - CRTDLL: o Renamed to crtdll32 to avoid problems with some Lotus
49 apps that come with their own crtdll
50 - NTDLL: o Link with crtdll32.lib
51 - VERSION: o Link with crtdll32.lib
52 - SHLWAPI: o Link with crtdll32.lib
53 - PELDR: o Fix for file not found error
54
55 2001-07-08: knut st. osmundsen <kosmunds@csc.com>:
56 - KERNEL32: o Added call in initterm to tell win32k where the Odin32
57 environment block is. (Its in Open32, and I don't think
58 it is reallocated.)
59 o Added early initiation of Win32k loaded EXE. This corrected
60 problems with GetModuleHandleA returing -1 to MSVCRT.
61 - WIN32K: o Fixed environment block problem. The environment variables is
62 not updated in the original env.block. So, win32k needs to
63 be told where to find the Odin32 environment block to correctly
64 find dlls using the PATH.
65 o Corrected crosspage fixup bug.
66 o Set no internal fixups flag in LX header for most executables
67 in an attempt to convice OS/2 to load them where they wanna be
68 loaded (usually 0x00400000).
69 o Can now tell difference between the debug kernels.
70
71 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
72 - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
73 o Fixed GetAtomNameW
74 - GDI32: o Don't use Open32 IsBad* memory functions directly
75 - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
76 memory handles (due to Global memory api rewrite)
77
78 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
79 - WS2_32: o import WSAEventSelect from WSOCK32 (although a
80 Winsock 2.0 API, it makes more sense to be implemented
81 in the Winsock 1.1 stack)
82 o import WSAEnumNetworkEvents from WSOCK32 (same reason)
83 - WSOCK32: o enhanced WSAAsyncSelect processing to allow both
84 window handle and event semaphore notification
85 o implemented WSAEventSelect
86 o implemented WSAEnumNetworkEvents (not correct)
87
88 2001-07-07: knut st. osmundsen <kosmunds@csc.com>:
89 - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
90 to fix SYS2048 during RealPlayer install.
91 - WIN32K: o Fixed the DBExpert bug in the longdllname code.
92 BTW. Thanks to Randell at Sundial Systems and Alex Newman
93 for reporting this and begin very helpful tracking it down.
94 o The longdllname feature now differs from the OS/2 loader on
95 one points: <br>
96 It is able to find (DosQueryModuleHandle) for dlls using
97 internal names which includes the .DLL extention. <br>
98 The longdllname feature don't currently support names with
99 extention .DLL like extentions with base name lengths from
100 4-7 chars. I will fix this some day.<br>
101
102 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
103 - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
104 o GlobalAlloc must return pointers aligned at 8 byte boundary
105 (SDK docs + verified in NT4, SP6)
106 o Better checks in GlobalFree for invalid handles/pointers
107 (InvestmentView seems to call it with a GDI handle; why??)
108 o LocalReAlloc bugfix
109 - USER32: o Must return 16 bits icon & cursor handles
110 (fixes crash in Acrobat Reader 4)
111 - GDI32: o GetDIBits must only return color information when lpvBits
112 is not NULL.
113 (fixes Opera crash (heap corruption) with new heap code)
114 - PELDR: o Report error when file not found.
115
116 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
117 - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
118 o WinHelpA fixes (use shared memory for sending information
119 to winhlp32)
120 - KERNEL32: o Added GlobalFix and GlobalUnfix
121 o Local memory functions now use Global memory functions
122 o Ported Wine Global memory functions (we no longer depend
123 on Open32 for these)
124
125 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
126 - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
127 o VkKeyScanExA/W: call VkKeyScanA/W
128 o MapVirtualKeyExA/W: call MapVirtualKeyA/W
129 o SetParent bugfix; even though the win32 coordinates might
130 not change, the PM coordinates can. We must make sure the
131 child stays at the same position (y) relative to the
132 (new) parent.
133 (Cool Edit Pro LE play buttons now at the right position)
134 o Send WM_SETICON to frame window with converted win32 icon
135 (application icon now visible in task list)
136 o Quick fix for window creation:
137 Before a window has processed WM_NCCREATE:
138 - GetTopWindow can't return that window handle
139 - GetWindow(parent, GW_CHILD) can't return that window handle
140 - IsChild works
141 TODO: Does this affect more functions?? (other GetWindow ops)
142 (verified in NT4, SP6)
143 TODO: Must add window to parent's child list after WM_NCCREATE
144 and rewrite GetWindow & GetTopWindow
145 (fix for crash in MP3 Explorer)
146
147 - GDI32: o Workaround for applications that depend on 16 bits
148 GDI object handles.
149 (TODO: must create our own 16 bits handles)
150 (fixes crash in Cool Edit Pro LE)
151
152 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
153 - KERNEL32: o Improoved the Unhandled exception message by
154 trying to provide modulename and some kind of obj/offset.
155 - FastDep: o (synced with OS2Tools) Make better use of data in evt.
156 existing .depend file so that only changed files are processed.
157
158 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
159 - KERNEL32: o Executable load fix
160 (fixes crash during RealPlayer 8 install)
161 o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
162 - USER32: o ToAscii & GetKeyboardState fixes
163 (for Putty keyboard input)
Note: See TracBrowser for help on using the repository browser.