source: trunk/changelog@ 6441

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

* empty log message *

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