source: trunk/changelog@ 2673

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

* empty log message *

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