Changeset 10160 for trunk/changelog


Ignore:
Timestamp:
Jul 9, 2003, 3:03:24 PM (22 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r10158 r10160  
    1 /* $Id: changelog,v 1.2597 2003-07-07 12:26:47 sandervl Exp $ */
     1/* $Id: changelog,v 1.2598 2003-07-09 13:03:24 bird Exp $ */
     2
     3 2003-07-09: knut st. osmundsen <bird-odinspam@anduin    >
     4    - MAKEFILES:o Invoke RC directly and not thru the CMDQD.
    25
    36 2002-07-07: Dmitry Froloff <froloff@os2   >
     
    4447
    4548 2003-05-16: Sander van Leeuwen <sandervl@innotek   >
    46     - USER32:   o Use our fast critical sections instead of OS/2 mutex semaphores 
     49    - USER32:   o Use our fast critical sections instead of OS/2 mutex semaphores
    4750                  in the timer code.
    4851                o Handle WM_(SYS)TIMER timer calls in DispatchMessageA/W.
    4952                  We previously called timer handlers when we received WM_TIMER
    5053                  from PM. That's not correct. These messages must be returned
    51                   by Get/PeekMessage. The handler will not be called if the 
     54                  by Get/PeekMessage. The handler will not be called if the
    5255                  timer message is not dispatched. (verified in NT4)
    5356
     
    6164                o ReleaseDC: always verify window associated with DC
    6265    - COMCTL32: o Complete resync with latest Wine (except draglist)
    63                 o Implemented LVM_APPROXIMATEVIEWRECT for LVS_REPORT controls 
     66                o Implemented LVM_APPROXIMATEVIEWRECT for LVS_REPORT controls
    6467                  (needed to get rid of a crash; very likely to be incorrect)
    6568
    6669 2003-05-14: Sander van Leeuwen <sandervl@innotek   >
    67     - GDI32:    o DIB section: do not fetch more colors from a bitmap header than 
     70    - GDI32:    o DIB section: do not fetch more colors from a bitmap header than
    6871                  biClrUsed (if != 0)
    6972                o GetDIBits: save and restore negative height & log failure
     
    8083 2003-05-06: Sander van Leeuwen <sandervl@innotek   >
    8184    - KERNEL32: o Fixed closing of parent file handle by duplicate memory map
    82                 o Compare file names instead of handles when checking for 
     85                o Compare file names instead of handles when checking for
    8386                  duplicate file maps.
    8487    - USER32:   o ReleaseDC check if hwnd parameter is correct (WindowFromDC(hdc))
     
    123126
    124127 2003-04-25: Sander van Leeuwen <sandervl@innotek   >
    125     - NTDLL:    o Initialize kernel32 first (circular dependency between 
     128    - NTDLL:    o Initialize kernel32 first (circular dependency between
    126129                  kernel32 & ntdll)
    127130
Note: See TracChangeset for help on using the changeset viewer.