source: trunk/changelog@ 6341

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

* empty log message *

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