source: trunk/changelog@ 5575

Last change on this file since 5575 was 5575, checked in by sandervl, 24 years ago

* empty log message *

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