source: trunk/changelog@ 5558

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

* empty log message *

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