source: trunk/changelog@ 6385

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

* empty log message *

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