Changeset 3125 for trunk/changelog


Ignore:
Timestamp:
Mar 16, 2000, 8:17:43 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3118 r3125  
    1  /* $Id: changelog,v 1.809 2000-03-14 20:03:36 sandervl Exp $ */
     1 /* $Id: changelog,v 1.810 2000-03-16 19:17:43 sandervl Exp $ */
     2
     3 2000-03-16: Sander van Leeuwen <sandervl@xs4all.nl>
     4        - USER32: Fixed virtual keycode of return key
     5        - GDI32:  RP7 calls CreateDIBSection with HDC 0; Call
     6                  GetWindowDC(GetDesktopWindow()) in that case
     7                  -> fixes crash (result of CreateDIBSection failure)
     8                  TODO: Looks like this is allowed in NT, but need to check
     9                        this to be sure nothing else caused this problem.
     10                  (Note: most recent RealPlayer 7 version only)
     11        - KERNEL32: Semaphore protection of handle alloc
     12                    Added handlemanager class for thread handles
     13                    Added workaround for Open32 WaitForSingleObject bug
     14                    (if thread is terminated and WaitForSingleObject is
     15                     called with the thread's handle -> never returns
     16                     (new rp7 hang at exit))
     17                    TODO: WaitForMultipleObjects can still hang ->
     18                          Event, semaphore, mutex & wait apis need to
     19                          be redesigned (not using Open32)
    220
    321 2000-03-14: Christoph Bratschi <cbratschi@datacomm.ch>
     
    1836                  Don't clear WS_CHILD flag either. (HAS_THICKFRAME depends on it)
    1937
     38        - KERNEL32: Clear FILE_SHARE_DELETE flag before calling Open32's
     39                    CreateFile. (otherwise it fails) -> fixes RealPlayer 7
     40                    Basic (new update).
     41
    2042        - WSOCK32: Changed workaround for setsockopt bug (SO_SNDBUF/SO_RCVBUF (OS/2's
    2143                   winsock returns WSAEINVAL if size > 64k))
    2244                   Only change size if setsockopt returns WSAINVAL (32 bits stack
    23                    should support > 64 kb buffer (?))
     45                   should support size > 64 kb (?))
     46                   Added selective logging feature.
    2447
    2548 2000-03-12: Markus Montkowski <mmontkowski@gmx.de>
     
    7295        - dsound\new: Changed DART buffer size calcualation, hopefully
    7396                      WinAmp will sound better now.
    74 
    7597
    7698 2000-03-09: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
Note: See TracChangeset for help on using the changeset viewer.