source: trunk/changelog@ 4470

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

* empty log message *

File size: 9.0 KB
RevLine 
[4470]1 /* $Id: changelog,v 1.1187 2000-10-09 18:34:52 sandervl Exp $ */
[4454]2
[4465]3 2000-10-09: Yuri Dario <mc6530@mclink.it>
4 - USER32: Corrected background brush for MDI windows
5
[4462]6 2000-10-09: Patrick Haller <phaller@gmx.net>
7 - KERNEL32: Fixed console bug (left offset) reported by Michal
8
[4468]9 2000-10-09: Michal Necasek <mike@mendelu.cz>
10 - KERNEL32: IsValidLocale; don't check for kernel32 resources (that aren't there)
11 Always return true for now -> winhlp32 no longer complains about
12 different languages when loading helpfiles
13
[4469]14 2000-10-09: Sander van Leeuwen <sandervl@xs4all.nl>
[4470]15 - USER32: FrameTrackFrame fix for child windows
16 Ported Wine's ShowOwnedPopups (not tested)
17 - KERNEL32: Check for name value -1 in getResSubDirA/W; previously interpreted
18 as a string pointer resulting in a crash in Quicken.
19 TLS sections must be read/write as they can contain the
20 TLS index value (i.e. VACPPWIN ilink + ilib)
[4465]21
22 2000-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
[4454]23 - USER32: GetMinMaxInfo fix for windows with both WS_THICKFRAME and
24 WS_BORDER style (differs from Wine; see comment in win32basepos.cpp
25 Win32BaseWindow::GetMinMaxInfo)
[4465]26 Fix for CS_OWNDC windows (origin of client window needs to be changed
27 after window size/position changes)
[4456]28 Fix for ShowScrollBar (enabling/disabling both scrollbars at once did not work (vert))
[4458]29 AdjustWindowRectEx fix:
30 Scrollbars aren't checked *UNLESS* the style includes a border (any border)
31 --> VERIFIED IN NT4, SP6 (fixes MFC apps with scrollbars + bar controls)
[4454]32 - KERNEL32: Do not export the toolhelp apis; NT4 doesn't do that. (only win9x)
33
[4448]34 2000-10-07: Markus Montkowski <mmontkowski@gmx.de>
35 - GDI32: Fixed bitblt, it used the size of the source DC
36 when no destwindow was found. this doesn't work
37 for bitblt between dibsections if the dest is larger.
38 so now it checks if the dest DC belongs to a dibsection
39 and uses sets hdcHeight/Width to the size of the dibsection.
40 Added GetWidth() member function for this.
41 Fixes: Civilisation Test of Times
[2659]42
[4438]43 2000-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
44 - KERNEL32: PE loader: no longer rely on section names, but on image
45 directories instead
46 Init console earlier. (before exe is loaded; some dlls want
47 to send output to the console while they're being loaded)
[4442]48 EnumResourceNamesW/EnumResourceTypesW fixes (strings not terminated)
49 CreateProcessA/W fix for setting current directory of new process;
50 Open32 ignores lpCurrentDirectory parameter
51 - PELDR: Special parameter for setting current directory added (/OPT[CURDIR=x])
52 - USER32: Ignore class background brush in DefDlgProc for WM_ERASEBKGND
53 (always use GetSysColorBrush(COLOR_BTNFACE))
54 (Wine does this and it fixes the 1st dialog of the Netscape 6 install)
55 OemToCharBuffA fix; put back special characters that got translated
56 to 0xff (fixes Netscape 6 install license edit control)
[4438]57
58 2000-10-05: Michal Necasek <mike@mendelu.cz>
59 - KERNEL32: FormatMessageA/W fix; message ids can be larger than 65535
60 (VACPPWIN)
61
[4429]62 2000-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
63 - KERNEL32: Don't print FS warnings for OS/2 Odin applications
[4437]64 EnumResourceNamesA fix (zero terminate resource name)
[4429]65 - USER32: GetWindow GW_CHILD & GW_HWNDFIRST fixes
66 EnumDisplaySettingsA; always set refresh rate to 70hz
[4432]67 Z-order bugs fixed; GetWindow returns windows in correct order now
68 hack for groupbox (clipsiblings) no longer necessary. Same
69 goes for adding WS_CLIPSIBLINGS style for dialog controls.
70 Re-enabled usage of invalid region instead of invalid rectangle
71 in BeginPaint -> lots of paint problems gone (i.e. winzip)
[4429]72
[4432]73 2000-10-05: Michal Necasek <mike@mendelu.cz>
74 - KERNEL32: Fixes for exception handling (as done by MSVCRT)
75
[4428]76 2000-10-05: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
77 - tools\common: Implemented read and write buffering for class kFile
78 to speed up kDef2Wat and ImpDef.
79
[4423]80 2000-10-04: Sander van Leeuwen <sandervl@xs4all.nl>
81 - KERNEL32: Added forwarder support for PE loader (required for msvcrt40.dll)
82
[4420]83 2000-10-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
84 - tools\ImpDef: Corrected wrong DESCRIPTION statement.
[4425]85 Corrected exception when processing src\icmp\icmp.def.
[4420]86
[4409]87 2000-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
88 - Include\uniconv.h
89 FS wrappers for Unicode api
[4416]90 - Include\heapstring.h:
91 strcasecmp & strncasecmp are case insensitive (fixes
92 profile apis (and probably some other things too))
[4409]93 - KERNEL32: Calculate cpu speed and set HARDWARE\DESCRIPTION\System\CentralProcessor\x\~Mhz key
94 Added GetFileType method to conin/out which return FILE_TYPE_CHAR
95 Create new keys during installation:
96 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdfs]
97 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
98 Fix for failure during DLL_PROCESS_ATTACH for LX system
99 dlls (pe loader). Didn't fail properly before.
[4418]100 Check if executable exists in CreateProcessA; fixes VMWare
101 installation
[4423]102 InitCommandLine fix (forgot to copy cmd line)
[4409]103 - USER32: Fix for EDIT_WM_Char (couldn't type in numbers anymore)
104 EnumDisplaySettingsA accepts negative indices
[4412]105 - ADVAPI32: Cleanup
[4409]106
107 2000-10-03: Michal Necasek <mike@mendelu.cz>
108 - KERNEL32: Fix for HMGetFileType. Must return FILE_TYPE_CHAR for standard
109 handles (in/out/error)
110
[4403]111 2000-10-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
112 - Watcom makefiles:
113 ú Wrote a converter tool to make wlink input from .def files.
114 tools/common - kDef2Wat.exe (Need VA C to compiler currently)
115 ú Found a problem with Watcom when trying to link
116 advapi32.dll; It mangles the __stdcall function when
117 they aren't prototyped/delcared extern "C". Haven't found
118 any solution to this, other than prototyping the
119 APIs within extern "C" { }.
120
[4369]121 2000-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
122 - SHLWAPI: Rewrote VERSION_OsIsUnicode (same as SHELL_OsIsUnicode now)
123 - RICHED32: 'Handle' WM_SETTEXT messages. Wine's richedit dll is very
124 incomplete. It's better to use the native windows version.
125 - KERNEL32: Ported Wine's LoadModule (previously used Open32)
126 Changed version apis
[4420]127 You can now tell Odin to pretend to be Windows 98 or
[4409]128 Windows NT 4.0 (default = NT40)
[4369]129 Odin.ini:
130 [WinVersion]
[4399]131 Version=Win98
[4382]132 - OLE32: Added stubs for CoGetInstanceFromFile & CoGetInstanceFromIStorage
[4392]133 - KERNEL32, WSOCK32, WINMM, include\odinwrap.h, SHLWAPI, WNASPI32
[4390]134 Changes/fixes for new ODINFUNCTION macros
[4369]135
[4366]136 2000-10-02: Patrick Haller <phaller@gmx.net>
[4395]137 - *: major change in ODINWRAP macros
138 and (all) affected sources
[4366]139 - GDI32: fixed possible error in text.cpp (strrchr)
140 - WNETAP32: started implementation of LAN Manager support :)
[4395]141 NetApiBuffer*
142 NetStatisticsGet
143 NetWkstaGetInfo
[4366]144 - KERNEL32: added HEAP_size export
145
[4359]146 2000-10-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
147 - KERNEL32: Fixed Pe2Lx (ie. Win32k) TLS problem. Beyond Compare works.
148 - Common: Added very limited dump capability to kFilePE. (Used to
149 understand TLS.)
[4399]150 - Win32k Added symbols for kernel 14050 (Warp4) and
151 14054 (Warp4, WS4eB SMP and UNI).
[4359]152
[4356]153 2000-10-01: Patrick Haller <phaller@gmx.net>
154 - KERNEL32: Optimization of PROFILE calls
155 - GDI32: Fix for uncompressed/RGB bitmaps (biSizeImage == 0)
156 - WINMM: Fix for timer logic - timers still quite untested
157
[4350]158 2000-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
159 - KERNEL32: Fixed bug introduced by recent command line changes
160 (executables with spaces in name/dir)
161 - GDI32: Implemented AddFontResourceW
162
[4349]163 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
164 - Win32k: ú Added IOCtl API for Reading or Writing into another process'
165 address space. (*ProcessReadWrite)
166 This is intended used to implemented ReadProcessMemory and
167 WriteProcessMemory (which is essensial to debuggers I think).
168 I'll implementet them soon, but it sees that it'll
169 require more changes in process.c that I first thought.
170 ú Simplified maintaince of kernel imports. (mkcalltab)
171 Removed unused imports.
172
Note: See TracBrowser for help on using the repository browser.