source: trunk/changelog@ 6314

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

* empty log message *

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