Changeset 1447 for trunk/changelog
- Timestamp:
- Oct 25, 1999, 10:19:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1443 r1447 1 /* $Id: changelog,v 1.365 1999-10-25 19:25:34 phaller Exp $ */ 1 /* $Id: changelog,v 1.366 1999-10-25 20:19:47 sandervl Exp $ */ 2 3 99-10-25: Sander van Leeuwen <sandervl@xs4all.nl> 4 - USER32: Removed SetFocus call in Edit control (WM_LBUTTONDOWN) 5 Virtual key translation table change (VK_RETURN (PM) -> 0x0A 6 VK_ENTER (PM_ -> 0x0A (VK_RETURN)) 7 (fixes problems in edit control, but might not be a good fix) 8 Never call default window handler (PM) after WM_CHAR -> 9 PM sends the WM_CHAR to the owner window -> focus changes 10 in notepad. 11 - USER32: (menus) 12 Rewrote LoadMenuIndirectA/W to use OS/2 apis 13 Implemented GetMenuInfo & SetMenuInfo (just store new info; nothing else done) 14 Implemented GetMenuContextHelpId/SetMenuContextHelpId 15 (based on Wine build 990815) 16 Partially implemented GetMenuItemInfo. 17 NOTE: Needs a complete rewrite. 18 19 - INCLUDE\win\commctrl.h: 20 Changed back calling convention of callback handlers to CALLBACK. 21 -> fixes crashes in SHELL32 (DPASearch calls) 2 22 3 23 99-10-25: Achim Hasenmueller <achimha@innotek.de>
Note:
See TracChangeset
for help on using the changeset viewer.