source: trunk/changelog@ 6304

Last change on this file since 6304 was 6304, checked in by bird, 24 years ago

* empty log message *

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