source: trunk/changelog@ 5536

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

* empty log message *

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