Changeset 8704 for trunk/changelog


Ignore:
Timestamp:
Jun 18, 2002, 11:34:01 PM (23 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r8701 r8704  
    1 /* $Id: changelog,v 1.2172 2002-06-17 14:05:28 sandervl Exp $ */
     1/* $Id: changelog,v 1.2173 2002-06-18 21:34:01 bird Exp $ */
     2
     3 2002-06-18: knut st. osmundsen <bird@anduin.net>
     4    - Win32k:   o Fixed compiler warning which caused the M$ compiler
     5                  to choke on some systems.
    26
    37 2002-06-17: Sander van Leeuwen <sandervl@innotek.de>
     
    2024                o LoadLibraryExA: expand library filename; might contain
    2125                  environment variables
    22                 o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ; 
     26                o RegSetValueExA: translate REG_EXPAND_SZ into REG_SZ;
    2327                  registry.dll doesn't like this type for some reason
    2428    - USER32:   o Do proper filtering for PeekMessage
     
    3034 2002-06-13: Sander van Leeuwen <sandervl@innotek.de>
    3135    - USER32:   o SetCustomWndHandleSemName added to override shared semaphore
    32                   name used to synchronize global window handle array access 
     36                  name used to synchronize global window handle array access
    3337                  (to avoid name clash with Odin)
    3438    - KERNEL32: o SetCustomMMapSemName added to override shared semaphore
    35                   name used to synchronize global memory map list access 
     39                  name used to synchronize global memory map list access
    3640                  (to avoid name clash with Odin)
    3741
     
    4044
    4145 2002-06-12: Sander van Leeuwen <sandervl@innotek.de>
    42     - KERNEL32: o If bytes present in COM device buffer, read them directly; 
     46    - KERNEL32: o If bytes present in COM device buffer, read them directly;
    4347                  even for overlapped IO calls.
    4448
     
    5155                o Some Wine updates
    5256    - KERNEL32: o Overlapped IO bugfixes
    53                 o Thread TEB linking bugfix 
     57                o Thread TEB linking bugfix
    5458                o Setup TEB structure before creating thread. Otherwise it's
    5559                  created too late and thread functions called by the app
Note: See TracChangeset for help on using the changeset viewer.