Changeset 3851
- Timestamp:
- Jul 18, 2000, 8:33:15 PM (25 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (2 diffs)
-
doc/ToDO.txt (modified) (2 diffs)
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. 2 19 3 20 2000-07-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no> … … 29 46 - KERNEL32: Added extra check in isPEImage method 30 47 lpNumberOfBytesRead/Written can be NULL in Read/WriteFile 31 32 48 - PELDR: Fix for arguments with quotes (first and last quote removed) 33 49 (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 phallerExp $ */1 /* $Id: ToDO.txt,v 1.5 2000-07-18 18:31:37 sandervl Exp $ */ 2 2 3 3 /* -- History -------------------------------------------------------------- 4 4 5 5 $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 7 10 . 8 11 … … 40 43 GPI functions to get much better performance. 41 44 45 NOONE WINMM: wave recording 46 47 NOONE KERNEL32: Async file io 48 49 42 50 NOONE Setup a test /verification plan and freeze some modules such 43 51 as LZ32, VERSION which are considered complete.
Note:
See TracChangeset
for help on using the changeset viewer.
