| Rev | Line | |
|---|
| [6165] | 1 | /* $Id: changelog,v 1.1561 2001-07-04 09:29:26 sandervl Exp $ */
|
|---|
| [6074] | 2 |
|
|---|
| [6161] | 3 | 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
|
|---|
| 5 | o VkKeyScanExA/W: call VkKeyScanA/W
|
|---|
| 6 | o MapVirtualKeyExA/W: call MapVirtualKeyA/W
|
|---|
| [6165] | 7 | o SetParent bugfix; even though the win32 coordinates might
|
|---|
| 8 | not change, the PM coordinates can. We must make sure the
|
|---|
| 9 | child stays at the same position (y) relative to the
|
|---|
| 10 | (new) parent.
|
|---|
| 11 | (Cool Edit Pro LE play buttons now at the right position)
|
|---|
| [6164] | 12 | - GDI32: o Workaround for applications that depend on 16 bits
|
|---|
| 13 | GDI object handles.
|
|---|
| 14 | (TODO: must create our own 16 bits handles)
|
|---|
| 15 | (fixes crash in Cool Edit Pro LE)
|
|---|
| [6161] | 16 |
|
|---|
| [6152] | 17 | 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 18 | - KERNEL32: o Improoved the Unhandled exception message by
|
|---|
| 19 | trying to provide modulename and some kind of obj/offset.
|
|---|
| [6159] | 20 | - FastDep: o (synced with OS2Tools) Make better use of data in evt.
|
|---|
| 21 | existing .depend file so that only changed files are processed.
|
|---|
| [6152] | 22 |
|
|---|
| [6144] | 23 | 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 24 | - KERNEL32: o Executable load fix
|
|---|
| [6147] | 25 | (fixes crash during RealPlayer 8 install)
|
|---|
| 26 | o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
|
|---|
| [6150] | 27 | - USER32: o ToAscii & GetKeyboardState fixes
|
|---|
| [6147] | 28 | (for Putty keyboard input)
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.