Changeset 1689 for trunk/changelog


Ignore:
Timestamp:
Nov 10, 1999, 3:19:20 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1684 r1689  
    1  /* $Id: changelog,v 1.432 1999-11-10 12:19:42 phaller Exp $ */
     1 /* $Id: changelog,v 1.433 1999-11-10 14:19:20 sandervl Exp $ */
     2
     3 99-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
     4        - KERNEL32: Rewrote OSLibDosAllocMem to only return addresses
     5                    aligned at 64kb boundaries (that's what NT's VirtualAlloc
     6                    does and it fixes problems with MS Word & StarCraft)
     7                    Fixed wrong dprintf in GetProcAddress.
     8                    Added code to VirtualAlloc for committing pages of memory mapped
     9                    files. (Word needs this)
     10        - USER32: Implemented WindowFromDC
     11                  Call WinWaitMsg from WaitMessage instead of calling Open32 api.
     12                  Added wvsnprintfA export (required for NTDLL)
     13        - NTDLL: Link with user32.lib, don't import by name directly
     14                 (needs to be done for the kernel32 forwards too)
     15        - GDI32: Removed flipping of bitmaps in dibsection (no longer necessary)
    216
    317 99-11-10: Patrick Haller <phaller@gmx.net>
     
    620
    721 99-11-10: knut.st.osmundsen <knut.stange.osmundsen@pmsc.no>
    8     - PE2LX: Added OLE32 to the lie list. New Base class.
    9     - WIN32K: Disabled Yield - this solves problems running win32k
    10               at SMP kernels and logging problems on all kernels.
    11               Added some parameters.
     22        - PE2LX: Added OLE32 to the lie list. New Base class.
     23        - WIN32K: Disabled Yield - this solves problems running win32k
     24                  at SMP kernels and logging problems on all kernels.
     25                  Added some parameters.
    1226
    1327 99-11-09: Rene Pronk <R.Pronk@twi.tudelft.nl>
Note: See TracChangeset for help on using the changeset viewer.