source: trunk/changelog@ 4462

Last change on this file since 4462 was 4462, checked in by phaller, 25 years ago

.

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