source: trunk/changelog@ 8082

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

* empty log message *

File size: 9.3 KB
Line 
1/* $Id: changelog,v 1.2018 2002-03-08 15:48:57 sandervl Exp $ */
2
3 2002-03-08: Platon Fomichev <platon@innotek.de>
4 - USER32: o Menu: fix for double click on minimized window (icon)
5
6 2002-03-08: Patrick Haller <patrick.haller@innotek.de>
7 - SHELL32: o WINE sync
8 o some WPS integration (ShellExecute can open WPS objects)
9 - SHLWAPI: o PathIsURLA/W fixes for Flask (crash in Flask->About)
10 - USER32: o Moved some icon extraction functions from shell32 to user32
11 - MAKEFILES:
12 o replaced our version of "netapi32.lib" with "wnetap32.lib"
13 to avoid conflict with toolkit
14 - WNETAP32: o replaced NETAPI32 references by WNETAP32 to avoid
15 toolkit conflict (netapi32.lib)
16 o NetBios support implemented (disabled for now)
17 (yet resources are global and not per-process)
18 - WS2_32: o added fake version of WSAEnumProtocol()
19
20 2002-03-07: Platon Fomichev <platon@innotek.de>
21 - USER32: o CloseWindow fix (use frame window handle)
22 o Minimize window (WinSetWindowPos, SWP_MINIMIZE) on receival
23 of minimize syscommand
24
25 2002-03-06: Platon Fomichev <platon@innotek.de>
26 - USER32: o Fixes for minimized dragging icon and minimized icon distortion
27
28 2002-03-05: Platon Fomichev <platon@innotek.de>
29 - USER32: o Allow single minimize or maximize button in titlebar (os/2
30 appearance)
31
32 2002-03-04: Yuri Dario <mc6530@mclink.it>
33 - KERNEL32: o Update for Italian NLS info
34 o Fall back to English NLS info if time format not found
35
36 2002-03-04: Platon Fomichev <platon@innotek.de>
37 - USER32: o Fix for window restore from minimized state
38
39 2002-02-28: Platon Fomichev <platon@innotek.de>
40 - KERNEL32: o Implemented IOCTL_DISK_IS_WRITABLE ioctl & fixes writing
41 to floppy (DASD mode)
42
43 2002-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
44 - USER32: o Removed WindowFromPoint change; has bad effect on many things
45 - KERNEL32: o Removable disk access fix
46
47 2002-02-26: Sander van Leeuwen <sandervl@xs4all.nl>
48 - USER32: o Rewrote GetWindowThreadProcessId (no longer uses WGSS)
49 o WindowFromPoint change; enumerate z-order, not parent-children
50 - KERNEL32: o Changed GetCurrentThreadId to return unique global thread id
51 ((processid SHL 16) | threadid)
52 Thread ids return by WGSS are unique to the process only.
53
54 2002-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
55 - KERNEL32: o Added hooks for FindResource(Ex)A/W (custom build)
56
57 2002-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
58 - OLE32: o Added some missing exports
59
60 2002-02-23: knut st. osmundsen <bird@anduin.net>
61 - MAKEFILES:
62 o Cleaned up some demangling mess in makefiles.
63 Now both VAC308 and VAC365 builds works again.
64 - /Makefile:
65 o Added a cleanall rule to /makefile which will cleanup
66 for every compiler and all tree build modes.
67 o Corrected problemous odin_library rules in /makefile.
68 (didn't work on a clean tree)
69 - /src/Makefile:
70 o Corrected directory locking for lib module.
71 (Can now build debug and release builds concurrently.)
72 - Tools: o Synced the common kFile* classes with os2tools.
73 (The thing you do when you're supposed to do something else.. ;) )
74
75 2002-02-23: Sander van Leeuwen <sandervl@xs4all.nl>
76 - WSOCK32: o Don't send FD_CONNECT if socket was already connected
77 (accept returns connected socket)
78
79 2002-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
80 - NTDLL/ADVAPI32:
81 o Some Wine updates
82
83 2002-02-21: Platon Fomichev <platon@innotek.de>
84 - IPHLPAPI o GetNetworkParams bugfixes
85
86 2002-02-20: Platon Fomichev <platon@innotek.de>
87 - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams
88
89 2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
90 - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1)
91 o Bugfix for accept when changing flags of active async request
92 - COMCTL32: o Listview fix: update item width & height during WM_SIZE
93 (fixes incorrect redraws when selecting items in CVP)
94
95 2002-02-20: Dmitry Froloff <froloff@os2.ru>
96 - PELDR: o Added support for WINDOWSPATH environment variable; PE
97 searches for executables in directories listed in WINDOWSPATH
98
99 2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
100 - KERNEL32: o Added support for Russian country code + other countries
101 - OLE32: o Removed old code + some unnecessary changes
102 - SHELL32: o compile fix for SHBrowseForFolderW (due to recent header changes)
103
104 2002-02-18: Patrick Haller <patrick.haller@innotek.de>
105 - USER32: o fixed structure size for
106 SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
107 o fixed GetModuleHandleW(NULL) string conversion
108
109 2002-02-18: knut st. osmundsen <bird@anduin.net>
110 - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
111 QS*/qs typedefs. Hope this wont cause any problems...
112
113 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
114 - USER32: o Added function to force color to mono mouse cursor conversion
115 (for mouse cursors with more than 2 colors)
116
117 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
118 - OLE32: o Extended logging added
119 o Resync with Wine (20020215)
120 (Out of process COM objects; InstallShield 6)
121 - OLEAUT32: o Partial resync with Wine (20020215)
122 o Extended logging added
123 - COMCTL32: o Extended logging added
124 - KERNEL32: o Named pipe updates
125
126 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
127 - SHELL32: o Extended logging added
128
129 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
130 - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
131 o Added extended logging
132
133 2002-02-12: Platon Fomichev <platon@innotek.de>
134 - USER32: o Ignore keyboard messages (PM) with scancode 0
135
136 2002-02-11: Platon Fomichev <platon@innotek.de>
137 - USER32: o Fix for double enter keyboard messages
138
139 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
140 - KERNEL32/USER32:
141 o Moved Char*, IsChar*, Oem* functions to kernel32
142 (forwarders in user32)
143 - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
144 EndDialog & window dtor
145
146 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
147 - USER32: o Extended logging added
148
149 2002-02-10: Platon Fomichev <platon@innotek.de>
150 - USER32\PMKBDHK:
151 o Fixes for shift-enter & shift-enter (numpad)
152 - USER32: o Numpad enter fix for GetKeyNameTextA
153
154 2002-02-10: Dmitry Froloff <froloff@os2.ru>
155 - KERNEL32: o Translate strings used for Dos* functions from Windows
156 to OS/2 codepage
157 o Translate strings returned by Dos* functions from OS/2
158 to Windows codepage
159 - USER32: o Translate strings used to set the window title (OS/2 mode)
160 from Windows to OS/2 codepage.
161
162 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
163 - KERNEL32: o Logging updates
164 - INCLUDE\makefiles:
165 o New rules for generating .def files
166
167 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
168 - KERNEL32: o Implemented tracing of all exported functions
169 (meant to replace ODINFUNCTION* macros; useful mainly
170 to improve logging in Wine modules)
171
172 2002-02-08: Platon Fomichev <platon@innotek.de>
173 - USER32: o Fixes for handling Shift-Enter & Alt-Enter
174
175 2002-02-08: knut st. osmundsen <bird@anduin.net>
176 - WRC: o Added codepage.c from kernel32 as a hotfix to the
177 unresolved external issue. Only the get_char_typeW
178 is enabled.
179
180 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
181 - KERNEL32: o Thread change: determine if thread callback is inside
182 a PE dll. If it is, then force switch to win32 TIB.
183 (necessary for Opera when loading win32 plugins)
184 o Use NLS resources from Wine (no longer rely on OS/2 unicode
185 dll)
186 o ole2nls update; now use GetLocaleInfoA/W from Wine
187
188 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
189 - WSOCK32: o minor recv update for error handling
190 - USER32: o Ported TrackMouseEvent (Wine 20020122)
191 - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
192 o Force switch to win32 FS selector when calling PE image
193 entrypoints (necessary for Odin32 applications that use
194 PE dlls (like Opera))
195 - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
196 comboex, imagelist) (20020122)
197 - SHLWAPI: o Wine resync (20020122)
198
199 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
200 - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
201 SendNotifyMessageA/W from Wine (20020122)
202 o Rewrote SendMessageA/W to behave more like Wine
203 (hook calls)
204
205 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
206 - KERNEL32; o Added dummy executable class
207 o Ported GetTempPathA/W from Wine
208
Note: See TracBrowser for help on using the repository browser.