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