source: trunk/changelog@ 2681

Last change on this file since 2681 was 2681, checked in by sandervl, 26 years ago

* empty log message *

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