source: trunk/changelog@ 8337

Last change on this file since 8337 was 8337, checked in by sandervl, 23 years ago

* empty log message *

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