1 | /* $Id: changelog,v 1.1605 2001-07-16 07:41:51 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2001-07-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
4 | - KERNEL32: o RegEnumKeyExW fix (lpszClass can be NULL)
|
---|
5 |
|
---|
6 | 2001-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
7 | - COMDLG32: o Ported Wine printer dialog code (inactive due to missing
|
---|
8 | functions in winspool)
|
---|
9 | - USER32: o Translate WM_VSCROLL & WM_HSCROLL
|
---|
10 | o Do not use imports not available in Warp 3's PMWINX
|
---|
11 | (WaitForInputIdle & GetAsyncKeyState)
|
---|
12 | o There is no close button in Warp 3 (OS/2 look & feel)
|
---|
13 | - KERNEL32: o Do not call WaitForInputIdle in WinExec on Warp 3 systems.
|
---|
14 |
|
---|
15 | 2001-07-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
16 | - PELDR: o Fix for parsing cmd line consisting of directory with spaces
|
---|
17 | - USER32: o Get menu font from os2.ini (OS/2 look & feel)
|
---|
18 | o Full window drag now works for Odin windows
|
---|
19 | - GDI32: o Implemented StartDocW
|
---|
20 |
|
---|
21 | 2001-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
22 | - COMDLG32: o Fix for windows 3.1 style file dialog
|
---|
23 | - COMCTL32: o Bad listview pointer checks cause crashes in details
|
---|
24 | view of file dialogs
|
---|
25 | (TODO: Details view is still not right)
|
---|
26 | - KERNEL32: o Check for NULL pointer in lstrlenA/W
|
---|
27 | (fixes crash during AutoCAD 14 install)
|
---|
28 | - USER32: o Removed very old check for negative x or y coordinates during
|
---|
29 | window creation.
|
---|
30 | (file open dialog in InstallShield doesn't show weird edit control
|
---|
31 | anymore and the MS Word 97 main window looks better now)
|
---|
32 | o RegisterClassA/W: check icon first before copying it
|
---|
33 | (gets rid of some annoying warnings in the logfile)
|
---|
34 | - GDI32: o Change BITMAPINFO height if negative
|
---|
35 | (fixes failing StretchDIBits calls with Matrox display driver)
|
---|
36 |
|
---|
37 | 2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
38 | - KERNEL32: o Atom fixes
|
---|
39 | - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject &
|
---|
40 | GetActiveObject from Wine.
|
---|
41 |
|
---|
42 | 2001-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
43 | - COMDLG32: o Don't clear filename when selecting of switching
|
---|
44 | directory is file open/save dialog.
|
---|
45 |
|
---|
46 | 2001-07-10: knut st. osmundsen <kosmunds@csc.com>:
|
---|
47 | - WIN32K: o Made DosKillProcessEx framework.
|
---|
48 | o Tried to fix missing unlocks of environment block.
|
---|
49 | - KERNEL32: o Tried to fix missing unlocks of environment block.
|
---|
50 | o Fixed module not found problem when a Pe2Lx is dynamically
|
---|
51 | loaded several times.
|
---|
52 | o Defined env.var. ODIN32.FAIL_IF_UNREGISTEREDLX to make
|
---|
53 | LoadLibraryEx fail on unregistered LX dlls. This will fix
|
---|
54 | the most annoying int 3's when starting Opera on debug Odin.
|
---|
55 | (Two int 3 per netscape/2 plugin checked.)
|
---|
56 |
|
---|
57 | 2001-07-09: knut st. osmundsen <kosmunds@csc.com>:
|
---|
58 | - CRTDLL: o When renaming dlls we still use the original importlibrary
|
---|
59 | and .def-file names. ORGTARGET exist for that purpose.
|
---|
60 | - NTDLL: o Link with crtdll.lib.
|
---|
61 | - VERSION: o Link with crtdll.lib.
|
---|
62 | - WIN32K: o Updated LieList with CrtDll -> CrtDll32 renaming.
|
---|
63 |
|
---|
64 | 2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
65 | - KERNEL32: o Directly import registry functions from REGISTRY.DLL
|
---|
66 | - GDI32: o Never use object handle 0
|
---|
67 | (fixes bad icons in dialogs)
|
---|
68 | - USER32: o Same edit fix as applied yesterday, but this time for
|
---|
69 | single line edit control painting.
|
---|
70 | (Opera url editbox now displays selected text properly)
|
---|
71 |
|
---|
72 | 2001-07-08: Achim Hasenmueller <achimha@innotek.de>
|
---|
73 | - WSOCK32: o error message to human readable text translation
|
---|
74 | for WSASetLastError (debug version)
|
---|
75 | o implemented IPPROTO_IP support for setsockopt
|
---|
76 | (not fully done)
|
---|
77 | o reset semaphore in WSAEnumNetworkEvents
|
---|
78 | - USER32: o deleted user32\old. It is still in the CVS attic
|
---|
79 | so in case you need it, you can get it from CVS
|
---|
80 |
|
---|
81 | 2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
82 | - USER32: o Some icon fixes
|
---|
83 | o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
|
---|
84 | jump back to last click position when moving the mouse
|
---|
85 | outside the scroll window during scrolling.
|
---|
86 | o Changed menu behaviour in OS/2 mode; no mouse tracking
|
---|
87 | when right or left mouse button not pressed.
|
---|
88 | o Clipboard (Get/SetClipboardData: must translated open32
|
---|
89 | to kernel32 global memory handles (due to Global memory
|
---|
90 | api rewrite)
|
---|
91 | o Key translation for arrow keys and insert/del, home/end, page up/down
|
---|
92 | added (WM_CHAR message translation)
|
---|
93 | o Edit control bugfix for drawing selected text
|
---|
94 | - KERNEL32: o More pointer checks added to GlobalLock/Unlock
|
---|
95 | o Add default rename entry for crtdll
|
---|
96 | o Fixed FS corruption in atom functions (wrapper for LookupAtom)
|
---|
97 | - CRTDLL: o Renamed to crtdll32 to avoid problems with some Lotus
|
---|
98 | apps that come with their own crtdll
|
---|
99 | - NTDLL: o Link with crtdll32.lib
|
---|
100 | - VERSION: o Link with crtdll32.lib
|
---|
101 | - SHLWAPI: o Link with crtdll32.lib
|
---|
102 | - PELDR: o Fix for file not found error
|
---|
103 |
|
---|
104 | 2001-07-08: knut st. osmundsen <kosmunds@csc.com>:
|
---|
105 | - KERNEL32: o Added call in initterm to tell win32k where the Odin32
|
---|
106 | environment block is. (Its in Open32, and I don't think
|
---|
107 | it is reallocated.)
|
---|
108 | o Added early initiation of Win32k loaded EXE. This corrected
|
---|
109 | problems with GetModuleHandleA returing -1 to MSVCRT.
|
---|
110 | - WIN32K: o Fixed environment block problem. The environment variables is
|
---|
111 | not updated in the original env.block. So, win32k needs to
|
---|
112 | be told where to find the Odin32 environment block to correctly
|
---|
113 | find dlls using the PATH.
|
---|
114 | o Corrected crosspage fixup bug.
|
---|
115 | o Set no internal fixups flag in LX header for most executables
|
---|
116 | in an attempt to convice OS/2 to load them where they wanna be
|
---|
117 | loaded (usually 0x00400000).
|
---|
118 | o Can now tell difference between the debug kernels.
|
---|
119 |
|
---|
120 | 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
121 | - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
|
---|
122 | o Fixed GetAtomNameW
|
---|
123 | - GDI32: o Don't use Open32 IsBad* memory functions directly
|
---|
124 | - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
|
---|
125 | memory handles (due to Global memory api rewrite)
|
---|
126 |
|
---|
127 | 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
|
---|
128 | - WS2_32: o import WSAEventSelect from WSOCK32 (although a
|
---|
129 | Winsock 2.0 API, it makes more sense to be implemented
|
---|
130 | in the Winsock 1.1 stack)
|
---|
131 | o import WSAEnumNetworkEvents from WSOCK32 (same reason)
|
---|
132 | - WSOCK32: o enhanced WSAAsyncSelect processing to allow both
|
---|
133 | window handle and event semaphore notification
|
---|
134 | o implemented WSAEventSelect
|
---|
135 | o implemented WSAEnumNetworkEvents (not correct)
|
---|
136 |
|
---|
137 | 2001-07-07: knut st. osmundsen <kosmunds@csc.com>:
|
---|
138 | - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
|
---|
139 | to fix SYS2048 during RealPlayer install.
|
---|
140 | - WIN32K: o Fixed the DBExpert bug in the longdllname code.
|
---|
141 | BTW. Thanks to Randell at Sundial Systems and Alex Newman
|
---|
142 | for reporting this and begin very helpful tracking it down.
|
---|
143 | o The longdllname feature now differs from the OS/2 loader on
|
---|
144 | one points: <br>
|
---|
145 | It is able to find (DosQueryModuleHandle) for dlls using
|
---|
146 | internal names which includes the .DLL extention. <br>
|
---|
147 | The longdllname feature don't currently support names with
|
---|
148 | extention .DLL like extentions with base name lengths from
|
---|
149 | 4-7 chars. I will fix this some day.<br>
|
---|
150 |
|
---|
151 | 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
152 | - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
|
---|
153 | o GlobalAlloc must return pointers aligned at 8 byte boundary
|
---|
154 | (SDK docs + verified in NT4, SP6)
|
---|
155 | o Better checks in GlobalFree for invalid handles/pointers
|
---|
156 | (InvestmentView seems to call it with a GDI handle; why??)
|
---|
157 | o LocalReAlloc bugfix
|
---|
158 | - USER32: o Must return 16 bits icon & cursor handles
|
---|
159 | (fixes crash in Acrobat Reader 4)
|
---|
160 | - GDI32: o GetDIBits must only return color information when lpvBits
|
---|
161 | is not NULL.
|
---|
162 | (fixes Opera crash (heap corruption) with new heap code)
|
---|
163 | - PELDR: o Report error when file not found.
|
---|
164 |
|
---|
165 | 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
166 | - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
|
---|
167 | o WinHelpA fixes (use shared memory for sending information
|
---|
168 | to winhlp32)
|
---|
169 | - KERNEL32: o Added GlobalFix and GlobalUnfix
|
---|
170 | o Local memory functions now use Global memory functions
|
---|
171 | o Ported Wine Global memory functions (we no longer depend
|
---|
172 | on Open32 for these)
|
---|
173 |
|
---|
174 | 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
175 | - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
|
---|
176 | o VkKeyScanExA/W: call VkKeyScanA/W
|
---|
177 | o MapVirtualKeyExA/W: call MapVirtualKeyA/W
|
---|
178 | o SetParent bugfix; even though the win32 coordinates might
|
---|
179 | not change, the PM coordinates can. We must make sure the
|
---|
180 | child stays at the same position (y) relative to the
|
---|
181 | (new) parent.
|
---|
182 | (Cool Edit Pro LE play buttons now at the right position)
|
---|
183 | o Send WM_SETICON to frame window with converted win32 icon
|
---|
184 | (application icon now visible in task list)
|
---|
185 | o Quick fix for window creation:
|
---|
186 | Before a window has processed WM_NCCREATE:
|
---|
187 | - GetTopWindow can't return that window handle
|
---|
188 | - GetWindow(parent, GW_CHILD) can't return that window handle
|
---|
189 | - IsChild works
|
---|
190 | TODO: Does this affect more functions?? (other GetWindow ops)
|
---|
191 | (verified in NT4, SP6)
|
---|
192 | TODO: Must add window to parent's child list after WM_NCCREATE
|
---|
193 | and rewrite GetWindow & GetTopWindow
|
---|
194 | (fix for crash in MP3 Explorer)
|
---|
195 |
|
---|
196 | - GDI32: o Workaround for applications that depend on 16 bits
|
---|
197 | GDI object handles.
|
---|
198 | (TODO: must create our own 16 bits handles)
|
---|
199 | (fixes crash in Cool Edit Pro LE)
|
---|
200 |
|
---|
201 | 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
|
---|
202 | - KERNEL32: o Improoved the Unhandled exception message by
|
---|
203 | trying to provide modulename and some kind of obj/offset.
|
---|
204 | - FastDep: o (synced with OS2Tools) Make better use of data in evt.
|
---|
205 | existing .depend file so that only changed files are processed.
|
---|
206 |
|
---|
207 | 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
208 | - KERNEL32: o Executable load fix
|
---|
209 | (fixes crash during RealPlayer 8 install)
|
---|
210 | o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
|
---|
211 | - USER32: o ToAscii & GetKeyboardState fixes
|
---|
212 | (for Putty keyboard input)
|
---|