Changeset 5501 for trunk/changelog
- Timestamp:
- Apr 14, 2001, 9:27:49 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5497 r5501 1 /* $Id: changelog,v 1.1355 2001-04-12 14:05:10 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1356 2001-04-14 07:27:49 bird Exp $ */ 2 3 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no> 4 - configure,win32k: 5 o Added option to Configure.cmd, -w, which omittes building 6 of Win32k.sys. 2 7 3 8 2001-04-12: Sofiya (sofiya@din.or.jp) 4 9 - USER32: o Fixes for DBCS strings 5 10 6 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl> 11 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl> 7 12 - PELDR: o Print module name that contributed to the failure of 8 13 loading kernel32. 9 14 10 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl> 15 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl> 11 16 - WINMM: o Clean up DirectAudio thread properly. 12 17 … … 17 22 (verified in Windows ME & Windows NT4, SP6) 18 23 19 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl> 24 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl> 20 25 - USER32: o Rewrote ShowCursor 21 26 22 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl> 27 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl> 23 28 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions 24 29 o lstrcpynWtoA & lstrcpynAtoW fixes … … 29 34 - * o Compile fixes due to header changes 30 35 31 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl> 32 - DDRAW: o Only reset physical palette in DirectDraw destructor if 36 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl> 37 - DDRAW: o Only reset physical palette in DirectDraw destructor if 33 38 palette was really changed. 34 39 (gets rid of excessive screen redraws in DXView) … … 43 48 TODO: IsCharAlphaA & IsCharAlphaNumericA 44 49 45 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl> 50 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl> 46 51 - USER32: o Mouse message translation fix (check capture) 47 52 o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set … … 50 55 - about dialog with DS_CONTROL -> no titlebar 51 56 - file open dialog without DS_CONTROL -> titlebar + moveable 52 2nd dialog 57 2nd dialog 53 58 o Temporary workaround for file dialogs with template dialog child. 54 59 They don't redraw when switching directories. For some reason 55 the new child's (syslistview32) update rectangle stays empty 60 the new child's (syslistview32) update rectangle stays empty 56 61 after its parent is made visible with ShowWindow 57 62 TODO: find real cause … … 61 66 don't clear DDSCAPS_BACKBUFFER flag 62 67 (fix for WinDVD) 63 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag 68 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag 64 69 isn't set. 65 70 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2). … … 74 79 o Small test apps to test exception handling 75 80 76 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl> 81 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl> 77 82 - WININET: o Added missing exports to wininet.def 78 83 - KERNEL32: o Removed yesterday's codepage change.
Note:
See TracChangeset
for help on using the changeset viewer.