source: trunk/changelog@ 2664

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

* empty log message *

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