Changeset 3549 for trunk/changelog


Ignore:
Timestamp:
May 18, 2000, 11:09:34 AM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3545 r3549  
    1  /* $Id: changelog,v 1.942 2000-05-16 20:01:37 sandervl Exp $ */
     1 /* $Id: changelog,v 1.943 2000-05-18 09:09:34 sandervl Exp $ */
     2
     3 2000-05-18: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - KERNEL32: EnumResourceNamesA bugfix (wrong length in UnicodeToAsciiN call)
     5                (reported by Michal Necasek)
     6                Call CheckLogException for each exception; safety guard against
     7                exceptions inside WriteLog.
     8    - WSOCK32:  Mark cancelled async select to avoid finding it before the
     9                thread removes itself from the queue
    210
    311 2000-05-16: Sander van Leeuwen <sandervl@xs4all.nl>
    4     - COMDLG32:
    5                 Fixed shlwapi imports (GetProcAddress failed for PathFindFileNameA
     12    - COMDLG32: Fixed shlwapi imports (GetProcAddress failed for PathFindFileNameA
    613                -> crash when calling file dialog functions)
    714
    815 2000-05-16: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
    9     - GDI32:
    10              Fixed bug in font.cpp
     16    - GDI32: Fixed bug in font.cpp
    1117             iFontRename should use strncpy instead of memcpy since source
    1218             string passed may be smaller than amount of bytes to copy
     
    2632
    2733 2000-05-12: Sander van Leeuwen <sandervl@xs4all.nl>
    28     - USER32:
    29                 Fixed bug in HOOK_RemoveHook (wrong call for enter semaphore method)
     34    - USER32:   Fixed bug in HOOK_RemoveHook (wrong call for enter semaphore method)
    3035                SetSysColors bugfix (called itself for some reason)
    3136                Fixed wrong dispatch of messages under certain conditions
    32     - COMDLG32:
    33                 Fixed initial directory for GetOpen/SaveFileNameW
     37    - COMDLG32: Fixed initial directory for GetOpen/SaveFileNameW
    3438                If initial dir string == "" -> use current dir (not only
    3539                when ptr equals NULL) (verified this behaviour in NT 4)
    36     - GDI32:
    37                 Do manual image flip in dib section blit (fixes wrong position
     40    - GDI32:    Do manual image flip in dib section blit (fixes wrong position
    3841                of Palm Emulator bitmap)
    3942                Might also fix reversed video in RealPlayer 7 (Warp 4 FP13/WSeB FP1)
     
    4346
    4447 2000-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
    45     - USER32:
    46                 Fix for SetForegroundWindow (SWP_NOZORDER flag removed)
     48    - USER32:   Fix for SetForegroundWindow (SWP_NOZORDER flag removed)
    4749                GetForegroundWindow now uses WinQueryActiveWindow instead
    4850                of Open32's GetForegroundWindow
    4951    - KERNEL32: Extra logging for atom functions, fixed GlobalGetAtomNameW
    50     - COMDLG32:
    51                 Added missing ascii to unicode conversions in GetFileDialog95W
     52    - COMDLG32: Added missing ascii to unicode conversions in GetFileDialog95W
    5253                (file name (returned), initial dir & file dialog title)
    5354    - RICHED32: Added (Wine port)
     
    5556
    5657 2000-05-09: Sander van Leeuwen <sandervl@xs4all.nl>
    57     - KERNEL32:
    58                 Enclose executable name in quotes if it (or it's directory)
     58    - KERNEL32: Enclose executable name in quotes if it (or it's directory)
    5959                contains spaces
    6060                Route rtl error messages to logfile (_set_crt_msg_handle)
     
    6464                GetUserDefaultLangID & GetSystemDefaultLangID; gets country
    6565                with DosQueryCtryInfo
    66     - WSOCK32:
    67                 Return WSAWOULDBLOCK if recv returns 0 and connection is
     66    - WSOCK32:  Return WSAWOULDBLOCK if recv returns 0 and connection is
    6867                still available. (experimental change for rp7)
    69     - USER32:
    70                 MENU_PtMenu: return when menu has no window handle (prevents
     68    - USER32:   MENU_PtMenu: return when menu has no window handle (prevents
    7169                Moraff's YourJongg from crashing -> need to check why this
    7270                happens)
     
    7674                Don't send WM_ACTIVATE, WM_SET/KILLFOCUS & WM_SHOWWINDOW
    7775                messages when window is being destroyed.
    78     - SHELL32:
    79                 Wrong systray classname used when creating systray window
     76    - SHELL32:  Wrong systray classname used when creating systray window
    8077                Fixed bugs in SYSTRAY_SetTip/SYSTRAY_ModifyTip; string
    8178                copy operations used wrong size -> heap corruption
     
    8885
    8986 2000-05-05: Sander van Leeuwen <sandervl@xs4all.nl>
    90     - USER32:
    91                 Fixed window property functions (ported from Wine)
     87    - USER32:   Fixed window property functions (ported from Wine)
    9288                The old ones used Open32 functions which no longer work
    9389                due to atom api changes a few months ago.
     
    9591                be released before calling WinSetCapture ->
    9692                fixes menus & dialog in MS Word 97
    97     - OLE32:
    98                 Fixed BindCtxImpl_SetBindOptions/BindCtxImpl_GetBindOptions
     93    - OLE32:    Fixed BindCtxImpl_SetBindOptions/BindCtxImpl_GetBindOptions
    9994                Need to check size of bind structure before copying (as done in Wine)
    10095                -> fixes crash (stack corruption) in MS Word 97
    101     - WSOCK32:
    102                 When changing the receive or send buffer (setsockopt) and
     96    - WSOCK32:  When changing the receive or send buffer (setsockopt) and
    10397                it fails with WSAENOBUFS, decrease size until no error
    10498                is returned (63kb buffer is not always accepted by the
     
    106100
    107101 2000-05-04: Achim Hasenmueller <achimha@innotek.de>
    108     - USER32:
    109                 Applied fix to GetDCEx where the check to see if
     102    - USER32:   Applied fix to GetDCEx where the check to see if
    110103                the window has its own DC was applying invalid
    111104                style flags due to missing parantheses
     
    113106
    114107 2000-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
    115     - USER32:
    116                 Menu font from bold to normal again. Bold fonts are too
     108    - USER32:   Menu font from bold to normal again. Bold fonts are too
    117109                big (rp7 menu split in two parts).
    118110
    119111 2000-05-03: Sander van Leeuwen <sandervl@xs4all.nl>
    120     - WSOCK32:
    121                 Fixed WSAEFAULT errors in setsockopt (16 bits TCP/IP stack
     112    - WSOCK32:  Fixed WSAEFAULT errors in setsockopt (16 bits TCP/IP stack
    122113                doesn't like high addresses; similar problems can also occur
    123114                elsewhere in wsock32)
    124     - USER32:
    125                 Change settings return by SystemParameterInfo for SPI_GETNONCLIENTMETRICS
     115    - USER32:   Change settings return by SystemParameterInfo for SPI_GETNONCLIENTMETRICS
    126116                Caption & menu fonts now bold; different sizes (more like Wine now)
    127117                Set/clear WS_VISIBLE flag in SetWindowPos; don't call
     
    132122
    133123 2000-05-02: Sander van Leeuwen <sandervl@xs4all.nl>
    134     - KERNEL32:
    135                 GetLocaleInfoA/W fix (size of buffer for i.e. LOCALE_IDATE
     124    - KERNEL32: GetLocaleInfoA/W fix (size of buffer for i.e. LOCALE_IDATE
    136125                should be >= 2, not > 2)
    137126                VirtualFree: Check for ERROR_ALIAS return value
     
    140129                When a win32 app crashes, a dump of the stack is written
    141130                in odin32_0.log.
    142     - USER32:
    143                 Merged some Wine dialog changes (setting focus + font size)
     131    - USER32:   Merged some Wine dialog changes (setting focus + font size)
    144132                Extra logging for some apis
    145133                Added support for RDW_FRAME flag to GetDCEx
Note: See TracChangeset for help on using the changeset viewer.