source: trunk/changelog@ 5564

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

* empty log message *

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