Changeset 10244 for trunk/changelog
- Timestamp:
- Sep 7, 2003, 5:56:22 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r10239 r10244 1 /* $Id: changelog,v 1.2622 2003-08-22 13:15:48 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2623 2003-09-07 03:56:22 bird Exp $ */ 2 3 2003-09-07: knut st. osmundsen <bird-odinspam@anduin > 4 - LIBWRAP: o Do all .asm's in with on ALP. 2 5 3 6 2003-08-22: Sander van Leeuwen <sandervl@innotek > 4 7 - USER32: o Ignore messages sent or posted to the desktop window 5 o Post/SendMessage: use shared or local memory depending 8 o Post/SendMessage: use shared or local memory depending 6 9 on the target window. 7 10 … … 26 29 27 30 2003-08-06: Sander van Leeuwen <sandervl@innotek > 28 - USER32: o Cleaned up GetMessage/PeekMessage. 31 - USER32: o Cleaned up GetMessage/PeekMessage. 29 32 o Removed DispatchMessage change for WM_CHAR; must return 30 the proper format in Get/PeekMessageA/W. 33 the proper format in Get/PeekMessageA/W. 31 34 (assuming the GetMessageW/DispatchMessageA combination is 32 35 not allowed) … … 44 47 - USER32: o fixed GetMenuStringA() to truncate DBCS string correctly. 45 48 o fixed GetMenuItemInfo_common() to truncate DBCS string correctly. 46 o fixed WM_GETTEXT of Win32BaseWindow::DefWindowProcA() and 49 o fixed WM_GETTEXT of Win32BaseWindow::DefWindowProcA() and 47 50 Win32BaseWindow::DefWindowProcW() to ensure null-terminator. 48 51 o fixed Win32BaseWindow::GetWindowTextA() and Win32BaseWindow::GetWindowTextW() … … 51 54 memory block of windowNameW is overwritten. 52 55 o fixed MessageBoxIndirectW() to support unicode correctly. 53 o fixed OSLibWinDispatchMsg() to distinguish ascii message from 54 unicode message in case of the message being sent directly 56 o fixed OSLibWinDispatchMsg() to distinguish ascii message from 57 unicode message in case of the message being sent directly 55 58 o fixed OS2ToWinMsgTranslate() to process DBCS input. 56 59 o fixed Win32BaseWindow::MsgChar() to distinguish ascii from unicode message. … … 69 72 and WM_GETTEXTLENGTH, LB-GETTEXTLEN, CB_GETLBTEXTLEN. 70 73 o fixed edit control to process WM_CHAR including splitted DBCS chars. 71 o fixed listbox control to process WM_CHAR including splitted DBCS chars. 74 o fixed listbox control to process WM_CHAR including splitted DBCS chars. 72 75 73 76 2002-07-31: Dmitry Froloff <froloff@os2 > … … 76 79 2003-07-28: Platon Fomichev <stauff@innotek > 77 80 - WMC: o Port of Wine Windows Message Compiler 78 - KERNEL32: o Fixed loading of unicode messages and added loading of 81 - KERNEL32: o Fixed loading of unicode messages and added loading of 79 82 internal ones. (message file from Rewind) 80 83 … … 98 101 - SHELL32: o DragQueryFileW; allocate more for unicode conversion (DBCS) 99 102 - WINMM: o Fixed mciGetErrorStringW() to prevent buffer overflow. 100 o Fixed midiInGetErrorText() and midiOutGetErrorText() 103 o Fixed midiInGetErrorText() and midiOutGetErrorText() 101 104 to prevent buffer overflow. 102 105 o Fixed waveInGetErrorTextW() to prevent buffer overflow. … … 106 109 (code currently not active) 107 110 - KERNEL32: o Added functions to query length after ascii or unicode conversion 108 o Changed the destination length parameter name of lstrcpynWtoA() 111 o Changed the destination length parameter name of lstrcpynWtoA() 109 112 and lstrcpynAtoW(). 110 113 … … 117 120 118 121 2003-07-14: KO Myung-Hun <komh@chollian > 119 - GDI32: o Fixed InternalTextOutW() and GetTextExtentPointW() to support 122 - GDI32: o Fixed InternalTextOutW() and GetTextExtentPointW() to support 120 123 unicode correctly. (DBCS) 121 124 - COMCTL32: o Fixed PROPSHEET_CollectSheetInfoA() and PROPSHEET_SetTitleA()
Note:
See TracChangeset
for help on using the changeset viewer.