source: trunk/changelog@ 6434

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

* empty log message *

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