source: trunk/changelog@ 4479

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

* empty log message *

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