Changeset 9477 for trunk/changelog


Ignore:
Timestamp:
Dec 6, 2002, 4:07:38 AM (23 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r9468 r9477  
    1 /* $Id: changelog,v 1.2379 2002-12-05 09:37:01 sandervl Exp $ */
     1/* $Id: changelog,v 1.2380 2002-12-06 03:07:38 bird Exp $ */
     2
     3 2002-12-05: Knut St. Osmundsen <bird@anduin   >
     4    - WIN32K:   o Finially got around fixing the bug.
     5                  (Was d32init.c, pach <= 0x10000, where compiler did signed
     6                  comparision instead of unsigned. (pach is > 0xfff00000))
     7                o Recreate the symbol database. Had to remove some kernels
     8                  because of size problems.
    29
    310 2002-12-05: Sander van Leeuwen <sandervl@innotek   >
     
    4047    - KERNEL32: o Make sure the stack is properly aligned
    4148                  We're asking for problems if our stack start near a 64kb
    42                   boundary. Some OS/2 thunking procedures can choke on misaligned 
     49                  boundary. Some OS/2 thunking procedures can choke on misaligned
    4350                  stack addresses. (workaround; not a real fix)
    4451
     
    7279
    7380 2002-11-13: Sander van Leeuwen <sandervl@innotek   >
    74     - SETUPAPI, RICHED32: 
     81    - SETUPAPI, RICHED32:
    7582                o Wine resync
    7683
    7784 2002-11-12: Sander van Leeuwen <sandervl@innotek   >
    7885    - COMCTL32: o Wine resync (toolbar, propsheet, imagelist)
    79     - OLE32, OLEAUT32: 
     86    - OLE32, OLEAUT32:
    8087                o Wine resync
    8188
     
    116123
    117124 2002-10-11: Sander van Leeuwen <sandervl@innotek   >
    118     - USER32:   o SetParent bugfix; don't clear window id if parent is set to 
     125    - USER32:   o SetParent bugfix; don't clear window id if parent is set to
    119126                  0.
    120127
     
    146153 2002-10-01: Sander van Leeuwen <sandervl@innotek   >
    147154    - KERNEL32: o Be careful with stack usage in exception handler during
    148                   XCPT_GUARD_PAGE_VIOLATION. 
     155                  XCPT_GUARD_PAGE_VIOLATION.
    149156
    150157 2002-09-30: Sander van Leeuwen <sandervl@innotek   >
     
    158165 2002-09-27: Sander van Leeuwen <sandervl@innotek   >
    159166    - KERNEL32: o GetFileSize must fail for drives
    160                 o Disable physical disk & volume access by default; 
     167                o Disable physical disk & volume access by default;
    161168                  call EnablePhysicalDiskAccess to enable it (custom build)
    162169                o FindFirst/NextVolumeA fixes for ignoring LVM volumes
Note: See TracChangeset for help on using the changeset viewer.