source: trunk/changelog@ 4418

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

* empty log message *

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