source: trunk/changelog@ 6400

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

* empty log message *

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