source: trunk/changelog@ 6333

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

* empty log message *

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