Changeset 5452 for trunk/changelog
- Timestamp:
- Apr 3, 2001, 4:11:23 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5447 r5452 1 /* $Id: changelog,v 1.1343 2001-04-02 22:51:21 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1344 2001-04-03 14:11:23 sandervl Exp $ */ 2 3 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl> 4 - DDRAW: o Only reset physical palette in DirectDraw destructor if 5 palette was really changed. 6 (gets rid of excessive screen redraws in DXView) 7 - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID 8 o Return GetUserDefaultLangID in GetSystemDefaultLangID 9 o Ported Wine's codepage, string & unicode functions (codepage.cpp) 10 o Ported Wine's codepage unicode conversion functions & tables 11 (kernel32\unicode) 12 o Return OEM codepage in GetWindows/DisplayCodepage (message queue/hps) 13 (works for both Acrobat Distiller & StarOffice) 14 TODO: Rewrite heapstring functions to use WideCharToMultiByte 15 and MultiByteToWideChar 2 16 3 17 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.