source: trunk/changelog@ 8276

Last change on this file since 8276 was 8276, checked in by bird, 24 years ago

* empty log message *

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