source: trunk/changelog@ 6393

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

* empty log message *

File size: 16.9 KB
Line 
1/* $Id: changelog,v 1.1616 2001-07-28 12:54:44 sandervl Exp $ */
2
3 2001-07-28: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o Set/GetWindowWord changes (must handle GWW_ID, GWW_HINSTANCE
5 and GWW_HWNDPARENT
6
7 2001-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
8 - TOOLS\INSTALL:
9 o Added some quartz.dll keys
10 - COMCTL32: o Status window bugfix; check part number boundary
11 (fixes crash in AudioGalaxy)
12 - USER32: o IsWindowVisible fix; check WS_CHILD flag before calling GetParent
13 (fixes invisible characters while typing in edit control
14 of AudioGalaxy)
15
16 2001-07-21: Sander van Leeuwen <sandervl@xs4all.nl>
17 - DINPUT, DPLAYX, ICMP, IMAGEHLP, IMM32, LZ32,
18 MSVFW32, OLEPRO32, RICHED32, URLMON, VERSION, WININET
19 o Added Wine license
20
21 - AVIFIL32, SHELL32, COMCTL32, COMDLG32, MSACM32, NTDLL, OLE32, OLAUT32,
22 SHDOCVW, SETUPAPI, SHLWAPI, OLECLI32, OLEDLG, OLESVR32, RPCRT4
23 o Replaced Wine license with updated version
24 - COMCTL32: o Resync with Wine (20010720); comboex, comctl32undoc, rebar,
25 imagelist, toolbar, pager
26 - MSVFW32: o Resync with Wine (20010720); all
27 - AVIFIL32: o Resync with Wine (20010720); all
28 - GDI32: o Fixed brush leak in InternalTextOutA
29 (fixes Macromedia Flash 5 error messages)
30
31 2001-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
32 - KERNEL32: o Moved wsnprintf to user32
33 - USER32: o Removed FatalAppExitA/W (already in kernel32)
34 - SHLWAPI: o Removed WINE_StringFromCLSID & StringFromGUID2 (not used)
35 o Removed several string function that were not used or exported
36 - NTDLL: o Replaced 64 bits math assembly functions (disassembled Wine C code
37 compiled with VAC 3.6.5)
38 - ODINCRT: o Export 64 bits math rtl functions
39 o Added 64 bits math rtl functions for VAC 3.0 (assembly;
40 borrowed from VAC 3.6.5)
41 NOTE: __divi64 might cause problems (in theory) since
42 it uses the FPU and doesn't save the FPU state
43 - OLE32/WINMM/KERNEL32/USER32/GDI32/COMCTL32/COMDLG32/SHLWAPI/SHELL32/
44 RPCRT4/WSOCK32/VERSION:
45 o Rewrote initterm + debug logging to allow us to build
46 a single dll containing the code of many Odin dlls
47 - CUSTOMBUILD:
48 o Example of creating a custom dll with the Odin32 environment
49 that can be used for a ported win32 app. (not done yet)
50
51 2001-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
52 - DOC: o Added license for WGSS50
53 - TOOLS\INSTALL:
54 o Include new license in WarpIN install script + package
55 - TOOLS\DAILYBUILD:
56 o Add WGSS50.lic to daily zipfiles
57 - COMDLG32: o Use printer dialog function in WGSS50
58 - WGSS50: o Added new WGSS dll that fixes several printing problems
59 - KERNEL32: o lstrncmpiA/W bugfix; broke resource lookup in Acrobat
60 Distiller (did not exactly work the way Wine code expected it)
61
62 2001-07-19: Achim Hasenmueller <achimha@innotek.de>
63 - LICENSE: o added WGSS50.LIC which contains the official license
64 of the WGSS50.DLL module that is included with all
65 Odin builds. This is a license contract between
66 InnoTek Systemberatung GmbH (http://www.innotek.de)
67 and the individual Odin user. The library is provided
68 free of charge. The main requirement is that every user
69 need to own a valid OS/2 license (this also includes
70 eComStation of course).
71 Every distribution of Odin will also contain this
72 license file and the WarpIn archives will show the
73 license during installation and require acceptance.
74 For any questions about the license, please contact
75 me via email. Note that the Odin license specifically
76 allows redistribution of Odin with custom applications
77 and as soon as the WGSS50 license is included, this also
78 applies to WGSS50.DLL.
79
80 The reason we include WGSS50 (a subset of Open32 used
81 by IBM for Netscape Communicator 4.61 for OS/2) is that
82 it contains numerous improvements over Open32 and it
83 allows us more easily to replace Open32/WGSS50 APIs
84 by custom functions.
85
86 2001-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
87 - KERNEL32: o HeapCreate now creates a separate heap (_ucreate) instead
88 of sharing the same heap as Odin.
89 (lowers the chance of fatal crashes on heap corruption;
90 hangs in exitlist)
91 o Implemented HeapValidate
92 o GlobalReAlloc bugfix; must check if pointer has a handle
93 associated with it.
94 (RealDraw install calls GlobalReAlloc with pointer returned
95 by GlobalLock(handle))
96
97 2001-07-16: Sander van Leeuwen <sandervl@xs4all.nl>
98 - KERNEL32: o RegEnumKeyExW fix (lpszClass can be NULL)
99 o Faster resource lookup functions (Wine)
100 - USER32: o Allocate more memory for icon bitmap before calling
101 GpiCreateBitmap. This function seems to touch more bytes
102 than necessary (??).
103 - GDI32: o AddFontResourceA: ignore if called with filename of PE
104 executable (return 1; gets rid of error message in Photoshop 6)
105
106 2001-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
107 - COMDLG32: o Ported Wine printer dialog code (inactive due to missing
108 functions in winspool)
109 - USER32: o Translate WM_VSCROLL & WM_HSCROLL
110 o Do not use imports not available in Warp 3's PMWINX
111 (WaitForInputIdle & GetAsyncKeyState)
112 o There is no close button in Warp 3 (OS/2 look & feel)
113 - KERNEL32: o Do not call WaitForInputIdle in WinExec on Warp 3 systems.
114
115 2001-07-14: Sander van Leeuwen <sandervl@xs4all.nl>
116 - PELDR: o Fix for parsing cmd line consisting of directory with spaces
117 - USER32: o Get menu font from os2.ini (OS/2 look & feel)
118 o Full window drag now works for Odin windows
119 - GDI32: o Implemented StartDocW
120
121 2001-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
122 - COMDLG32: o Fix for windows 3.1 style file dialog
123 - COMCTL32: o Bad listview pointer checks cause crashes in details
124 view of file dialogs
125 (TODO: Details view is still not right)
126 - KERNEL32: o Check for NULL pointer in lstrlenA/W
127 (fixes crash during AutoCAD 14 install)
128 - USER32: o Removed very old check for negative x or y coordinates during
129 window creation.
130 (file open dialog in InstallShield doesn't show weird edit control
131 anymore and the MS Word 97 main window looks better now)
132 o RegisterClassA/W: check icon first before copying it
133 (gets rid of some annoying warnings in the logfile)
134 - GDI32: o Change BITMAPINFO height if negative
135 (fixes failing StretchDIBits calls with Matrox display driver)
136
137 2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl>
138 - KERNEL32: o Atom fixes
139 - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject &
140 GetActiveObject from Wine.
141
142 2001-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
143 - COMDLG32: o Don't clear filename when selecting of switching
144 directory is file open/save dialog.
145
146 2001-07-10: knut st. osmundsen <kosmunds@csc.com>:
147 - WIN32K: o Made DosKillProcessEx framework.
148 o Tried to fix missing unlocks of environment block.
149 - KERNEL32: o Tried to fix missing unlocks of environment block.
150 o Fixed module not found problem when a Pe2Lx is dynamically
151 loaded several times.
152 o Defined env.var. ODIN32.FAIL_IF_UNREGISTEREDLX to make
153 LoadLibraryEx fail on unregistered LX dlls. This will fix
154 the most annoying int 3's when starting Opera on debug Odin.
155 (Two int 3 per netscape/2 plugin checked.)
156
157 2001-07-09: knut st. osmundsen <kosmunds@csc.com>:
158 - CRTDLL: o When renaming dlls we still use the original importlibrary
159 and .def-file names. ORGTARGET exist for that purpose.
160 - NTDLL: o Link with crtdll.lib.
161 - VERSION: o Link with crtdll.lib.
162 - WIN32K: o Updated LieList with CrtDll -> CrtDll32 renaming.
163
164 2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
165 - KERNEL32: o Directly import registry functions from REGISTRY.DLL
166 - GDI32: o Never use object handle 0
167 (fixes bad icons in dialogs)
168 - USER32: o Same edit fix as applied yesterday, but this time for
169 single line edit control painting.
170 (Opera url editbox now displays selected text properly)
171
172 2001-07-08: Achim Hasenmueller <achimha@innotek.de>
173 - WSOCK32: o error message to human readable text translation
174 for WSASetLastError (debug version)
175 o implemented IPPROTO_IP support for setsockopt
176 (not fully done)
177 o reset semaphore in WSAEnumNetworkEvents
178 - USER32: o deleted user32\old. It is still in the CVS attic
179 so in case you need it, you can get it from CVS
180
181 2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
182 - USER32: o Some icon fixes
183 o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
184 jump back to last click position when moving the mouse
185 outside the scroll window during scrolling.
186 o Changed menu behaviour in OS/2 mode; no mouse tracking
187 when right or left mouse button not pressed.
188 o Clipboard (Get/SetClipboardData: must translated open32
189 to kernel32 global memory handles (due to Global memory
190 api rewrite)
191 o Key translation for arrow keys and insert/del, home/end, page up/down
192 added (WM_CHAR message translation)
193 o Edit control bugfix for drawing selected text
194 - KERNEL32: o More pointer checks added to GlobalLock/Unlock
195 o Add default rename entry for crtdll
196 o Fixed FS corruption in atom functions (wrapper for LookupAtom)
197 - CRTDLL: o Renamed to crtdll32 to avoid problems with some Lotus
198 apps that come with their own crtdll
199 - NTDLL: o Link with crtdll32.lib
200 - VERSION: o Link with crtdll32.lib
201 - SHLWAPI: o Link with crtdll32.lib
202 - PELDR: o Fix for file not found error
203
204 2001-07-08: knut st. osmundsen <kosmunds@csc.com>:
205 - KERNEL32: o Added call in initterm to tell win32k where the Odin32
206 environment block is. (Its in Open32, and I don't think
207 it is reallocated.)
208 o Added early initiation of Win32k loaded EXE. This corrected
209 problems with GetModuleHandleA returing -1 to MSVCRT.
210 - WIN32K: o Fixed environment block problem. The environment variables is
211 not updated in the original env.block. So, win32k needs to
212 be told where to find the Odin32 environment block to correctly
213 find dlls using the PATH.
214 o Corrected crosspage fixup bug.
215 o Set no internal fixups flag in LX header for most executables
216 in an attempt to convice OS/2 to load them where they wanna be
217 loaded (usually 0x00400000).
218 o Can now tell difference between the debug kernels.
219
220 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
221 - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
222 o Fixed GetAtomNameW
223 - GDI32: o Don't use Open32 IsBad* memory functions directly
224 - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
225 memory handles (due to Global memory api rewrite)
226
227 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
228 - WS2_32: o import WSAEventSelect from WSOCK32 (although a
229 Winsock 2.0 API, it makes more sense to be implemented
230 in the Winsock 1.1 stack)
231 o import WSAEnumNetworkEvents from WSOCK32 (same reason)
232 - WSOCK32: o enhanced WSAAsyncSelect processing to allow both
233 window handle and event semaphore notification
234 o implemented WSAEventSelect
235 o implemented WSAEnumNetworkEvents (not correct)
236
237 2001-07-07: knut st. osmundsen <kosmunds@csc.com>:
238 - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
239 to fix SYS2048 during RealPlayer install.
240 - WIN32K: o Fixed the DBExpert bug in the longdllname code.
241 BTW. Thanks to Randell at Sundial Systems and Alex Newman
242 for reporting this and begin very helpful tracking it down.
243 o The longdllname feature now differs from the OS/2 loader on
244 one points: <br>
245 It is able to find (DosQueryModuleHandle) for dlls using
246 internal names which includes the .DLL extention. <br>
247 The longdllname feature don't currently support names with
248 extention .DLL like extentions with base name lengths from
249 4-7 chars. I will fix this some day.<br>
250
251 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
252 - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
253 o GlobalAlloc must return pointers aligned at 8 byte boundary
254 (SDK docs + verified in NT4, SP6)
255 o Better checks in GlobalFree for invalid handles/pointers
256 (InvestmentView seems to call it with a GDI handle; why??)
257 o LocalReAlloc bugfix
258 - USER32: o Must return 16 bits icon & cursor handles
259 (fixes crash in Acrobat Reader 4)
260 - GDI32: o GetDIBits must only return color information when lpvBits
261 is not NULL.
262 (fixes Opera crash (heap corruption) with new heap code)
263 - PELDR: o Report error when file not found.
264
265 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
266 - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
267 o WinHelpA fixes (use shared memory for sending information
268 to winhlp32)
269 - KERNEL32: o Added GlobalFix and GlobalUnfix
270 o Local memory functions now use Global memory functions
271 o Ported Wine Global memory functions (we no longer depend
272 on Open32 for these)
273
274 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
275 - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
276 o VkKeyScanExA/W: call VkKeyScanA/W
277 o MapVirtualKeyExA/W: call MapVirtualKeyA/W
278 o SetParent bugfix; even though the win32 coordinates might
279 not change, the PM coordinates can. We must make sure the
280 child stays at the same position (y) relative to the
281 (new) parent.
282 (Cool Edit Pro LE play buttons now at the right position)
283 o Send WM_SETICON to frame window with converted win32 icon
284 (application icon now visible in task list)
285 o Quick fix for window creation:
286 Before a window has processed WM_NCCREATE:
287 - GetTopWindow can't return that window handle
288 - GetWindow(parent, GW_CHILD) can't return that window handle
289 - IsChild works
290 TODO: Does this affect more functions?? (other GetWindow ops)
291 (verified in NT4, SP6)
292 TODO: Must add window to parent's child list after WM_NCCREATE
293 and rewrite GetWindow & GetTopWindow
294 (fix for crash in MP3 Explorer)
295
296 - GDI32: o Workaround for applications that depend on 16 bits
297 GDI object handles.
298 (TODO: must create our own 16 bits handles)
299 (fixes crash in Cool Edit Pro LE)
300
301 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
302 - KERNEL32: o Improoved the Unhandled exception message by
303 trying to provide modulename and some kind of obj/offset.
304 - FastDep: o (synced with OS2Tools) Make better use of data in evt.
305 existing .depend file so that only changed files are processed.
306
307 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
308 - KERNEL32: o Executable load fix
309 (fixes crash during RealPlayer 8 install)
310 o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
311 - USER32: o ToAscii & GetKeyboardState fixes
312 (for Putty keyboard input)
Note: See TracBrowser for help on using the repository browser.