Changeset 3523


Ignore:
Timestamp:
May 12, 2000, 8:07:04 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3519 r3523  
    1  /* $Id: changelog,v 1.933 2000-05-10 19:49:16 cbratschi Exp $ */
     1 /* $Id: changelog,v 1.934 2000-05-12 18:07:04 sandervl Exp $ */
     2
     3 2000-05-12: Sander van Leeuwen <sandervl@xs4all.nl>
     4    - USER32:   
     5                Fixed bug in HOOK_RemoveHook (wrong call for enter semaphore method)
     6                SetSysColors bugfix (called itself for some reason)
     7                Fixed wrong dispatch of messages under certain conditions
     8    - COMDLG32:
     9                Fixed initial directory for GetOpen/SaveFileNameW
     10                If initial dir string == "" -> use current dir (not only
     11                when ptr equals NULL)
    212
    313 2000-05-10: Christoph Bratschi <cbratschi@datacomm.ch>
    4         - COMCTL32: fixed treeview item height bug
    5                     (reported by Markus Montkowski)
     14    - COMCTL32: Fixed treeview item height bug (reported by Markus Montkowski)
    615
    716 2000-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
     
    1019                GetForegroundWindow now uses WinQueryActiveWindow instead
    1120                of Open32's GetForegroundWindow
    12     - KERNEL32:
    13                 Extra logging for atom functions, fixed GlobalGetAtomNameW
     21    - KERNEL32: Extra logging for atom functions, fixed GlobalGetAtomNameW
    1422    - COMDLG32:
    1523                Added missing ascii to unicode conversions in GetFileDialog95W
    1624                (file name (returned), initial dir & file dialog title)
    17     - RICHED32:
    18                 Added (Wine port)
    19     - TOOLS\INSTALL:
    20                 Added ChangeLog to installation script
     25    - RICHED32: Added (Wine port)
     26    - TOOLS\INSTALL: Added ChangeLog to installation script
    2127
    2228 2000-05-09: Sander van Leeuwen <sandervl@xs4all.nl>
     
    4753                copy operations used wrong size -> heap corruption
    4854    - DINPUT:   Check window handle if app acquired mouse input in
    49                     cooperative mode
     55                cooperative mode
    5056    - TOOLS\INSTALL: Fixed wrong glide dll for voodoo 2 install package
    5157
    5258 2000-05-06: Sander van Leeuwen <sandervl@xs4all.nl>
    53     - GDI32:
    54                 Added stretch blit mode support to dibsection blits
     59    - GDI32:    Added stretch blit mode support to dibsection blits
    5560
    5661 2000-05-05: Sander van Leeuwen <sandervl@xs4all.nl>
     
    120125
    121126 2000-05-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
    122         - makefile and tools/makefile:
     127    - makefile and tools/makefile:
    123128                tools/install is not a "needed tool" required for
    124129                to do the rest of the build; and it'is dependent on
     
    126131                the needed_tools are being made. So, the making of
    127132                tools/install is the last thing we do in the makeprocess.
    128         - WSOCK32, WINMM:
     133    - WSOCK32, WINMM:
    129134                ODINWRAP changes below broke WSOCK32 and WINMM.
    130135                I've created some highly temporary fix for it this problem.
    131136                Could someone please make a permanent fix?
    132         - tools/bin/wrc.exe and tools/wrc:
     137    - tools/bin/wrc.exe and tools/wrc:
    133138                Important notice: __WIN32OS2__ is not defined when making wrc!
    134139                This was the reason why ':' was used as include separator.
Note: See TracChangeset for help on using the changeset viewer.