Changeset 5125 for trunk/changelog
- Timestamp:
- Feb 13, 2001, 9:00:19 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5121 r5125 1 /* $Id: changelog,v 1.1251 2001-02-11 23:47:10 bird Exp $ */ 1 /* $Id: changelog,v 1.1252 2001-02-13 20:00:19 sandervl Exp $ */ 2 3 2000-02-13: Michal Necasek <mike@mendelu.cz> 4 - USER32: o Wrong unicode<->ascii translation for some listbox & combobox 5 messages. Must check if the control style includes LB/CB_HASSTRINGS. 6 (CB_FINDSTRING, CB_FINDSTRINGEXACT, CB_SELECTSTRING, 7 LB_FINDSTRING, LB_FINDSTRINGEXACT, LB_SELECTSTRING) 2 8 3 9 2001-02-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no> … … 12 18 o Compile fixes for VAC 3.6.5 13 19 - RASAPI32: o Can't use LXLITE as it crashes on this binary 14 - KERNEL32: o Check for valid pointerin LocalLock and return NULL if invalid15 (some apps use LocalLock to get access to GDI objects; doesn't 16 work in Odin )20 - KERNEL32: o Check handle in LocalLock and return NULL if invalid 21 (some apps use LocalLock to get access to GDI objects; doesn't 22 work in Odin (TODO)) 17 23 18 24 2001-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
Note:
See TracChangeset
for help on using the changeset viewer.