source: trunk/changelog@ 6456

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

* empty log message *

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