Changeset 3392 for trunk/changelog


Ignore:
Timestamp:
Apr 15, 2000, 11:13:51 PM (26 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r3389 r3392  
    1  /* $Id: changelog,v 1.892 2000-04-15 16:30:23 sandervl Exp $ */
     1 /* $Id: changelog,v 1.893 2000-04-15 21:13:51 bird Exp $ */
     2
     3 2000-04-15: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
     4        - KERNEL32: Before reading Sanders last message I had rewritten most of
     5                    the findDll function. So, as my implementation seems a bit
     6                    more flexible I decided to commit it.
     7                    Currently it's searching the three LIBPATH paths too. If
     8                    this causes any real trouble we'll disable this.
     9
     10                    findDll now returns TRUE if a file were found. Callers are
     11                    corrected to test for this.
    212
    313 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
    4         - COMCTL32: rewrote listview item handling: sort bug fix,
    5                     allows >= 4.70 support
    6                     implemented several new messages
     14        - COMCTL32: rewrote listview item handling: sort bug fix,
     15                    allows >= 4.70 support
     16                    implemented several new messages
    717
    818 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
    9         - WSOCK32:  Async select fix (VPBuddy can connect again)
    10         - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
     19        - WSOCK32:  Async select fix (VPBuddy can connect again)
     20        - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
    1121                    (otherwise DosFindFirst fails)
    1222                    Fixed flushing of file maps (wrong VirtualQuery parameter)
    1323                    Path search fix for dlls
    1424                    Dll search order:
    15                     1) exe dir
    16                     2) current dir
    17                     3) windows system dir (kernel32 path)
    18                     4) windows dir
    19                     5) path environment variable
     25                    1) exe dir
     26                    2) current dir
     27                    3) windows system dir (kernel32 path)
     28                    4) windows dir
     29                    5) path environment variable
    2030
    21         - ODINCRT:  Added checks for failing mallocs
    22         - USER32:   Corrected return value of EnableWindow
     31        - ODINCRT:  Added checks for failing mallocs
     32        - USER32:   Corrected return value of EnableWindow
    2333                    Send WM_CANCELMODE message when disabling window
    2434                    (return true if previous state was disabled, else false (sdk docs))
     
    2737
    2838 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
    29         - KERNEL32: Hardcoded system & windows dir
    30                     system dir  = kernel32 dir
    31                     windows dir = kernel32 dir\win
     39        - KERNEL32: Hardcoded system & windows dir
     40                    system dir  = kernel32 dir
     41                    windows dir = kernel32 dir\win
    3242                    Fixed dll attach for pe2lx/win32k & lx Odin executables
    3343                    Command line fixes (now starts with full path of exe)
    3444                    Search for dlls in:
    35                     1) current dir
     45                    1) current dir
    3646                    2) win32 exe dir
    3747                    3) windows system dir
     
    4252                          (might not be 100% complete yet)
    4353                          Fixes for relative path of executable
    44         - ODIN.INI.TXT: Removed DIRECTORIES section
     54        - ODIN.INI.TXT: Removed DIRECTORIES section
    4555
    4656 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
     
    4959                  (causing problems when freeing the postmsg struct)
    5060                  (fixes RealPlayer 7 Update service)
    51         - CRTDLL: Fixed div (result must be returned in edx:eax)
    52         - PE:     Check PATH for executable file
     61        - CRTDLL: Fixed div (result must be returned in edx:eax)
     62        - PE:     Check PATH for executable file
    5363
    5464 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
    55         - COMCTL32: listview: completed most version 4 features
     65        - COMCTL32: listview: completed most version 4 features
    5666
    5767 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
     
    5969
    6070 2000-04-10: David Raison <djr@lemur.co.uk>
    61         - COMDLG32: fixed wrong lParam in file dialog
     71        - COMDLG32: fixed wrong lParam in file dialog
    6272
    6373 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
    6474        - GDI32: Y inversion fix for dib sections blits
    65         - WINMM: GetPosition fix (don't return 0 when stream not active)
    66         - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
     75        - WINMM: GetPosition fix (don't return 0 when stream not active)
     76        - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
    6777                    fails. (fixes RealPlayer 7 install)
    6878
    6979 2000-04-09: Yuri Dario <mc6530@mclink.it>
    70         - INCLUDE(\WIN):
    71                 - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
    72                           remove buildin.h when invoked from resource compiler.
    73                 - commctrl.h: new macros
    74                 - mmsystem.h: define DUMMYUNIONNAME with same code used in other
    75                               headers to avoid precompiling errors.
    76                 - shlguid.h: missing ID
    77                 - shlobj.h: missing shlguid.h include
    78                 - windows.h: define CINTERFACE only for C compilers or VA3.x
    79                 - windowsx.h: macros
    80                 - wingdi.h: few AW defines
    81                 - winuser.h: new macros
     80        - INCLUDE(\WIN):
     81                - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
     82                          remove buildin.h when invoked from resource compiler.
     83                - commctrl.h: new macros
     84                - mmsystem.h: define DUMMYUNIONNAME with same code used in other
     85                              headers to avoid precompiling errors.
     86                - shlguid.h: missing ID
     87                - shlobj.h: missing shlguid.h include
     88                - windows.h: define CINTERFACE only for C compilers or VA3.x
     89                - windowsx.h: macros
     90                - wingdi.h: few AW defines
     91                - winuser.h: new macros
    8292
    8393 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
    84         - COMCTL32: added new styles and functionality, bug fixes
     94        - COMCTL32: added new styles and functionality, bug fixes
    8595
    8696 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
    8797        - WINMM:    Restart, pause & underrun fixes
    88         - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
     98        - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
    8999                    causing heap corruption. (RealPlayer 7 crashes)
    90100
     
    109119                  NOTE: Open32 doesn't implement compression type conversion
    110120                        correctly. (black splash screen for RLE8 bitmap)
    111         - KERNEL32: Return length of windows or system directory when
     121        - KERNEL32: Return length of windows or system directory when
    112122                    GetWindowsDirectory/GetSystemDirectory is called with
    113123                    a NULL pointer
Note: See TracChangeset for help on using the changeset viewer.