source: trunk/changelog@ 2683

Last change on this file since 2683 was 2683, checked in by bird, 26 years ago

* empty log message *

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