source: trunk/changelog@ 8335

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

* empty log message *

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