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