source: trunk/changelog@ 2688

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

* empty log message *

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