Changeset 21558 for trunk/changelog


Ignore:
Timestamp:
Jan 12, 2011, 6:22:10 PM (15 years ago)
Author:
dmik
Message:

Release: Bumped build number and updated changelog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r21540 r21558  
     12011-01-12: Dmitry A. Kuminov
     2    - minivcrt: Use the own version of _fullpath() instead of the kLIBC one
     3      because the latter isn't capable of resolving non-existent paths
     4      (it allows only the last component to not exist) and it may also
     5      unexpectedly change the current drive of the calling process.
     6    - user32: Fixed national character input in a foreign process when an
     7      Odin DLL attaches to it (such as Firefox and Flash 10) which was broken
     8      in the previous release.
     9    - user32: Fixed incorrect code page translation of window title text seen
     10      in windows created on threads other than the main GUI thread.
     11    - user32: Make GetQueueStatus() return actual message summary in high word
     12      instead of the copy of the low word.
     13    - user32: Fixed a crash during DnD when the dragged object was moved through
     14      the title over the window frame.
     15
    1162010-12-30: Dmitry A. Kuminov
    217    - Deduce Windows time zone from the current TZ setting.
     
    202217    - USER32:   o Changed SPI_ICONHORIZONTALSPACING & SPI_ICONHORIZONTALSPACING
    203218                  to (75,75)
    204     - WINMM:    o Check that we aren't overwriting existing data in case 
    205                   we get a lot more audio data than fits in our internal DART 
     219    - WINMM:    o Check that we aren't overwriting existing data in case
     220                  we get a lot more audio data than fits in our internal DART
    206221                  buffers.
    207222    - KERNEL32: o PROFILE_GetSection regression fix (heap corruption)
     
    209224
    210225 2004-03-15: Sander van Leeuwen <sandervl@innotek   >
    211     - USER32:   o GetKeyboardLayoutNameA; use only the low word returned by 
     226    - USER32:   o GetKeyboardLayoutNameA; use only the low word returned by
    212227                  GetKeyboardLayout to build the keyboard layout string
    213228                o SystemParametersInfo: added SPI_ICONVERTICALSPACING &
     
    219234    - SHELL32:  o Disabled Shell_NotifyIconA
    220235    - USER32:   o SPI_GETNONCLIENTMETRICS: corrected caption width and height
    221                 o WM_EXITSIZEMOVE should be sent after the window position 
     236                o WM_EXITSIZEMOVE should be sent after the window position
    222237                  and/or size has been changed.
    223238    - GDI32:    o SetDIBitsToDevice/StretchDIBits; set coloruse to DIB_RGB_COLORS
     
    245260                o StretchDIBits: If biClrUsed equals 0, set it to (1<<bitcount)
    246261                                 Disabled DIB_PAL_COLORS workaround
    247                 o SetDIBitsToDevice: removed Matrix driver bug workaround; 
     262                o SetDIBitsToDevice: removed Matrix driver bug workaround;
    248263    - NETAPI32: o Removed all OS/2 Netbios dependencies
    249264
Note: See TracChangeset for help on using the changeset viewer.