source: trunk/changelog@ 2667

Last change on this file since 2667 was 2667, checked in by cbratschi, 26 years ago

* empty log message *

File size: 20.9 KB
Line 
1 /* $Id: changelog,v 1.702 2000-02-06 17:29:54 cbratschi Exp $ */
2
3 2000-02-06: Christoph Bratschi <cbratschi@datacomm.ch>
4 - USER32: ported WinHelpA from WINE
5
6 2000-02-05: Christoph Bratschi <cbratschi@datacomm.ch>
7 - USER32: WM_SETHOTKEY: save data
8 prototype for WS_EX_CONTEXTHELP button
9 check WS_EX_RIGHT in button control
10 fixed tasklist entry
11 implemented CW_USEDEFAULT with FCF_SHELLPOSITION
12
13 2000-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
14 - KERNEL32: Memory map fixes (file maps)
15 - USER32: mdi child creation fix (child still not activated when created)
16 Default WM_ERASEBKGND handler change (only erase invalid area)
17 (note: might be wrong; have to check this in NT; probably
18 need to rewrite code that sends those messages)
19 -> fixes redraws for i.e. windows behind menu windows
20 - GDI32: Don't use Open32 apis to load opengl32 (nor for GetProcAddress)
21 Import wgl* apis
22 - OPENGL: Removed OS2wgl apis (they had the wrong calling convention
23 -> causes crashes in gdi32 when compiled with optimizations on)
24
25 2000-02-04: Markus Montkowski <mmontkowski@gmx.de>
26 - DDRAW: Many minor/major bugfixes at numerous places
27 - DSOUND: Fixed GetCurrentBufferPos in the virtual player
28
29 2000-02-04: Sander van Leeuwen <sandervl@xs4all.nl>
30 - ALL: Added version resource (if not already present)
31 Link with dllentry.obj (those dlls that don't need custom dll
32 entrypoints)
33 Clean up in process detach handler of win32 libmain
34 (except for a few core dlls (gdi32/user32/kernel32))
35 - DLLENTRY: Standard dll entrypoint
36
37 2000-02-04: Christoph Bratschi <cbratschi@datacomm.ch>
38 - COMCTL32: merged with WINE 20000130
39
40 2000-02-03: Jens Wiessner <wiessnej@rfi.de>
41 - NTDLL: Ported Wine security apis
42 - CRTDLL: Update
43
44 2000-02-03: Christoph Bratschi <cbratschi@datacomm.ch>
45 - USER32: merged controls with WINE 20000130
46
47 2000-02-03: Daniela Engert <dani@ngrt.de>
48 - GDI32: Implement RGB 555 to RGB 565 conversion in assembler
49
50 2000-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
51 - WININET: Ported Wininet code from Corel Wine tree
52 - INCLUDE\WINSOCK: MS Winsock compatible header
53 - GDI32: Prelimary RGB 555 to RGB 565 conversion in SetDIBitsToDevice
54 (will be rewritten in assembly for better performance)
55 (for RealPlayer videos in 16 bits mode)
56 BitBlt fix (return after dibsection blit -> fixes Quake 2)
57 Added MMX RGB conversion.
58 - USER32: Added export for OS2ToWin32Handle
59 - COMDLG32: Merged with latest Wine version (20000109)
60 - INCLUDE\WIN: Fixes to compile comdlg32 in C mode
61 (will be rewritten in assembly for better performance)
62 (for RealPlayer videos in 16 bits mode)
63 BitBlt fix (return after dibsection blit -> fixes Quake 2)
64
65 2000-02-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
66 - OPENGL: Ported SGI GLUT sources + Opengl update
67
68 2000-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
69 - GDI32: Cleaned up
70 Fixes for dib section apis. RealPlayer 7 can play videos
71 now (correct in 24 bps mode; upside down and wrong colors
72 in 16 bps mode)
73
74 2000-02-01: Knut Stange Osmundse <knut.stange.osmundsen>
75 - Pe2Lx: Makefile should be working again.
76 - KERNEL32: RegisterPe2LxDll - no detach is done for Pe2Lx/Win32k DLLs.
77 This is a temporary fix.
78
79 2000-02-01: Patrick Haller <phaller@gmx.net>
80 - SHELL32: Added PathSkipRootAW
81
82 2000-02-01: Jens Wiessner <wiessnej@rfi.de>
83 - NTDLL: Updated .def file (similar to NT 4 SP6) + bugfix for impdef
84
85 2000-01-31: Sander van Leeuwen <sandervl@xs4all.nl>
86 - USER32: GetDCEx with window handle 0 fails in Windows 98; now it also
87 returns an error in Odin.
88 GetWindowDC & GetDC use the desktop window handle if hwnd == 0
89 (before calling GetDCEx)
90 - GDI32: Set dibsection bitmap data to 0 when allocating it.
91
92 2000-01-30: Sander van Leeuwen <sandervl@xs4all.nl>
93 - PELDR: Fixed error messages for images without fixups (peldr.dll no
94 longer required)
95 - GDI32: Removed wrong bugfix for GetDIBits (breaks Lotus Notes)
96 - USER32: Don't check for window visibility when calling SetWindowPos
97 in SetMenu. (fixes menu in standard minesweeper)
98 (NOTE: May need to call SetWindowPos with SWP_FRAMECHANGED
99 when showing a window (see Wine code))
100 Put back GetMenuStringA fix (return length of string if string pointer
101 or size parameter == 0) (almost fixes Realplayer 7 menu)
102
103 2000-01-29: Sander van Leeuwen <sandervl@xs4all.nl>
104 - GDI32: Save and restore FPU control word when calling
105 Open32's DrawText. DrawText trashes it which causes drawing
106 problems in RealPlayer 7.
107 - USER32: Call DrawTextA in uitools.cpp, not Open32's DrawText.
108 Fix for SetWindowPos for showing hidden windows
109 (call ShowWindow) -> fixed non-visible button bar in mIRC
110 Don't set WS_VISIBLE on by default. Windows are made visible
111 during creation by calling ShowWindow.
112 Call UpdateWindow for client window, not the frame.
113 - INCLUDE\WIN\wingdi.h: Added GdiFlush declaration
114 - INCLUDE\makefiles: Added c/c++ definitions for win32 apps (without
115 -D__WINE__ so you don't need to specify whether you use the ascii
116 or unicode version of a win32 api)
117
118 2000-01-29: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
119 - KERNEL32: Added GlobalWire/GlobalUnwire
120
121 2000-01-28: Sander van Leeuwen <sandervl@xs4all.nl>
122 - GDI32: Wrong return values for GetDIBits & SetDIBitsToDevice
123 (nr of scan lines copied; not true/false)
124 - USER32: Don't call default frame handler for WM_ADJUSTWINDOWPOS
125 (fixes window resize when playing videos in RealPlayer v7 &
126 dragging titlebar in Professional Mine Sweeper)
127
128 2000-01-28: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
129 - Win32k: Heap is splitted into a swappable and a resident heap.
130 Fixups are now applied when a page is loaded from disk.
131 This is done by overloading the kernel function called
132 (_)ldrEnum32bitRelRecs. This should improve performance a lot!
133
134 2000-01-27: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
135 - OPENGL: First version of opengl implementation
136
137 2000-01-27: Sander van Leeuwen <sandervl@xs4all.nl>
138 - USER32: Fixed FS corruption in OSLibPostThreadMessage
139 Send WM_CHILDACTIVATE to child windows (not only
140 to MDI children) instead of WM_ACTIVATE
141 - SHELL32: Fixed FS corruption in DragAcceptFiles
142
143 2000-01-26: Yuri Dario <mc6530@mclink.it>
144 - INCLUDE\WIN: Additions & changes for compiling Opera.
145 - many dlls: create correct library (impdef)
146
147 2000-01-26: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
148 - GDI32: Changes for Opengl support
149
150 2000-01-26: Christoph Bratschi <cbratschi@datacomm.ch>
151 - USER32: fixed WM_MOVE, MsgFormatFrame and WM_WINDOWPOS* to use parent
152 coordinates
153 changed min frame size
154 - COMCTL32: fixed wrong progress frame
155
156 2000-01-26: Sander van Leeuwen <sandervl@xs4all.nl>
157 - OLEAUT32: Don't create logfile when logging is turned off
158 - PELDR: Don't modify cmd line in PIB structure
159 - INCLUDE: Removed string.h.
160 - KERNEL32: Added workaround for OS/2 DosSetMem bug in VirtualAlloc
161 (if memory is reserved, set read & write page flags)
162
163 2000-01-25: Sander van Leeuwen <sandervl@xs4all.nl>
164 - PELDR/KERNEL32: Allocate low memory at right address and with right size
165 in peldr.dll (fixes install of Windows Media Player)
166 - KERNEL32: Print thread id for each log message
167
168 2000-01-22: Michal Necasek <mike@mendelu.cz>
169 - DINPUT: Fixes + basic functionality is complete; enough for many games
170
171 2000-01-21: Sander van Leeuwen <sandervl@xs4all.nl>
172 - USER32: Put back old WM_MOVE, MsgFormatChanged & OSLibSWPToWINDOWPOSFrame
173 Previous changes broke many apps (VPBuddy, MIrc32)
174 Don't update window if style changes (responsibility of the app)
175 Store window menu & id in same variable (fixes clock ->
176 double click on analog window -> titlebar & menu gone; menu
177 used to stay there)
178 Put back WM_CALCVALIDRECT code in pmwindow. Fixes updates
179 of clock window (who's class has CS_H/VREDRAW style).
180 - KERNEL32: Fixed image loading for resource lookup only (don't care
181 where those images are loaded as we only use it to query
182 the version resource; so base address doesn't matter)
183 (-> RealPlayer 7 installs now)
184
185 2000-01-20: Sander van Leeuwen <sandervl@xs4all.nl>
186 - KERNEL32: Disabled creation of pe_x.log if logging disabled
187 Only get codepage once from odin.ini.
188
189 2000-01-20: Vit Timchishin <tvv@sbs.kiev.ua>
190 - KERNEL32: Codepage bugfix & unicode translation changes (heapstring.cpp)
191 - GDI32: Added codepage support for CreateCompatibleDC
192
193 2000-01-20: Christoph Bratschi <cbratschi@datacomm.ch>
194 - USER32: fixed WM_CONTEXTMENU
195 dispatch WM_MOUSEMOVE in menu loop
196
197 2000-01-18: Sander van Leeuwen <sandervl@xs4all.nl>
198 - USER32: Removed 'old' user32 and replaced it with the new one
199 Call default window proc when DefMDIChildProcA/W is called
200 for a non-MDI window.
201 Fixed menu check & submenu marks painting
202 - KERNEL32: Increased shared heap reserve size to 512 kb
203 - SHELL32: Display Odin logo in Shell about dialog box
204
205 2000-01-18: Jens Wiessner <wiessnej@rfi.de>
206 - WINMM\WAVEMAP
207 Updated to Wine level 20000109 + corrected compile
208 - MCICDA: ported MCICDA.DLL from Wine 20000901 (Linux cdrom calls stubbed
209 so it doesn't work)
210
211 2000-01-17: Sander van Leeuwen <sandervl@xs4all.nl>
212 - USER32\NEW: Added basic support for DInput WM_CHAR notification
213 (the rest needs to be done in dinput.dll)
214 Use KEYBOARD_Enable user32 export to (un)register WM_CHAR
215 handler. (WNDPROC type) It's called when a WM_CHAR message
216 arrives for an Odin window with hwnd, msg, wParam & lParam.
217 - DINPUT: Fixed bugs reported by Michal Necasek
218
219 2000-01-16: Christoph Bratschi <cbratschi@datacomm.ch>
220 - USER32/NEW: implemented sysmenu commands: SC_SIZE and SC_TASKLIST
221 fixed WM_MOVE
222 changed HTCAPTION system menu position
223 changed maximized window position
224 don't move/size maximized windows
225
226 2000-01-15: Jens Wiessner <wiessnej@rfi.de>
227 - TWAIN_32: Update
228 - WINMM\MCIANIM,MCIAVI32,MCISEQ,MCIWAVE,MIDIMAP
229 Updated to Wine level 20000109 + corrected compile errors
230 - WINMM: Ported Wine wave mapper.
231
232 2000-01-15: Sander van Leeuwen <sandervl@xs4all.nl>
233 - USER32\NEW: Fixed scroll repaints (never use GetMessage with window
234 handle as that can prevent WM_PAINTs from being dispatched)
235 (may need reworking of Get/PeekMessage instead)
236 ScrollWindow changes
237 Removed frame drawing 'bugfix'.
238 Fixed system menu position for child windows (i.e. MDI)
239 Fixed titlebar tracking for child windows (i.e. MDI)
240 - KERNEL32: Check for null pointers in lstrcmpA
241
242 2000-01-15: Christoph Bratschi <cbratschi@datacomm.ch>
243 - USER32/NEW: cache menu and caption drawing
244 changed minimize button position
245 don't redraw system menu icon in menu.cpp
246 hilighted menubar items don't have an edge in Win9x
247 don't open system menu on mouseover if menubar is used and vice versa
248 show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position)
249 use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style
250
251 2000-01-14: Christoph Bratschi <cbratschi@datacomm.ch>
252 - USER32/NEW: added caption clipping for faster window text updates
253
254 2000-01-14: Sander van Leeuwen <sandervl@xs4all.nl>
255 - USER32\NEW: Fixed min/max bug for mdi child windows
256 Fixed DrawMenuBar (invalidate frame rectangle in
257 FrameUpdateClient if client rectangle wasn't changed)
258 Fixed bugs in MsgFormatFrame & SendNCCalcSize
259 Fixed WM_WINDOWPOSCHANGED translation for frame window (not done yet)
260 (Winamp works now)
261 Removed code that's no longer used (subclassed OS/2 frame
262 controls & OS/2 scrollbar functions etc)
263
264 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
265 - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window
266 is activated or deactivated
267 Send correct thread id for non-Odin windows in WM_ACTIVATEAPP
268 Set window handle of non-Odin window to window desktop in WM_ACTIVATE
269 Return window desktop handle for window handle returned by
270 SetActiveWindow if window is non-Odin.
271 Fixed activation of windows. (send WM_ACTIVATE when receiving
272 a WM_WINDOWPOSCHANGED message in pmframe.cpp)
273 Fixed DrawFrame; bottom & right frame borders now drawn correctly
274 Fixed scrollbar positioning (style.exe)
275 Fixed CS_OWNDC for GetDCEx (DCX_WINDOW); don't use a window
276 DC to save/restore a window's own dc.
277 Fixed client rectangle problems. Client rectangles
278 are always in frame coordinates; window rectangles in
279 screen coordinates. Whenever necessary (i.e WM_MOVE)
280 client coordinates are converted to coordinates relative
281 to it's parent client window.
282 Changed WM_MOVE -> client coordinates relative to parent origin
283 if child; otherwise relative to screen origin. (needs testing)
284 (WM_NCCALCSIZE needs to be done as well)
285 - COMCTL32: Version resource version nrs changed (based on NT 4 SP3)
286 - KERNEL32: Added DisableLogging & EnableLogging functions to
287 disable logging in parts of code. Logging will only be
288 done if the logcount is bigger than 0.
289
290 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
291 - USER32/NEW: fixed WM_CALCVALIDRECTS
292 activated WM_NCPAINT clipping
293 added improved frame redraw mechanism
294
295 2000-01-12: Sander van Leeuwen <sandervl@xs4all.nl>
296 - USER32\NEW: Changed client rectangle positioning (not done by PM frame
297 handler anymore) -> fixes problems with Shell About dialog
298 and jumping controls when resizing (Winhlp32)
299 Fixed menu tracking for different submenus
300 Fixed delayed repaints of invalidated menu rectangles
301 Ported Wine messagebox code. (for GUI consistency)
302 Fixed bugs in ShowScrollBar. (vert. scrollbar wasn't enabled
303 in notepad)
304 Fixed 'frame' control updates (resizing client window in
305 SetWindowPos for SWP_FRAMECHANGED)
306
307 2000-01-11: Jens Wiessner <wiessnej@rfi.de>
308 - TWAIN_32: Bugfix (removed test code)
309
310 2000-01-11: Christoph Bratschi <cbratschi@datacomm.ch>
311 - USER32/NEW: fixed AdjustWindowRectEx
312
313 2000-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
314 - USER32\NEW: Put nonclient code in win32wbasenonclient.cpp
315 Removed hardcoded dependancy on shell32; load it on-demand
316 Fixed LoadBitmap (OBM_RADIOCHECK was missing from system bitmap list)
317 Fixed wrong return value for OSLibWinGetMsg
318 Workaround for bug in GDI32 FillRect (menu items painted
319 black instead of gray) (menu.cpp, MENU_DrawMenuItem)
320 Applied patch to Wine menu code for RealPlayer
321 Fixed default return value of DefWndProc (0)
322 Fixed SetMenu (menus should be set when a window is no child)
323 Call correct SetMenu function from MsgCreate Win32BaseWindow method
324 Use WIN32_INNERFRAME frame class for top level windows again.
325 (VPBuddy repaint problems were solved by using this class)
326
327 2000-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
328 - USER32: Fixed message translation for WM_TIMER with no window handle or timer proc
329 Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
330 - WINMM: Fixed wrong error code for waveOutOpen & waveOutGetDevCaps when
331 there's no audio device
332 - USER32\NEW: Fixed message translation for WM_TIMER with no window handle or timer proc
333 Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
334 or button down/up message translation.
335 Fixed LoadBitmap (only load from user32 if it's a system bitmap)
336 Added WM_NCACTIVATE message generation
337 Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
338 Changed GetSystemMenu; added method to Win32BaseWindow class
339 (destroy old menu if present and switch back to default system
340 menu if bRevert = TRUE; needs changes in non-client code)
341
342 2000-01-10: Christoph Bratschi <cbratschi@datacomm.ch>
343 - USER32/NEW: activated menu code
344
345 2000-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
346 - USER32: Added border size for top-level windows in OSLibWinConvertStyle
347 (borders are not drawn correctly)
348 Fixed bug in pmframe WM_WINDOWPOSCHANGED handler (don't update
349 client/window rectangle when size nor position have changed)
350 Fixed out of sync rectWindow. (children don't get notified of
351 parent position change -> rectWindow (in screen coord.) not updated)
352 Fixed LoadBitmap for system bitmaps
353 Fixes for win32 titlebar + added win32 system menu
354 System menu commands now work
355 Fixed repaint problem for win32 titlebar
356 Added Christoph's gradient filled title bars code
357 For (experimental) win32-like windows add this to odin.ini:
358 [CUSTOMIZATION]
359 OS2Look=0
360
361 [COLORS]
362 UseWinColors=1
363
364 2000-01-09: David Raison <djr@lemur.co.uk>
365 - OLEAUT32: Typelib - Updated TKIND_ALIAS handling.
366
367 2000-01-09: Christoph Bratschi <cbratschi@datacomm.ch>
368 - USER32/NEW: implemented scrollbar nc handling
369 windows without menus work now fine
370 implemented gradient filled title bars
371
372 2000-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
373 - USER32: ModifyMenuA bugfix (changing menu ids didn't work)
374 OSLibGetMsg bugfix + WM_QUIT translation fix
375 OSLibGetMenuItemRect fix (y coordinate conversion)
376 Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
377 or button down/up message translation.
378 - OLE32/OLEAUT32/OLESVR32/OLEDLG/OLECLI32:
379 Added Wine-like license that supercedes the main Odin license
380 - CRTDLL: Fixed many register based floating point exports (CRTDLL__CIcos,
381 CRTDLL__CIatan etc etc)
382
383 2000-01-08: Jens Wiessner <wiessnej@rfi.de>
384 - CRTDLL: Compile fix
385
386 2000-01-08: Patrick Haller <phaller@gmx.net>
387 - SHELL32: Update: to WINE level 2000/01/08
388 - KERNEL32: Add: stub for GetDiskFreeSpaceExAW
389
390 2000-01-06: Christoph Bratschi <cbratschi@datacomm.ch>
391 - GDI32: added PatBlt support for negative width/height
392
393 2000-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
394 - ADVAPI32: Implemented StartServiceCtrlDispatcherA/W
395 Faked RegisterServiceCtrlHandlerA/W (TODO)
396 Partly implemented SetServiceBits/SetServiceStatus
397 Improved QueryServiceStatus
398 Call RtlCreateAcl in InitializeAcl
399 - LZ32: Create correct library
400 - CRTDLL: Fixed CRTDLL__wcsnicmp (use Wine version)
401 - VERSION: Fixed VerQueryValue32A and merged with latest Wine sources
402 (991212) (-> fixes errors in RealPlayer)
403 - USER32: GetMenuStringA fix (return length of string if string pointer
404 or size parameter == 0)
405
406 2000-01-05: Jens Wiessner <wiessnej@rfi.de>
407 - TWAIN_32: Update
408
409 2000-01-05: Christoph Bratschi <cbratschi@datacomm.ch>
410 - USER32/NEW: single window works now
411
412 2000-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
413 - KERNEL32/NTDLL: Partially implemented NtOpenThreadToken
414 (should be changed)
415 MS Office 2000 install (first part) almost working.
416 (installs windows installer as system service)
417 - OLEAUT32: Typelib bugfix for MS Office 2k install
418 - odin_ini.txt: Added information about CODEPAGES & TWAIN section
419
420 2000-01-05: David Raison <djr@lemur.co.uk>
421 - OLEAUT32: LHashValOfNameSys(A)
422
423 2000-01-04: Jens Wiessner <wiessnej@rfi.de>
424 - TWAIN_32: Created twain dll for usage with CFM Twain for OS/2.
425
426 2000-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
427 - USER32: InsertMenu bugfix (RealPlayer calls InsertMenu with flag 0 & pos -1)
428 Delete old region in SetWindowRegion
429
430 2000-01-03: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
431 - KERNEL32: Named pipe updates & bugfixes
432
433 2000-01-03: Jens Wiessner <wiessnej@rfi.de>
434 - LZ32/TAPI32: Updated def files to match NT 4 SP6
435 - MSVCRT: Updated def files + MSVCRT40 version info
436 - WINMM: Added Wine's MCI dlls (not compiled as this requires
437 a working MCI subsystem in winmm and a redesign of
438 wave & midi)
439
440 2000-01-03: Sander van Leeuwen <sandervl@xs4all.nl>
441 - LZ32: Cleaned up .def file (don't import directly) & removed
442 debugtools.h
443 - USER32: Fixed PostThreadMessage + bugs in GetMessage
444 - KERNEL32: Set hmq & hab THDB values for newly created
445 threads (hmq not correct now)
446
447 2000-01-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
448 - KERNEL32: Started implementing named pipe apis
449
450 2000-01-02: David Raison <djr@lemur.co.uk>
451 - OLEAUT32: Typelib fixes - Custom Data & Default values.
452 Added private logging to tlib_n.log when reading a TLIB.
453 (Should clarify what is being read & why)
454 Now supports embedded named TLIBS in the format
455 <path>\<libname>\<id> (required for VB6, etc.)
456 Preparatory work to reduce dependance on
457 current file position to enable delaying parsing
458 data until it is requested by user.
459
460 2000-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
461 - USER32: Implemented Set/GetWindowRgn (not activated)
462 - KERNEL32: Fixed Odin zombie processes when there's a trap inside
463 vfprintf during logging.
464 Cleaned up file io procedures in oslibdos.cpp
465
466 2000-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
467 - USER32: Workaround for crash in Lotus Notes when switching to a new
468 view (PM sends WM_WINDOWPOSCHANGED msg after DestroyWindow
469 has been called for a window -> don't dispatch this msg)
470
Note: See TracBrowser for help on using the repository browser.