Changeset 10244 for trunk/changelog


Ignore:
Timestamp:
Sep 7, 2003, 5:56:22 AM (22 years ago)
Author:
bird
Message:

* empty log message *

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.
    25
    36 2003-08-22: Sander van Leeuwen <sandervl@innotek   >
    47    - 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
    69                  on the target window.
    710
     
    2629
    2730 2003-08-06: Sander van Leeuwen <sandervl@innotek   >
    28     - USER32:   o Cleaned up GetMessage/PeekMessage. 
     31    - USER32:   o Cleaned up GetMessage/PeekMessage.
    2932                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.
    3134                  (assuming the GetMessageW/DispatchMessageA combination is
    3235                   not allowed)
     
    4447    - USER32:   o fixed GetMenuStringA() to truncate DBCS string correctly.
    4548                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
    4750                   Win32BaseWindow::DefWindowProcW() to ensure null-terminator.
    4851                o fixed Win32BaseWindow::GetWindowTextA() and Win32BaseWindow::GetWindowTextW()
     
    5154                  memory block of windowNameW is overwritten.
    5255                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
    5558                o fixed OS2ToWinMsgTranslate() to process DBCS input.
    5659                o fixed Win32BaseWindow::MsgChar() to distinguish ascii from unicode message.
     
    6972                  and WM_GETTEXTLENGTH, LB-GETTEXTLEN, CB_GETLBTEXTLEN.
    7073                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.
    7275
    7376 2002-07-31: Dmitry Froloff <froloff@os2   >
     
    7679 2003-07-28: Platon Fomichev <stauff@innotek   >
    7780    - 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
    7982                  internal ones. (message file from Rewind)
    8083
     
    98101    - SHELL32:  o DragQueryFileW; allocate more for unicode conversion (DBCS)
    99102    - WINMM:    o Fixed mciGetErrorStringW() to prevent buffer overflow.
    100                 o Fixed midiInGetErrorText() and midiOutGetErrorText() 
     103                o Fixed midiInGetErrorText() and midiOutGetErrorText()
    101104                  to prevent buffer overflow.
    102105                o Fixed waveInGetErrorTextW() to prevent buffer overflow.
     
    106109                  (code currently not active)
    107110    - 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()
    109112                  and lstrcpynAtoW().
    110113
     
    117120
    118121 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
    120123                  unicode correctly. (DBCS)
    121124    - COMCTL32: o Fixed PROPSHEET_CollectSheetInfoA() and PROPSHEET_SetTitleA()
Note: See TracChangeset for help on using the changeset viewer.