source: trunk/changelog@ 5580

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

* empty log message *

File size: 10.1 KB
Line 
1/* $Id: changelog,v 1.1377 2001-04-24 19:45:39 sandervl Exp $ */
2
3 2001-04-24: Sander van Leeuwen <sandervl@xs4all.nl>
4 - COMDLG32, DPLAYX, OLE32, OLEAUT32:
5 o Compile fixes for VAC 3.6.5 (nameless unions & structs)
6
7 2001-04-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
8 - SHELL32: o Updates and fixes for SHFileOperationA (FO_COPY)
9
10 2001-04-22: Sander van Leeuwen <sandervl@xs4all.nl>
11 - DDRAW: o Wrong calling convention of io_init2. Parameter is pushed
12 on the stack, not put in eax.
13 (fixes crash in release ddraw & systems with xf86sup.sys
14 installed)
15 - KERNEL32: o Removed wrong segment definitions introduced by yesterday's
16 EXC_CallHandler rewrite.
17 (fixes global data section)
18 o Build fake header for LX executable
19 (fixes crash during Acrobat Reader 5 install (regsvr32.exe))
20 - NTDLL: o Updated rtlstr.c (Wine)
21 o Wrote partial implementation of RtlGetAce. Not tested well.
22 Enough to prevent Acrobat Reader 5 install from crashing.
23 - ADVAPI32: o Forward AddAce, FindFirstFreeAce, GetAce & AddAccessAllowedAce
24 to NTDLL
25 - INSTALL: o Add Font registry keys
26 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
27 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Fonts]
28 "Courier 10,12,15 (VGA res)"="COURE.FON"
29 "MS Sans Serif 8,10,12,14,18,24 (VGA res)"="SSERIFE.FON"
30 "MS Serif 8,10,12,14,18,24 (VGA res)"="SERIFE.FON"
31
32 2001-04-21: Sander van Leeuwen <sandervl@xs4all.nl>
33 - KERNEL32: o DosWrite for stdout doesn't accept high addresses
34 o Rewrote EXC_CallHandler in assembly (copied compiler output
35 (opt. off))
36 No longer necessary to turn off optimizations for exceptions.cpp.
37 o Added partial implementation of GetLongPathNameA/W
38
39 2001-04-20: Sander van Leeuwen <sandervl@xs4all.nl>
40 - USER32: o Commented out RestoreCursor call in user32 exitlist handler.
41 Seems to cause PM hangs on some (a lot?) machines for
42 reasons unknown.
43
44 2001-04-20: Patrick Haller <patrick.haller@innotek.de>
45 - DSOUND: o Fixes / Workaround for PowerDVD 3.0
46 Crashed when allocating sound object for
47 48kHz, 16-Bit, 4 channels
48 o dynamically size the internal mixing buffer
49 in DSMIXER
50
51 2001-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
52 - KERNEL32: o Fail properly when a dll can't be found or loaded.
53 - SHELL32: o Ported latest shlfileop.c from Wine. (include functional
54 SHFileOperation).
55 TODO: Merge the rest.
56
57 2001-04-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
58 - dailybuild:
59 o Adjusted to new build pattern.
60 o Copy all builds to local archive directory.
61 - tools\install:
62 o Added Xx2Lx.
63 - Readme.txt:
64 o Changed Pe2Lx to Xx2Lx.
65
66 2001-04-17: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
67 - Unicode: o Minor addjustments to makefile. CFLAGS is the correct
68 place to addjust flags for C compilation. And flags
69 are compiler specific.. wrapped it in CCENV checks.
70 - Tools\Common:
71 o Revamped a couple of things - introduced interface classes.
72 Not quite statisfied yet, but it's working.
73 o Starting to make an kFileSDF class to access .SDF files
74 SDF = Structure Definition Files - used by PMDF. Contains
75 information about structures (struct _somthing_s).
76 Needs this information for win32k.
77 - Tools\Database:
78 o Recreate makefiles, new style. GD is not compiled any longer.
79 o Addjusted APIImport to fit changes in Tools\Common.
80 - Tools\ImpLib:
81 o Addjusted code to fit changes in Tools\Common.
82
83 2001-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
84 - KERNEL32: o Fix for LoadLibrary(Ex)W. (free must not be called for
85 converted strings; use FreeAsciiString instead)
86 - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
87 and more features)
88 o Open files in binary mode only; fixes load failures for
89 shell32 icons (newlines were translated; bytes removed from
90 icon data)
91 - DPLAYX: o Compile fixes for header changes.
92 - include\odin.h:
93 o Changes for wrc. It chokes on calling conventions.
94 o Got rid of annoying 'unused struct' warnings
95
96 2001-04-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
97 - DSOUND: o Removed pmwinx.lib from makefile. Wasn't used; and it had
98 bad path (ie. no path).
99
100 2001-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
101 - KERNEL32: o RegQueryValueExA/W broken. Reserved & type parameters reversed.
102 (fixes crash in Notepad and possibly solves many other problems)
103 - USER32: o SetCapture change; return immediately when new capture window
104 is the same as old one.
105 (fixes high cpu load in PowerDVD when holding mouse cursor over
106 control window; PM kept sending WM_MOUSEMOVE messages)
107 o Rewrote ClipCursor & GetClipCursor
108 o Set PM style flags when WS_CLIPCHILDREN or WS_CLIPSIBLINGS
109 flag is changed by the application using SetWindowLong.
110 (fixes Lotus Notes size bar & upper left rectangle painting)
111
112 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
113 - configure,win32k:
114 o Added option to Configure.cmd, -w, which omittes building
115 of Win32k.sys.
116
117 2001-04-12: Sofiya (sofiya@din.or.jp)
118 - USER32: o Fixes for DBCS strings
119
120 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
121 - PELDR: o Print module name that contributed to the failure of
122 loading kernel32.
123
124 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
125 - WINMM: o Clean up DirectAudio thread properly.
126
127 2001-04-05: Sofiya (sofiya@din.or.jp)
128 - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
129 - srclen <= -1 -> calculate length (docs say only for -1)
130 - source and destination pointer can't be the same (as docs also claim)
131 (verified in Windows ME & Windows NT4, SP6)
132
133 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
134 - USER32: o Rewrote ShowCursor
135
136 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
137 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
138 o lstrcpynWtoA & lstrcpynAtoW fixes
139 o Removed WideCharToLocal & LocalToWideChar
140 - INCLUDE\unicode.h:
141 o AsciiToUnicode* & UnicodeToAscii* functions implemented
142 with functions in heapstring.h
143 - * o Compile fixes due to header changes
144
145 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
146 - DDRAW: o Only reset physical palette in DirectDraw destructor if
147 palette was really changed.
148 (gets rid of excessive screen redraws in DXView)
149 - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
150 o Return GetUserDefaultLangID in GetSystemDefaultLangID
151 o Ported Wine's codepage, string & unicode functions (codepage.cpp)
152 o Ported Wine's codepage unicode conversion functions & tables
153 (kernel32\unicode)
154 o Rewrote string functions (heapstring.cpp) to use new unicode
155 functions.
156 - USER32: o Ported Wine's Char* functions
157 TODO: IsCharAlphaA & IsCharAlphaNumericA
158
159 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
160 - USER32: o Mouse message translation fix (check capture)
161 o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
162 (fixes file dialogs with OFN_ENABLETEMPLATE style)
163 Verified behaviour in NT4, SP6 with DSShow sample
164 - about dialog with DS_CONTROL -> no titlebar
165 - file open dialog without DS_CONTROL -> titlebar + moveable
166 2nd dialog
167 o Temporary workaround for file dialogs with template dialog child.
168 They don't redraw when switching directories. For some reason
169 the new child's (syslistview32) update rectangle stays empty
170 after its parent is made visible with ShowWindow
171 TODO: find real cause
172 - MSACM32: o Ported latest Wine version
173 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
174 - DDRAW: o Back buffer fix; setup surface descriptor structure and
175 don't clear DDSCAPS_BACKBUFFER flag
176 (fix for WinDVD)
177 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
178 isn't set.
179 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
180 (fix for WinDVD)
181 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
182 correct version of the pe loader (PE/PEC)
183
184 2001-04-02: Michal Necasek <michalnec@volny.cz>
185 - KERNEL32: o Fix for importing from executable
186 (fixes Blade Runner)
187 - TESTAPP\EXCEPTIONS:
188 o Small test apps to test exception handling
189
190 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
191 - WININET: o Added missing exports to wininet.def
192 - KERNEL32: o Removed yesterday's codepage change.
193 (breaks Opera)
194 - WINMM: o Increased nr of DART buffers used for wave playback
195 - ODININST o Moved kernel32 init code into odininst
196 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
197 registry key with international settings
198 - USER32: o Create dialog controls with CreateWindowExW
199 o Use correct SendMessage(A/W) call during CreateWindow
200
Note: See TracBrowser for help on using the repository browser.