Changeset 5265 for trunk/changelog
- Timestamp:
- Feb 25, 2001, 5:05:05 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r5261 r5265 1 /* $Id: changelog,v 1.1288 2001-02-24 12:58:46 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1289 2001-02-25 16:05:05 sandervl Exp $ */ 2 3 2001-02-25: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: o Check executable too when searching for imported modules 5 (directly imported by PE dlls) 2 6 3 7 2001-02-24: Sander van Leeuwen <sandervl@xs4all.nl> … … 42 46 parent. 43 47 44 2000-02-21: Michal Necasek <mi ke@mendelu.cz>48 2000-02-21: Michal Necasek <michalnec@volny.cz> 45 49 - USER32: o Translate WM_BUTTONxMOTIONSTART/END to WM_MOUSEMOVE 46 50 Applications don't expect WM_NULL when fetching mouse … … 168 172 (fixes keyboard focus in ElstarFormular 2000) 169 173 170 2000-02-13: Michal Necasek <mi ke@mendelu.cz>174 2000-02-13: Michal Necasek <michalnec@volny.cz> 171 175 - USER32: o Wrong unicode<->ascii translation for some listbox & combobox 172 176 messages. Must check if the control style includes LB/CB_HASSTRINGS. … … 199 203 TODO: Needs a permanent and correct solution as this 200 204 can happen in several other places. 201 Also a potential problem in user32 c lasses (InfoPtr).205 Also a potential problem in user32 controls (InfoPtr). 202 206 o Set last error to ERROR_INVALID_INDEX for invalid class word 203 207 index.
Note:
See TracChangeset
for help on using the changeset viewer.