source: trunk/changelog@ 5517

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

* empty log message *

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