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