source: trunk/changelog@ 5504

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

* empty log message *

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