source: trunk/changelog@ 5501

Last change on this file since 5501 was 5501, checked in by bird, 25 years ago

* empty log message *

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