source: trunk/changelog@ 4409

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

* empty log message *

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