source: trunk/changelog@ 6349

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

* empty log message *

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