| 1 | /* $Id: changelog,v 1.1346 2001-04-03 18:41:27 sandervl Exp $ */
 | 
|---|
| 2 | 
 | 
|---|
| 3 |  2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>   
 | 
|---|
| 4 |     - DDRAW:    o Only reset physical palette in DirectDraw destructor if 
 | 
|---|
| 5 |                   palette was really changed.
 | 
|---|
| 6 |                   (gets rid of excessive screen redraws in DXView)
 | 
|---|
| 7 |     - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
 | 
|---|
| 8 |                 o Return GetUserDefaultLangID in GetSystemDefaultLangID
 | 
|---|
| 9 |                 o Ported Wine's codepage, string & unicode functions (codepage.cpp)
 | 
|---|
| 10 |                 o Ported Wine's codepage unicode conversion functions & tables
 | 
|---|
| 11 |                   (kernel32\unicode)
 | 
|---|
| 12 |                 o Rewrote string functions (heapstring.cpp) to use new unicode
 | 
|---|
| 13 |                   functions.
 | 
|---|
| 14 | 
 | 
|---|
| 15 |  2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>   
 | 
|---|
| 16 |     - USER32:   o Mouse message translation fix (check capture)
 | 
|---|
| 17 |                 o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
 | 
|---|
| 18 |                   (fixes file dialogs with OFN_ENABLETEMPLATE style)
 | 
|---|
| 19 |                   Verified behaviour in NT4, SP6 with DSShow sample
 | 
|---|
| 20 |                   - about dialog with DS_CONTROL -> no titlebar
 | 
|---|
| 21 |                   - file open dialog without DS_CONTROL -> titlebar + moveable
 | 
|---|
| 22 |                     2nd dialog                   
 | 
|---|
| 23 |                 o Temporary workaround for file dialogs with template dialog child.
 | 
|---|
| 24 |                   They don't redraw when switching directories. For some reason
 | 
|---|
| 25 |                   the new child's (syslistview32) update rectangle stays empty 
 | 
|---|
| 26 |                   after its parent is made visible with ShowWindow
 | 
|---|
| 27 |                   TODO: find real cause
 | 
|---|
| 28 |     - MSACM32:  o Ported latest Wine version
 | 
|---|
| 29 |     - WINMM:    o Ported latest Wine driver.c (necessary for msacm32 update)
 | 
|---|
| 30 |     - DDRAW:    o Back buffer fix; setup surface descriptor structure and
 | 
|---|
| 31 |                   don't clear DDSCAPS_BACKBUFFER flag
 | 
|---|
| 32 |                   (fix for WinDVD)
 | 
|---|
| 33 |                 o SurfLock:  hEvent can be 0 as long as the DDLOCK_EVENT flag 
 | 
|---|
| 34 |                   isn't set.
 | 
|---|
| 35 |                   Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
 | 
|---|
| 36 |                   (fix for WinDVD)
 | 
|---|
| 37 |     - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
 | 
|---|
| 38 |                   correct version of the pe loader (PE/PEC)
 | 
|---|
| 39 | 
 | 
|---|
| 40 |  2001-04-02: Michal Necasek <michalnec@volny.cz>
 | 
|---|
| 41 |     - KERNEL32: o Fix for importing from executable
 | 
|---|
| 42 |                   (fixes Blade Runner)
 | 
|---|
| 43 |     - TESTAPP\EXCEPTIONS:
 | 
|---|
| 44 |                 o Small test apps to test exception handling
 | 
|---|
| 45 | 
 | 
|---|
| 46 |  2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>   
 | 
|---|
| 47 |     - WININET:  o Added missing exports to wininet.def
 | 
|---|
| 48 |     - KERNEL32: o Removed yesterday's codepage change.
 | 
|---|
| 49 |                   (breaks Opera)
 | 
|---|
| 50 |     - WINMM:    o Increased nr of DART buffers used for wave playback
 | 
|---|
| 51 |     - ODININST  o Moved kernel32 init code into odininst
 | 
|---|
| 52 |                 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
 | 
|---|
| 53 |                   registry key with international settings
 | 
|---|
| 54 |     - USER32:   o Create dialog controls with CreateWindowExW
 | 
|---|
| 55 |                 o Use correct SendMessage(A/W) call during CreateWindow
 | 
|---|
| 56 | 
 | 
|---|