source: trunk/changelog@ 4428

Last change on this file since 4428 was 4428, checked in by bird, 25 years ago

* empty log message *

File size: 4.9 KB
Line 
1 /* $Id: changelog,v 1.1172 2000-10-05 07:30:19 bird Exp $ */
2
3 2000-10-05: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
4 - tools\common: Implemented read and write buffering for class kFile
5 to speed up kDef2Wat and ImpDef.
6
7 2000-10-04: Sander van Leeuwen <sandervl@xs4all.nl>
8 - KERNEL32: Added forwarder support for PE loader (required for msvcrt40.dll)
9
10 2000-10-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
11 - tools\ImpDef: Corrected wrong DESCRIPTION statement.
12 Corrected exception when processing src\icmp\icmp.def.
13
14 2000-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
15 - Include\uniconv.h
16 FS wrappers for Unicode api
17 - Include\heapstring.h:
18 strcasecmp & strncasecmp are case insensitive (fixes
19 profile apis (and probably some other things too))
20 - KERNEL32: Calculate cpu speed and set HARDWARE\DESCRIPTION\System\CentralProcessor\x\~Mhz key
21 Added GetFileType method to conin/out which return FILE_TYPE_CHAR
22 Create new keys during installation:
23 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdfs]
24 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
25 Fix for failure during DLL_PROCESS_ATTACH for LX system
26 dlls (pe loader). Didn't fail properly before.
27 Check if executable exists in CreateProcessA; fixes VMWare
28 installation
29 InitCommandLine fix (forgot to copy cmd line)
30 - USER32: Fix for EDIT_WM_Char (couldn't type in numbers anymore)
31 EnumDisplaySettingsA accepts negative indices
32 - ADVAPI32: Cleanup
33
34 2000-10-03: Michal Necasek <mike@mendelu.cz>
35 - KERNEL32: Fix for HMGetFileType. Must return FILE_TYPE_CHAR for standard
36 handles (in/out/error)
37
38 2000-10-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
39 - Watcom makefiles:
40 ú Wrote a converter tool to make wlink input from .def files.
41 tools/common - kDef2Wat.exe (Need VA C to compiler currently)
42 ú Found a problem with Watcom when trying to link
43 advapi32.dll; It mangles the __stdcall function when
44 they aren't prototyped/delcared extern "C". Haven't found
45 any solution to this, other than prototyping the
46 APIs within extern "C" { }.
47
48 2000-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
49 - SHLWAPI: Rewrote VERSION_OsIsUnicode (same as SHELL_OsIsUnicode now)
50 - RICHED32: 'Handle' WM_SETTEXT messages. Wine's richedit dll is very
51 incomplete. It's better to use the native windows version.
52 - KERNEL32: Ported Wine's LoadModule (previously used Open32)
53 Changed version apis
54 You can now tell Odin to pretend to be Windows 98 or
55 Windows NT 4.0 (default = NT40)
56 Odin.ini:
57 [WinVersion]
58 Version=Win98
59 - OLE32: Added stubs for CoGetInstanceFromFile & CoGetInstanceFromIStorage
60 - KERNEL32, WSOCK32, WINMM, include\odinwrap.h, SHLWAPI, WNASPI32
61 Changes/fixes for new ODINFUNCTION macros
62
63 2000-10-02: Patrick Haller <phaller@gmx.net>
64 - *: major change in ODINWRAP macros
65 and (all) affected sources
66 - GDI32: fixed possible error in text.cpp (strrchr)
67 - WNETAP32: started implementation of LAN Manager support :)
68 NetApiBuffer*
69 NetStatisticsGet
70 NetWkstaGetInfo
71 - KERNEL32: added HEAP_size export
72
73 2000-10-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
74 - KERNEL32: Fixed Pe2Lx (ie. Win32k) TLS problem. Beyond Compare works.
75 - Common: Added very limited dump capability to kFilePE. (Used to
76 understand TLS.)
77 - Win32k Added symbols for kernel 14050 (Warp4) and
78 14054 (Warp4, WS4eB SMP and UNI).
79
80 2000-10-01: Patrick Haller <phaller@gmx.net>
81 - KERNEL32: Optimization of PROFILE calls
82 - GDI32: Fix for uncompressed/RGB bitmaps (biSizeImage == 0)
83 - WINMM: Fix for timer logic - timers still quite untested
84
85 2000-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
86 - KERNEL32: Fixed bug introduced by recent command line changes
87 (executables with spaces in name/dir)
88 - GDI32: Implemented AddFontResourceW
89
90 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
91 - Win32k: ú Added IOCtl API for Reading or Writing into another process'
92 address space. (*ProcessReadWrite)
93 This is intended used to implemented ReadProcessMemory and
94 WriteProcessMemory (which is essensial to debuggers I think).
95 I'll implementet them soon, but it sees that it'll
96 require more changes in process.c that I first thought.
97 ú Simplified maintaince of kernel imports. (mkcalltab)
98 Removed unused imports.
99
Note: See TracBrowser for help on using the repository browser.