Changeset 3506 for trunk/changelog


Ignore:
Timestamp:
May 9, 2000, 9:03:47 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3500 r3506  
    1  /* $Id: changelog,v 1.929 2000-05-05 18:23:29 sandervl Exp $ */
     1 /* $Id: changelog,v 1.930 2000-05-09 19:03:47 sandervl Exp $ */
     2
     3 2000-05-09: Sander van Leeuwen <sandervl@xs4all.nl>
     4        - KERNEL32: Enclose executable name in quotes if it (or it's directory)
     5                    contains spaces
     6                    Route rtl error messages to logfile (_set_crt_msg_handle)
     7                    Added support for system, user default & neutral language in
     8                    FindResourceExA/W
     9                    Fill in correct language id in GetUserDefaultLCID/GetSystemDefaultLCID
     10                    GetUserDefaultLangID & GetSystemDefaultLangID; gets country
     11                    with DosQueryCtryInfo
     12        - WSOCK32:  Return WSAWOULDBLOCK if recv returns 0 and connection is
     13                    still available. (experimental change for rp7)
     14        - USER32:   MENU_PtMenu: return when menu has no window handle (prevents
     15                    Moraff's YourJongg from crashing -> need to check why this
     16                    happens)
     17                    Bugfix in AdjustWindowRectEx; if style, exstyle and menu
     18                    = 0 -> no changes required to the input rectangle
     19                    (verified this in NT 4)
     20                    Don't send WM_ACTIVATE, WM_SET/KILLFOCUS & WM_SHOWWINDOW
     21                    messages when window is being destroyed.
     22        - SHELL32:  Wrong systray classname used when creating systray window
     23                    Fixed bugs in SYSTRAY_SetTip/SYSTRAY_ModifyTip; string
     24                    copy operations used wrong size -> heap corruption
     25        - DINPUT:   Check window handle if app acquired mouse input in
     26                    cooperative mode
     27        - TOOLS\INSTALL: Fixed wrong glide dll for voodoo 2 install package
     28
     29 2000-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
     30        - GDI32:    Added stretch blit mode support to dibsection blits
    231
    332 2000-05-05: Sander van Leeuwen <sandervl@xs4all.nl>
Note: See TracChangeset for help on using the changeset viewer.