source: trunk/changelog@ 8287

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

* empty log message *

File size: 15.0 KB
Line 
1/* $Id: changelog,v 1.2049 2002-04-17 13:42:04 sandervl Exp $ */
2
3 2002-04-17: Platon Fomichev <platon@innotek.de>
4 - COMDLG32: o If application specifies full path in file dialog structure
5 (and initial dir string is NULL), then change to the directory.
6
7 2002-04-17: knut st. osmundsen <bird@anduin.net>
8 - Makefiles:
9 o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=
10 mode. See /tools/profilerfix/Readme.1st for details.
11 - ProfilerFix:
12 o Added readme.1st for VAC308, vac365 profiling using the
13 VAC4 profiler features.
14
15 2002-04-14: knut st. osmundsen <bird@anduin.net>
16 - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.
17 o Added testcases to makescripts in the testcase subdir.
18 'nmake build testcase' from that dir will build test
19 program(s) and run testcases.
20
21 2002-04-13: knut st. osmundsen <bird@anduin.net>
22 - Windefs.h:
23 o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
24 - KERNEL32: o GetDriveType optimizations.
25 Made it just as strict as WinXP. Hope this won't
26 blow up any thing. (A little bit worried about a call in
27 shell32/folders.c and mci_open.)
28 o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
29 o Made (stupid) test program which is placed in the testcase
30 subdir. This is compilable for both OS/2 and NT.
31 o Hot fix for 0 CDROM issue. (To be removed)
32
33 - USER32: o Corrected a call to GetDriveTypeA. (missing ':')
34
35 2002-04-11: knut st. osmundsen <bird@anduin.net>
36 - Makefiles:
37 o Output linenumbers to the map file when linking.
38 o Attempt at VAC308 profiling (icsperf.exe).
39 This is only enabled if you set PROFILE without DEBUG.
40 - ProfileFix:
41 o Hack to prevent the app which is profiled to crash
42 on Warp 4.5+.
43 - Install: o Changed it to work with 0.9.18+. Not that this fix
44 requires a bugfix over the 0.9.18 warping release.
45 - DailyBuild:
46 o Updated scripts so I can run the daily build on my
47 workstaion at home.
48
49 2002-04-10: knut st. osmundsen <bird@anduin.net>
50 - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.
51 - src/makefile:
52 o Update the CUSTOMBUILD module list.
53
54 2002-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
55 - ODINCRT: o Wrote OS/2 version of CriticalSection apis (including
56 support for shared critical sections; which is currently
57 not possible with the Win32 version due to missing
58 support for global object handles in kernel32)
59 - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
60 o Rewrote global vmutex usage (mmap)
61 - USER32: o Rewrote global vmutex usage (window handles)
62 o EnumWindows made safer
63 o Fixed bug in desktop window constructor (double window
64 handle allocation)
65 - WINMM: o Rewrote vmutex usage (wave in/out classes)
66 - GDI32: o Rewrote vmutex usage (object handle functions)
67 - INCLUDE: o Debug wrapper fixes (missing 6th argument)
68
69 2002-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
70 - KERNEL32: o Do not test for write capability with CDROM drives
71 (IOCTL_DISK_IS_WRITABLE)
72
73 2002-03-31: knut st. osmundsen <bird@anduin.net>
74 - Include: o Removed blank lines from odinbuild.h and wrapped
75 the prototype in ifdefs so WIN32API doesn't need
76 to be defined to include the file.
77
78 2002-03-28: Sander van Leeuwen <sandervl@xs4all.nl>
79 - USER32: o Customization changes
80 - WNASPI32: o Fix for disabling aspi by default in custom build
81
82 2002-03-28: Platon Fomichev <platon@innotek.de>
83 - USER32: o Gracefully handle WM_QUIT message sent by window list:
84 do not return from GetMessage with FALSE, but send
85 WM_CLOSE to window. WM_QUIT sent by PostQuitMessage
86 will be handled properly.
87
88 2002-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
89 - KERNEL32: o OpenFileMapping fix
90 (Notes replication seems to work now)
91 o MapViewOfFile fix; all named file mappings can be shared
92 (files & memory only)
93
94 2002-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
95 - KERNEL32: o Removed FindResource hooks
96 - USER32: o Added LoadImageW hook for custom builds
97 - DDRAW: o Do not use XFree driver unless fullscreen mode is enabled
98
99 2002-03-22: Yuri Dario <mc6530@mclink.it>
100 - USER32: o EnumThreadWindows fix (necessary due to recent process &
101 thread id changes)
102
103 2002-03-20: Platon Fomichev <platon@innotek.de>
104 - USER32: o Fixes and changes for minimizing windows (minimized window
105 list; restore; icon paint)
106
107 2002-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
108 - USER32: o BeginPaint change; use entire window if window is minimized
109
110 2002-03-18: Sander van Leeuwen <sandervl@xs4all.nl>
111 - WGSS50: o WGSS update from IBM
112 - WSOCK32: o Return requested version in WSAStartup
113 - GDI32: o Renamed LibMain to avoid name conflict with custom build
114 (shell32)
115
116 2002-03-16: Platon Fomichev <platon@innotek.de>
117 - COMCTL32: o Ownerdrawn listview control items have no margin
118 - USER32: o DIB_BitmapInfoSize fix for 24 bpp bitmaps
119 o CloseWindow change; call ShowWindow(SW_MINIMIZE)
120 o GetWindowPlacement fix; always return internally stored
121 rcNormalPosition
122 - WNASPI32: o Added DisableASPI function
123
124 2002-03-14: knut st. osmundsen <bird@anduin.net>
125 - Fastdep: o Some minor -E<somthing> issues (non Odin32 use).
126
127 2002-03-08: Platon Fomichev <platon@innotek.de>
128 - USER32: o Menu: fix for double click on minimized window (icon)
129
130 2002-03-08: Patrick Haller <patrick.haller@innotek.de>
131 - SHELL32: o WINE sync
132 o some WPS integration (ShellExecute can open WPS objects)
133 - SHLWAPI: o PathIsURLA/W fixes for Flask (crash in Flask->About)
134 - USER32: o Moved some icon extraction functions from shell32 to user32
135 - MAKEFILES:
136 o replaced our version of "netapi32.lib" with "wnetap32.lib"
137 to avoid conflict with toolkit
138 - WNETAP32: o replaced NETAPI32 references by WNETAP32 to avoid
139 toolkit conflict (netapi32.lib)
140 o NetBios support implemented (disabled for now)
141 (yet resources are global and not per-process)
142 - WS2_32: o added fake version of WSAEnumProtocol()
143
144 2002-03-07: Platon Fomichev <platon@innotek.de>
145 - USER32: o CloseWindow fix (use frame window handle)
146 o Minimize window (WinSetWindowPos, SWP_MINIMIZE) on receival
147 of minimize syscommand
148
149 2002-03-06: Platon Fomichev <platon@innotek.de>
150 - USER32: o Fixes for minimized dragging icon and minimized icon distortion
151
152 2002-03-05: Platon Fomichev <platon@innotek.de>
153 - USER32: o Allow single minimize or maximize button in titlebar (os/2
154 appearance)
155
156 2002-03-04: Yuri Dario <mc6530@mclink.it>
157 - KERNEL32: o Update for Italian NLS info
158 o Fall back to English NLS info if time format not found
159
160 2002-03-04: Platon Fomichev <platon@innotek.de>
161 - USER32: o Fix for window restore from minimized state
162
163 2002-02-28: Platon Fomichev <platon@innotek.de>
164 - KERNEL32: o Implemented IOCTL_DISK_IS_WRITABLE ioctl & fixes writing
165 to floppy (DASD mode)
166
167 2002-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
168 - USER32: o Removed WindowFromPoint change; has bad effect on many things
169 - KERNEL32: o Removable disk access fix
170
171 2002-02-26: Sander van Leeuwen <sandervl@xs4all.nl>
172 - USER32: o Rewrote GetWindowThreadProcessId (no longer uses WGSS)
173 o WindowFromPoint change; enumerate z-order, not parent-children
174 - KERNEL32: o Changed GetCurrentThreadId to return unique global thread id
175 ((processid SHL 16) | threadid)
176 Thread ids return by WGSS are unique to the process only.
177
178 2002-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
179 - KERNEL32: o Added hooks for FindResource(Ex)A/W (custom build)
180
181 2002-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
182 - OLE32: o Added some missing exports
183
184 2002-02-23: knut st. osmundsen <bird@anduin.net>
185 - MAKEFILES:
186 o Cleaned up some demangling mess in makefiles.
187 Now both VAC308 and VAC365 builds works again.
188 - /Makefile:
189 o Added a cleanall rule to /makefile which will cleanup
190 for every compiler and all tree build modes.
191 o Corrected problemous odin_library rules in /makefile.
192 (didn't work on a clean tree)
193 - /src/Makefile:
194 o Corrected directory locking for lib module.
195 (Can now build debug and release builds concurrently.)
196 - Tools: o Synced the common kFile* classes with os2tools.
197 (The thing you do when you're supposed to do something else.. ;) )
198
199 2002-02-23: Sander van Leeuwen <sandervl@xs4all.nl>
200 - WSOCK32: o Don't send FD_CONNECT if socket was already connected
201 (accept returns connected socket)
202
203 2002-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
204 - NTDLL/ADVAPI32:
205 o Some Wine updates
206
207 2002-02-21: Platon Fomichev <platon@innotek.de>
208 - IPHLPAPI o GetNetworkParams bugfixes
209
210 2002-02-20: Platon Fomichev <platon@innotek.de>
211 - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams
212
213 2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
214 - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1)
215 o Bugfix for accept when changing flags of active async request
216 - COMCTL32: o Listview fix: update item width & height during WM_SIZE
217 (fixes incorrect redraws when selecting items in CVP)
218
219 2002-02-20: Dmitry Froloff <froloff@os2.ru>
220 - PELDR: o Added support for WINDOWSPATH environment variable; PE
221 searches for executables in directories listed in WINDOWSPATH
222
223 2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
224 - KERNEL32: o Added support for Russian country code + other countries
225 - OLE32: o Removed old code + some unnecessary changes
226 - SHELL32: o compile fix for SHBrowseForFolderW (due to recent header changes)
227
228 2002-02-18: Patrick Haller <patrick.haller@innotek.de>
229 - USER32: o fixed structure size for
230 SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
231 o fixed GetModuleHandleW(NULL) string conversion
232
233 2002-02-18: knut st. osmundsen <bird@anduin.net>
234 - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
235 QS*/qs typedefs. Hope this wont cause any problems...
236
237 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
238 - USER32: o Added function to force color to mono mouse cursor conversion
239 (for mouse cursors with more than 2 colors)
240
241 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
242 - OLE32: o Extended logging added
243 o Resync with Wine (20020215)
244 (Out of process COM objects; InstallShield 6)
245 - OLEAUT32: o Partial resync with Wine (20020215)
246 o Extended logging added
247 - COMCTL32: o Extended logging added
248 - KERNEL32: o Named pipe updates
249
250 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
251 - SHELL32: o Extended logging added
252
253 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
254 - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
255 o Added extended logging
256
257 2002-02-12: Platon Fomichev <platon@innotek.de>
258 - USER32: o Ignore keyboard messages (PM) with scancode 0
259
260 2002-02-11: Platon Fomichev <platon@innotek.de>
261 - USER32: o Fix for double enter keyboard messages
262
263 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
264 - KERNEL32/USER32:
265 o Moved Char*, IsChar*, Oem* functions to kernel32
266 (forwarders in user32)
267 - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
268 EndDialog & window dtor
269
270 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
271 - USER32: o Extended logging added
272
273 2002-02-10: Platon Fomichev <platon@innotek.de>
274 - USER32\PMKBDHK:
275 o Fixes for shift-enter & shift-enter (numpad)
276 - USER32: o Numpad enter fix for GetKeyNameTextA
277
278 2002-02-10: Dmitry Froloff <froloff@os2.ru>
279 - KERNEL32: o Translate strings used for Dos* functions from Windows
280 to OS/2 codepage
281 o Translate strings returned by Dos* functions from OS/2
282 to Windows codepage
283 - USER32: o Translate strings used to set the window title (OS/2 mode)
284 from Windows to OS/2 codepage.
285
286 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
287 - KERNEL32: o Logging updates
288 - INCLUDE\makefiles:
289 o New rules for generating .def files
290
291 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
292 - KERNEL32: o Implemented tracing of all exported functions
293 (meant to replace ODINFUNCTION* macros; useful mainly
294 to improve logging in Wine modules)
295
296 2002-02-08: Platon Fomichev <platon@innotek.de>
297 - USER32: o Fixes for handling Shift-Enter & Alt-Enter
298
299 2002-02-08: knut st. osmundsen <bird@anduin.net>
300 - WRC: o Added codepage.c from kernel32 as a hotfix to the
301 unresolved external issue. Only the get_char_typeW
302 is enabled.
303
304 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
305 - KERNEL32: o Thread change: determine if thread callback is inside
306 a PE dll. If it is, then force switch to win32 TIB.
307 (necessary for Opera when loading win32 plugins)
308 o Use NLS resources from Wine (no longer rely on OS/2 unicode
309 dll)
310 o ole2nls update; now use GetLocaleInfoA/W from Wine
311
312 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
313 - WSOCK32: o minor recv update for error handling
314 - USER32: o Ported TrackMouseEvent (Wine 20020122)
315 - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
316 o Force switch to win32 FS selector when calling PE image
317 entrypoints (necessary for Odin32 applications that use
318 PE dlls (like Opera))
319 - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
320 comboex, imagelist) (20020122)
321 - SHLWAPI: o Wine resync (20020122)
322
323 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
324 - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
325 SendNotifyMessageA/W from Wine (20020122)
326 o Rewrote SendMessageA/W to behave more like Wine
327 (hook calls)
328
329 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
330 - KERNEL32; o Added dummy executable class
331 o Ported GetTempPathA/W from Wine
332
Note: See TracBrowser for help on using the repository browser.