Changeset 6235 for trunk/changelog


Ignore:
Timestamp:
Jul 8, 2001, 5:43:44 AM (24 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r6209 r6235  
    1 /* $Id: changelog,v 1.1573 2001-07-07 19:11:16 sandervl Exp $ */
     1/* $Id: changelog,v 1.1574 2001-07-08 03:43:44 bird Exp $ */
     2
     3 2001-07-08: knut st. osmundsen <kosmunds@csc.com>:
     4    - KERNEL32: o Added call in initterm to tell win32k where the Odin32
     5                  environment block is. (Its in Open32, and I don't think
     6                  it is reallocated.)
     7                o Added early initiation of Win32k loaded EXE. This corrected
     8                  problems with GetModuleHandleA returing -1 to MSVCRT.
     9    - WIN32K:   o Fixed environment block problem. The environment variables is
     10                  not updated in the original env.block. So, win32k needs to
     11                  be told where to find the Odin32 environment block to correctly
     12                  find dlls using the PATH.
     13                o Corrected crosspage fixup bug.
     14                o Set no internal fixups flag in LX header for most executables
     15                  in an attempt to convice OS/2 to load them where they wanna be
     16                  loaded (usually 0x00400000).
    217
    318 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
     
    1833                o implemented WSAEnumNetworkEvents (not correct)
    1934
    20  2001-07-03: knut st. osmundsen <kosmunds@csc.com>:
     35 2001-07-07: knut st. osmundsen <kosmunds@csc.com>:
    2136    - URLMON:   o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
    2237                  to fix SYS2048 during RealPlayer install.
Note: See TracChangeset for help on using the changeset viewer.