Changeset 17654


Ignore:
Timestamp:
Oct 17, 2001, 4:26:23 PM (24 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/ChangeLog

    r17652 r17654  
    1 /* $Id: ChangeLog,v 1.1760 2001-10-17 13:43:09 phaller Exp $ */
     1/* $Id: ChangeLog,v 1.1761 2001-10-17 14:26:23 bird Exp $ */
     2
     3 2001-10-17: knut stange osmundsen <kosmunds@csc.com>
     4    - common:   o Corrected bug in kFile buffering which caused impdef to
     5                  crash in some cases.
    26
    37 2001-10-17: Patrick Haller <patrick.haller@innotek.de>
     
    2731 2001-10-14: Sander van Leeuwen <sandervl@xs4all.nl>
    2832    - USER32:   o Convert color cursor to monochrome if it only uses two colors.
    29                   This overcomes a silly limitation in some less advanced 
     33                  This overcomes a silly limitation in some less advanced
    3034                  display drivers. (SDD still has no support for color cursors!)
    3135                  (fixes mouse cursor flickering & screen distortion when
     
    3741    - WSOCK32:  o Overwrite IP header length in sendto for raw sockets
    3842                  with IP_HDRINCL option set.
    39                   (fixes errors for apps that use big endian format for 
     43                  (fixes errors for apps that use big endian format for
    4044                   the length word)
    4145                o WSAEnumNetworkEvents now reports (some) events properly
     
    6468                                  (ERROR_INVALID_SCROLLBAR_RANGE)
    6569                  (behaviour of NT4, SP6)
    66                 o Scrollbar control window not disabled properly when using 
    67                   EnableWindow instead of EnableScrollbar. (handle WM_ENABLE 
     70                o Scrollbar control window not disabled properly when using
     71                  EnableWindow instead of EnableScrollbar. (handle WM_ENABLE
    6872                  and call EnableScrollbar)
    6973                o Forward WM_SYSCOMMAND to Parent (for scrollbar control window
     
    7478
    7579 2001-10-11: Patrick Haller <patrick.haller@innotek.de>
    76     - KERNEL32: o added ODIN performance profiler 
     80    - KERNEL32: o added ODIN performance profiler
    7781                  (perf_0.log for PROFILE builds)
    7882    - SHELL32:  o ~30% speed improvement on shell folder operations
     
    123127 2001-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
    124128    - DDRAW:    o Don't use Dive for blitting to/from 8 bpp surfaces
    125     - USER32:   o Eliminated flickering during frame sizing due to 
     129    - USER32:   o Eliminated flickering during frame sizing due to
    126130                  unnecessary drawing
    127131                o Fixed handling of WM_SIZING/WM_MOVING (changing rectangles)
     
    129133
    130134 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
    131     - QUARTZ/OLEAUT32: 
     135    - QUARTZ/OLEAUT32:
    132136                o Wine 20011004 resync
    133137    - KERNEL32: o Reduce overhead for heap allocation
    134138                o Always allocate heap memory from high memory (if available)
    135139                o Allocate extra heap memory in 64kb units
    136                   MUST use 64kb here or else we are at risk of running out 
    137                   of virtual memory space. (when allocating 4kb we actually 
     140                  MUST use 64kb here or else we are at risk of running out
     141                  of virtual memory space. (when allocating 4kb we actually
    138142                  get 4kb + 60k uncommited)
    139                   (fixes out of resources error while loading big movies 
     143                  (fixes out of resources error while loading big movies
    140144                   in The Playa)
    141145
     
    146150 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
    147151    - WINMM:    o Allocate handle for new timer and verify handle
    148                   is valid before using it. 
     152                  is valid before using it.
    149153                  (prevents crashes when app attempts to delete timer twice
    150154                   (DivX 4))
    151155    - DDRAW:    o Fixed memory leaks in SurfBlt4 (rectangles)
    152156                o Take clipping into account in SurfBlt4. Windowed DirectDraw
    153                   blitting now seems to work well. 
     157                  blitting now seems to work well.
    154158                  (only tried DivX 4; needs more testing)
    155159    - USER32:   o Rewrote sizing & moving of windows (frame tracking)
     
    167171 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
    168172    - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
    169                   (Some dlls (divx codec) call CoFreeUnusedLibraries which 
     173                  (Some dlls (divx codec) call CoFreeUnusedLibraries which
    170174                   unloads the same dll if we use CoLoadLibrary (-> crash)
    171175                   NT's regsvr32 doesn't use CoLoadLibrary either)
Note: See TracChangeset for help on using the changeset viewer.