source: trunk/changelog@ 6353

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

* empty log message *

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