source: trunk/changelog@ 2695

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

* empty log message *

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