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
RevLine 
[5573]1/* $Id: changelog,v 1.1375 2001-04-22 17:22:23 sandervl Exp $ */
[5313]2
[5563]3 2001-04-22: Sander van Leeuwen <sandervl@xs4all.nl>
[5573]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)
[5563]8 - KERNEL32: o Removed wrong segment definitions introduced by yesterday's
9 EXC_CallHandler rewrite.
10 (fixes global data section)
[5565]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
[5571]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"
[5563]24
[5558]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.
[5560]30 o Added partial implementation of GetLongPathNameA/W
[5558]31
[5555]32 2001-04-20: Sander van Leeuwen <sandervl@xs4all.nl>
33 - USER32: o Commented out RestoreCursor call in user32 exitlist handler.
[5573]34 Seems to cause PM hangs on some (a lot?) machines for
[5555]35 reasons unknown.
36
[5552]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
[5543]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
[5541]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
[5537]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
[5515]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)
[5517]79 - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
80 and more features)
[5537]81 o Open files in binary mode only; fixes load failures for
[5517]82 shell32 icons (newlines were translated; bytes removed from
83 icon data)
[5520]84 - DPLAYX: o Compile fixes for header changes.
[5517]85 - include\odin.h:
86 o Changes for wrc. It chokes on calling conventions.
87 o Got rid of annoying 'unused struct' warnings
[5515]88
[5514]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
[5504]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)
[5506]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)
[5508]100 o Rewrote ClipCursor & GetClipCursor
[5510]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)
[5504]104
[5501]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
[5497]110 2001-04-12: Sofiya (sofiya@din.or.jp)
111 - USER32: o Fixes for DBCS strings
112
[5501]113 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
[5493]114 - PELDR: o Print module name that contributed to the failure of
115 loading kernel32.
116
[5501]117 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
[5488]118 - WINMM: o Clean up DirectAudio thread properly.
119
[5484]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
[5501]126 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
[5483]127 - USER32: o Rewrote ShowCursor
128
[5501]129 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
[5469]130 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
[5475]131 o lstrcpynWtoA & lstrcpynAtoW fixes
[5477]132 o Removed WideCharToLocal & LocalToWideChar
[5469]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
[5501]138 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
139 - DDRAW: o Only reset physical palette in DirectDraw destructor if
[5452]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)
[5455]147 o Rewrote string functions (heapstring.cpp) to use new unicode
148 functions.
[5464]149 - USER32: o Ported Wine's Char* functions
150 TODO: IsCharAlphaA & IsCharAlphaNumericA
[5452]151
[5501]152 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
[5437]153 - USER32: o Mouse message translation fix (check capture)
[5441]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
[5501]159 2nd dialog
[5441]160 o Temporary workaround for file dialogs with template dialog child.
161 They don't redraw when switching directories. For some reason
[5501]162 the new child's (syslistview32) update rectangle stays empty
[5441]163 after its parent is made visible with ShowWindow
164 TODO: find real cause
[5437]165 - MSACM32: o Ported latest Wine version
166 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
[5444]167 - DDRAW: o Back buffer fix; setup surface descriptor structure and
168 don't clear DDSCAPS_BACKBUFFER flag
169 (fix for WinDVD)
[5501]170 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
[5444]171 isn't set.
172 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
173 (fix for WinDVD)
[5447]174 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
175 correct version of the pe loader (PE/PEC)
[5437]176
177 2001-04-02: Michal Necasek <michalnec@volny.cz>
178 - KERNEL32: o Fix for importing from executable
179 (fixes Blade Runner)
[5441]180 - TESTAPP\EXCEPTIONS:
181 o Small test apps to test exception handling
[5437]182
[5501]183 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
[5420]184 - WININET: o Added missing exports to wininet.def
[5423]185 - KERNEL32: o Removed yesterday's codepage change.
186 (breaks Opera)
[5422]187 - WINMM: o Increased nr of DART buffers used for wave playback
[5426]188 - ODININST o Moved kernel32 init code into odininst
189 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
190 registry key with international settings
[5441]191 - USER32: o Create dialog controls with CreateWindowExW
[5430]192 o Use correct SendMessage(A/W) call during CreateWindow
[5420]193
Note: See TracBrowser for help on using the repository browser.