source: trunk/changelog@ 5484

Last change on this file since 5484 was 5484, checked in by sandervl, 25 years ago

* empty log message *

File size: 4.0 KB
Line 
1/* $Id: changelog,v 1.1352 2001-04-05 19:05:37 sandervl Exp $ */
2
3 2001-04-05: Sofiya (sofiya@din.or.jp)
4 - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
5 - srclen <= -1 -> calculate length (docs say only for -1)
6 - source and destination pointer can't be the same (as docs also claim)
7 (verified in Windows ME & Windows NT4, SP6)
8
9 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
10 - USER32: o Rewrote ShowCursor
11
12 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
13 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
14 o lstrcpynWtoA & lstrcpynAtoW fixes
15 o Removed WideCharToLocal & LocalToWideChar
16 - INCLUDE\unicode.h:
17 o AsciiToUnicode* & UnicodeToAscii* functions implemented
18 with functions in heapstring.h
19 - * o Compile fixes due to header changes
20
21 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
22 - DDRAW: o Only reset physical palette in DirectDraw destructor if
23 palette was really changed.
24 (gets rid of excessive screen redraws in DXView)
25 - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
26 o Return GetUserDefaultLangID in GetSystemDefaultLangID
27 o Ported Wine's codepage, string & unicode functions (codepage.cpp)
28 o Ported Wine's codepage unicode conversion functions & tables
29 (kernel32\unicode)
30 o Rewrote string functions (heapstring.cpp) to use new unicode
31 functions.
32 - USER32: o Ported Wine's Char* functions
33 TODO: IsCharAlphaA & IsCharAlphaNumericA
34
35 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
36 - USER32: o Mouse message translation fix (check capture)
37 o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
38 (fixes file dialogs with OFN_ENABLETEMPLATE style)
39 Verified behaviour in NT4, SP6 with DSShow sample
40 - about dialog with DS_CONTROL -> no titlebar
41 - file open dialog without DS_CONTROL -> titlebar + moveable
42 2nd dialog
43 o Temporary workaround for file dialogs with template dialog child.
44 They don't redraw when switching directories. For some reason
45 the new child's (syslistview32) update rectangle stays empty
46 after its parent is made visible with ShowWindow
47 TODO: find real cause
48 - MSACM32: o Ported latest Wine version
49 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
50 - DDRAW: o Back buffer fix; setup surface descriptor structure and
51 don't clear DDSCAPS_BACKBUFFER flag
52 (fix for WinDVD)
53 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
54 isn't set.
55 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
56 (fix for WinDVD)
57 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
58 correct version of the pe loader (PE/PEC)
59
60 2001-04-02: Michal Necasek <michalnec@volny.cz>
61 - KERNEL32: o Fix for importing from executable
62 (fixes Blade Runner)
63 - TESTAPP\EXCEPTIONS:
64 o Small test apps to test exception handling
65
66 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
67 - WININET: o Added missing exports to wininet.def
68 - KERNEL32: o Removed yesterday's codepage change.
69 (breaks Opera)
70 - WINMM: o Increased nr of DART buffers used for wave playback
71 - ODININST o Moved kernel32 init code into odininst
72 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
73 registry key with international settings
74 - USER32: o Create dialog controls with CreateWindowExW
75 o Use correct SendMessage(A/W) call during CreateWindow
76
Note: See TracBrowser for help on using the repository browser.