source: trunk/changelog@ 6407

Last change on this file since 6407 was 6406, checked in by bird, 24 years ago

* empty log message *

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