source: trunk/changelog@ 6451

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

* empty log message *

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