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
RevLine 
[5584]1/* $Id: changelog,v 1.1379 2001-04-25 20:52:18 sandervl Exp $ */
[5313]2
[5584]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
[5580]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)
[5582]14 - COMDLG32: o Resync with latest Wine code
15 (directory changed after file chosen in file open dialog)
[5580]16
[5575]17 2001-04-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
18 - SHELL32: o Updates and fixes for SHFileOperationA (FO_COPY)
19
[5563]20 2001-04-22: Sander van Leeuwen <sandervl@xs4all.nl>
[5573]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)
[5563]25 - KERNEL32: o Removed wrong segment definitions introduced by yesterday's
26 EXC_CallHandler rewrite.
27 (fixes global data section)
[5565]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
[5571]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"
[5563]41
[5558]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.
[5560]47 o Added partial implementation of GetLongPathNameA/W
[5558]48
[5555]49 2001-04-20: Sander van Leeuwen <sandervl@xs4all.nl>
50 - USER32: o Commented out RestoreCursor call in user32 exitlist handler.
[5573]51 Seems to cause PM hangs on some (a lot?) machines for
[5555]52 reasons unknown.
53
[5552]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
[5543]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
[5541]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
[5537]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
[5515]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)
[5517]96 - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
97 and more features)
[5537]98 o Open files in binary mode only; fixes load failures for
[5517]99 shell32 icons (newlines were translated; bytes removed from
100 icon data)
[5520]101 - DPLAYX: o Compile fixes for header changes.
[5517]102 - include\odin.h:
103 o Changes for wrc. It chokes on calling conventions.
104 o Got rid of annoying 'unused struct' warnings
[5515]105
[5514]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
[5504]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)
[5506]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)
[5508]117 o Rewrote ClipCursor & GetClipCursor
[5510]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)
[5504]121
[5501]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
[5584]127 2001-04-12: Shingo Tsuda <sofiya@din.or.jp>
[5497]128 - USER32: o Fixes for DBCS strings
129
[5501]130 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
[5493]131 - PELDR: o Print module name that contributed to the failure of
132 loading kernel32.
133
[5501]134 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[5488]135 - WINMM: o Clean up DirectAudio thread properly.
136
[5584]137 2001-04-05: Shingo Tsuda <sofiya@din.or.jp>
[5484]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
[5501]143 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[5483]144 - USER32: o Rewrote ShowCursor
145
[5501]146 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
[5469]147 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
[5475]148 o lstrcpynWtoA & lstrcpynAtoW fixes
[5477]149 o Removed WideCharToLocal & LocalToWideChar
[5469]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
[5501]155 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
156 - DDRAW: o Only reset physical palette in DirectDraw destructor if
[5452]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)
[5455]164 o Rewrote string functions (heapstring.cpp) to use new unicode
165 functions.
[5464]166 - USER32: o Ported Wine's Char* functions
167 TODO: IsCharAlphaA & IsCharAlphaNumericA
[5452]168
[5501]169 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[5437]170 - USER32: o Mouse message translation fix (check capture)
[5441]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
[5501]176 2nd dialog
[5441]177 o Temporary workaround for file dialogs with template dialog child.
178 They don't redraw when switching directories. For some reason
[5501]179 the new child's (syslistview32) update rectangle stays empty
[5441]180 after its parent is made visible with ShowWindow
181 TODO: find real cause
[5437]182 - MSACM32: o Ported latest Wine version
183 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
[5444]184 - DDRAW: o Back buffer fix; setup surface descriptor structure and
185 don't clear DDSCAPS_BACKBUFFER flag
186 (fix for WinDVD)
[5501]187 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
[5444]188 isn't set.
189 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
190 (fix for WinDVD)
[5447]191 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
192 correct version of the pe loader (PE/PEC)
[5437]193
194 2001-04-02: Michal Necasek <michalnec@volny.cz>
195 - KERNEL32: o Fix for importing from executable
196 (fixes Blade Runner)
[5441]197 - TESTAPP\EXCEPTIONS:
198 o Small test apps to test exception handling
[5437]199
[5501]200 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[5420]201 - WININET: o Added missing exports to wininet.def
[5423]202 - KERNEL32: o Removed yesterday's codepage change.
203 (breaks Opera)
[5422]204 - WINMM: o Increased nr of DART buffers used for wave playback
[5426]205 - ODININST o Moved kernel32 init code into odininst
206 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
207 registry key with international settings
[5441]208 - USER32: o Create dialog controls with CreateWindowExW
[5430]209 o Use correct SendMessage(A/W) call during CreateWindow
[5420]210
Note: See TracBrowser for help on using the repository browser.