source: trunk/changelog@ 6358

Last change on this file since 6358 was 6358, checked in by achimha, 24 years ago

* empty log message *

File size: 13.9 KB
Line 
1/* $Id: changelog,v 1.1609 2001-07-19 17:41:25 achimha Exp $ */
2
3 2001-07-19: Achim Hasenmueller <achimha@innotek.de>
4 - LICENSE: o added WGSS50.LIC which contains the official license
5 of the WGSS50.DLL module that is included with all
6 Odin builds. This is a license contract between
7 InnoTek Systemberatung GmbH (http://www.innotek.de)
8 and the individual Odin user. The library is provided
9 free of charge. The main requirement is that every user
10 need to own a valid OS/2 license (this also includes
11 eComStation of course).
12 Every distribution of Odin will also contain this
13 license file and the WarpIn archives will show the
14 license during installation and require acceptance.
15 For any questions about the license, please contact
16 me via email. Note that the Odin license specifically
17 allows redistribution of Odin with custom applications
18 and as soon as the WGSS50 license is included, this also
19 applies to WGSS50.DLL.
20
21 The reason we include WGSS50 (a subset of Open32 used
22 by IBM for Netscape Communicator 4.61 for OS/2) is that
23 it contains numerous improvements over Open32 and it
24 allows us more easily to replace Open32/WGSS50 APIs
25 by custom functions.
26
27 2001-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
28 - KERNEL32: o HeapCreate now creates a separate heap (_ucreate) instead
29 of sharing the same heap as Odin.
30 (lowers the chance of fatal crashes on heap corruption;
31 hangs in exitlist)
32 o Implemented HeapValidate
33 o GlobalReAlloc bugfix; must check if pointer has a handle
34 associated with it.
35 (RealDraw install calls GlobalReAlloc with pointer returned
36 by GlobalLock(handle))
37
38 2001-07-16: Sander van Leeuwen <sandervl@xs4all.nl>
39 - KERNEL32: o RegEnumKeyExW fix (lpszClass can be NULL)
40 o Faster resource lookup functions (Wine)
41 - USER32: o Allocate more memory for icon bitmap before calling
42 GpiCreateBitmap. This function seems to touch more bytes
43 than necessary (??).
44 - GDI32: o AddFontResourceA: ignore if called with filename of PE
45 executable (return 1; gets rid of error message in Photoshop 6)
46
47 2001-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
48 - COMDLG32: o Ported Wine printer dialog code (inactive due to missing
49 functions in winspool)
50 - USER32: o Translate WM_VSCROLL & WM_HSCROLL
51 o Do not use imports not available in Warp 3's PMWINX
52 (WaitForInputIdle & GetAsyncKeyState)
53 o There is no close button in Warp 3 (OS/2 look & feel)
54 - KERNEL32: o Do not call WaitForInputIdle in WinExec on Warp 3 systems.
55
56 2001-07-14: Sander van Leeuwen <sandervl@xs4all.nl>
57 - PELDR: o Fix for parsing cmd line consisting of directory with spaces
58 - USER32: o Get menu font from os2.ini (OS/2 look & feel)
59 o Full window drag now works for Odin windows
60 - GDI32: o Implemented StartDocW
61
62 2001-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
63 - COMDLG32: o Fix for windows 3.1 style file dialog
64 - COMCTL32: o Bad listview pointer checks cause crashes in details
65 view of file dialogs
66 (TODO: Details view is still not right)
67 - KERNEL32: o Check for NULL pointer in lstrlenA/W
68 (fixes crash during AutoCAD 14 install)
69 - USER32: o Removed very old check for negative x or y coordinates during
70 window creation.
71 (file open dialog in InstallShield doesn't show weird edit control
72 anymore and the MS Word 97 main window looks better now)
73 o RegisterClassA/W: check icon first before copying it
74 (gets rid of some annoying warnings in the logfile)
75 - GDI32: o Change BITMAPINFO height if negative
76 (fixes failing StretchDIBits calls with Matrox display driver)
77
78 2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl>
79 - KERNEL32: o Atom fixes
80 - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject &
81 GetActiveObject from Wine.
82
83 2001-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
84 - COMDLG32: o Don't clear filename when selecting of switching
85 directory is file open/save dialog.
86
87 2001-07-10: knut st. osmundsen <kosmunds@csc.com>:
88 - WIN32K: o Made DosKillProcessEx framework.
89 o Tried to fix missing unlocks of environment block.
90 - KERNEL32: o Tried to fix missing unlocks of environment block.
91 o Fixed module not found problem when a Pe2Lx is dynamically
92 loaded several times.
93 o Defined env.var. ODIN32.FAIL_IF_UNREGISTEREDLX to make
94 LoadLibraryEx fail on unregistered LX dlls. This will fix
95 the most annoying int 3's when starting Opera on debug Odin.
96 (Two int 3 per netscape/2 plugin checked.)
97
98 2001-07-09: knut st. osmundsen <kosmunds@csc.com>:
99 - CRTDLL: o When renaming dlls we still use the original importlibrary
100 and .def-file names. ORGTARGET exist for that purpose.
101 - NTDLL: o Link with crtdll.lib.
102 - VERSION: o Link with crtdll.lib.
103 - WIN32K: o Updated LieList with CrtDll -> CrtDll32 renaming.
104
105 2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
106 - KERNEL32: o Directly import registry functions from REGISTRY.DLL
107 - GDI32: o Never use object handle 0
108 (fixes bad icons in dialogs)
109 - USER32: o Same edit fix as applied yesterday, but this time for
110 single line edit control painting.
111 (Opera url editbox now displays selected text properly)
112
113 2001-07-08: Achim Hasenmueller <achimha@innotek.de>
114 - WSOCK32: o error message to human readable text translation
115 for WSASetLastError (debug version)
116 o implemented IPPROTO_IP support for setsockopt
117 (not fully done)
118 o reset semaphore in WSAEnumNetworkEvents
119 - USER32: o deleted user32\old. It is still in the CVS attic
120 so in case you need it, you can get it from CVS
121
122 2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
123 - USER32: o Some icon fixes
124 o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
125 jump back to last click position when moving the mouse
126 outside the scroll window during scrolling.
127 o Changed menu behaviour in OS/2 mode; no mouse tracking
128 when right or left mouse button not pressed.
129 o Clipboard (Get/SetClipboardData: must translated open32
130 to kernel32 global memory handles (due to Global memory
131 api rewrite)
132 o Key translation for arrow keys and insert/del, home/end, page up/down
133 added (WM_CHAR message translation)
134 o Edit control bugfix for drawing selected text
135 - KERNEL32: o More pointer checks added to GlobalLock/Unlock
136 o Add default rename entry for crtdll
137 o Fixed FS corruption in atom functions (wrapper for LookupAtom)
138 - CRTDLL: o Renamed to crtdll32 to avoid problems with some Lotus
139 apps that come with their own crtdll
140 - NTDLL: o Link with crtdll32.lib
141 - VERSION: o Link with crtdll32.lib
142 - SHLWAPI: o Link with crtdll32.lib
143 - PELDR: o Fix for file not found error
144
145 2001-07-08: knut st. osmundsen <kosmunds@csc.com>:
146 - KERNEL32: o Added call in initterm to tell win32k where the Odin32
147 environment block is. (Its in Open32, and I don't think
148 it is reallocated.)
149 o Added early initiation of Win32k loaded EXE. This corrected
150 problems with GetModuleHandleA returing -1 to MSVCRT.
151 - WIN32K: o Fixed environment block problem. The environment variables is
152 not updated in the original env.block. So, win32k needs to
153 be told where to find the Odin32 environment block to correctly
154 find dlls using the PATH.
155 o Corrected crosspage fixup bug.
156 o Set no internal fixups flag in LX header for most executables
157 in an attempt to convice OS/2 to load them where they wanna be
158 loaded (usually 0x00400000).
159 o Can now tell difference between the debug kernels.
160
161 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
162 - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
163 o Fixed GetAtomNameW
164 - GDI32: o Don't use Open32 IsBad* memory functions directly
165 - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
166 memory handles (due to Global memory api rewrite)
167
168 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
169 - WS2_32: o import WSAEventSelect from WSOCK32 (although a
170 Winsock 2.0 API, it makes more sense to be implemented
171 in the Winsock 1.1 stack)
172 o import WSAEnumNetworkEvents from WSOCK32 (same reason)
173 - WSOCK32: o enhanced WSAAsyncSelect processing to allow both
174 window handle and event semaphore notification
175 o implemented WSAEventSelect
176 o implemented WSAEnumNetworkEvents (not correct)
177
178 2001-07-07: knut st. osmundsen <kosmunds@csc.com>:
179 - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
180 to fix SYS2048 during RealPlayer install.
181 - WIN32K: o Fixed the DBExpert bug in the longdllname code.
182 BTW. Thanks to Randell at Sundial Systems and Alex Newman
183 for reporting this and begin very helpful tracking it down.
184 o The longdllname feature now differs from the OS/2 loader on
185 one points: <br>
186 It is able to find (DosQueryModuleHandle) for dlls using
187 internal names which includes the .DLL extention. <br>
188 The longdllname feature don't currently support names with
189 extention .DLL like extentions with base name lengths from
190 4-7 chars. I will fix this some day.<br>
191
192 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
193 - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
194 o GlobalAlloc must return pointers aligned at 8 byte boundary
195 (SDK docs + verified in NT4, SP6)
196 o Better checks in GlobalFree for invalid handles/pointers
197 (InvestmentView seems to call it with a GDI handle; why??)
198 o LocalReAlloc bugfix
199 - USER32: o Must return 16 bits icon & cursor handles
200 (fixes crash in Acrobat Reader 4)
201 - GDI32: o GetDIBits must only return color information when lpvBits
202 is not NULL.
203 (fixes Opera crash (heap corruption) with new heap code)
204 - PELDR: o Report error when file not found.
205
206 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
207 - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
208 o WinHelpA fixes (use shared memory for sending information
209 to winhlp32)
210 - KERNEL32: o Added GlobalFix and GlobalUnfix
211 o Local memory functions now use Global memory functions
212 o Ported Wine Global memory functions (we no longer depend
213 on Open32 for these)
214
215 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
216 - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
217 o VkKeyScanExA/W: call VkKeyScanA/W
218 o MapVirtualKeyExA/W: call MapVirtualKeyA/W
219 o SetParent bugfix; even though the win32 coordinates might
220 not change, the PM coordinates can. We must make sure the
221 child stays at the same position (y) relative to the
222 (new) parent.
223 (Cool Edit Pro LE play buttons now at the right position)
224 o Send WM_SETICON to frame window with converted win32 icon
225 (application icon now visible in task list)
226 o Quick fix for window creation:
227 Before a window has processed WM_NCCREATE:
228 - GetTopWindow can't return that window handle
229 - GetWindow(parent, GW_CHILD) can't return that window handle
230 - IsChild works
231 TODO: Does this affect more functions?? (other GetWindow ops)
232 (verified in NT4, SP6)
233 TODO: Must add window to parent's child list after WM_NCCREATE
234 and rewrite GetWindow & GetTopWindow
235 (fix for crash in MP3 Explorer)
236
237 - GDI32: o Workaround for applications that depend on 16 bits
238 GDI object handles.
239 (TODO: must create our own 16 bits handles)
240 (fixes crash in Cool Edit Pro LE)
241
242 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
243 - KERNEL32: o Improoved the Unhandled exception message by
244 trying to provide modulename and some kind of obj/offset.
245 - FastDep: o (synced with OS2Tools) Make better use of data in evt.
246 existing .depend file so that only changed files are processed.
247
248 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
249 - KERNEL32: o Executable load fix
250 (fixes crash during RealPlayer 8 install)
251 o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
252 - USER32: o ToAscii & GetKeyboardState fixes
253 (for Putty keyboard input)
Note: See TracBrowser for help on using the repository browser.