source: trunk/changelog@ 6387

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

* empty log message *

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