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