source: trunk/changelog@ 5584

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

* empty log message *

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