source: trunk/changelog@ 6310

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

* empty log message *

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