source: trunk/changelog@ 5555

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

* empty log message *

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