source: trunk/changelog@ 5573

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

* empty log message *

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