source: trunk/changelog@ 8100

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

* empty log message *

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