source: trunk/changelog@ 8051

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

* empty log message *

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