source: trunk/changelog@ 6338

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

* empty log message *

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