Changeset 3851


Ignore:
Timestamp:
Jul 18, 2000, 8:33:15 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3847 r3851  
    1  /* $Id: changelog,v 1.1036 2000-07-18 17:45:14 bird Exp $ */
     1 /* $Id: changelog,v 1.1037 2000-07-18 18:33:15 sandervl Exp $ */
     2
     3 2000-07-18: Yuri Dario <mc6530@mclink.it>
     4    - INCLUDE\win:
     5                Compilation fixes for Opera
     6    - USER32:   Extra logging information
     7                Fixed sending WM_PARENTNOTIFY in ::DestroyWindow
     8
     9 2000-07-18: Sander van Leeuwen <sandervl@xs4all.nl>
     10    - WINMM:    If waveOutSetVolume called with NULL waveout handle, use
     11                that volume as the default for newly created streams.
     12                (fixes volume in RealPlayer 7)
     13    - KERNEL32: Fixed old unload order bug (causes a crash when quitting
     14                RealPlayer 7); increase dynamic library count after calling
     15                dll entrypoint with DLL_PROCESS_ATTACH. (used to be before;
     16                -> wrong unload order of RPAP3260 & PNRS3260)
     17                Call dll entrypoint with DLL_PROCESS_DETACH even when
     18                thread library calls disabled.
    219
    320 2000-07-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
     
    2946    - KERNEL32: Added extra check in isPEImage method
    3047                lpNumberOfBytesRead/Written can be NULL in Read/WriteFile
    31 
    3248    - PELDR:    Fix for arguments with quotes (first and last quote removed)
    3349                (i.e. pe rnuninst "RealNetworks|RealPlayer|6.0| -i -p")
  • trunk/doc/ToDO.txt

    r3820 r3851  
    1 /* $Id: ToDO.txt,v 1.4 2000-07-12 20:02:40 phaller Exp $ */
     1/* $Id: ToDO.txt,v 1.5 2000-07-18 18:31:37 sandervl Exp $ */
    22
    33/* -- History --------------------------------------------------------------
    44
    55   $Log: ToDO.txt,v $
    6    Revision 1.4  2000-07-12 20:02:40  phaller
     6   Revision 1.5  2000-07-18 18:31:37  sandervl
     7   *** empty log message ***
     8
     9   Revision 1.4  2000/07/12 20:02:40  phaller
    710   .
    811
     
    4043                GPI functions to get much better performance.
    4144
     45NOONE           WINMM: wave recording
     46
     47NOONE           KERNEL32: Async file io
     48
     49
    4250NOONE           Setup a test /verification plan and freeze some modules such
    4351                as LZ32, VERSION which are considered complete.
Note: See TracChangeset for help on using the changeset viewer.