source: trunk/changelog@ 6389

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

* empty log message *

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