source: trunk/changelog@ 5508

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

* empty log message *

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