source: trunk/changelog@ 5571

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

* empty log message *

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