Changeset 6403 for trunk/changelog


Ignore:
Timestamp:
Jul 30, 2001, 1:30:00 AM (24 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r6400 r6403  
    1 /* $Id: changelog,v 1.1620 2001-07-29 18:58:09 sandervl Exp $ */
     1/* $Id: changelog,v 1.1621 2001-07-29 23:30:00 bird Exp $ */
     2
     3 2001-07-29: knut st. osmundsen <kosmunds@csc.com>
     4    - Makefiles: o Force fastdep to scan all files if -a is specified to nmake.
    25
    36 2001-07-29: Sander van Leeuwen <sandervl@xs4all.nl>
     
    1114
    1215 2001-07-28: Sander van Leeuwen <sandervl@xs4all.nl>
    13     - USER32:   o Set/GetWindowWord changes (must handle GWW_ID, GWW_HINSTANCE 
     16    - USER32:   o Set/GetWindowWord changes (must handle GWW_ID, GWW_HINSTANCE
    1417                  and GWW_HWNDPARENT
    1518                o Ported ArrangeIconicWindows from Wine (not complete yet)
     
    2225                o No longer use Open32's GetProcAddress or GetModuleFileName
    2326    - USER32/KERNEL32:
    24                 o Moved WaitForInputIdle & AttachThreadInput from user32 to 
     27                o Moved WaitForInputIdle & AttachThreadInput from user32 to
    2528                  kernel32
    26     - TOOLS\INSTALL: 
     29    - TOOLS\INSTALL:
    2730                o Create temp directory in windows dir
    2831
    2932 2001-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
    30     - TOOLS\INSTALL: 
     33    - TOOLS\INSTALL:
    3134                o Added some quartz.dll keys
    3235    - COMCTL32: o Status window bugfix; check part number boundary
     
    3740
    3841 2001-07-21: Sander van Leeuwen <sandervl@xs4all.nl>
    39     - DINPUT, DPLAYX, ICMP, IMAGEHLP, IMM32, LZ32, 
     42    - DINPUT, DPLAYX, ICMP, IMAGEHLP, IMM32, LZ32,
    4043      MSVFW32, OLEPRO32, RICHED32, URLMON, VERSION, WININET
    4144                o Added Wine license
     
    5053    - GDI32:    o Fixed brush leak in InternalTextOutA
    5154                  (fixes Macromedia Flash 5 error messages)
    52    
     55
    5356 2001-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
    5457    - KERNEL32: o Moved wsnprintf to user32
     
    5659    - SHLWAPI:  o Removed WINE_StringFromCLSID & StringFromGUID2 (not used)
    5760                o Removed several string function that were not used or exported
    58     - NTDLL:    o Replaced 64 bits math assembly functions (disassembled Wine C code 
     61    - NTDLL:    o Replaced 64 bits math assembly functions (disassembled Wine C code
    5962                  compiled with VAC 3.6.5)
    6063    - ODINCRT:  o Export 64 bits math rtl functions
    61                 o Added 64 bits math rtl functions for VAC 3.0 (assembly; 
     64                o Added 64 bits math rtl functions for VAC 3.0 (assembly;
    6265                  borrowed from VAC 3.6.5)
    63                   NOTE: __divi64 might cause problems (in theory) since 
     66                  NOTE: __divi64 might cause problems (in theory) since
    6467                        it uses the FPU and doesn't save the FPU state
    6568    - OLE32/WINMM/KERNEL32/USER32/GDI32/COMCTL32/COMDLG32/SHLWAPI/SHELL32/
     
    6871                  a single dll containing the code of many Odin dlls
    6972    - CUSTOMBUILD:
    70                 o Example of creating a custom dll with the Odin32 environment 
     73                o Example of creating a custom dll with the Odin32 environment
    7174                  that can be used for a ported win32 app. (not done yet)
    7275
     
    113116                o Implemented HeapValidate
    114117                o GlobalReAlloc bugfix; must check if pointer has a handle
    115                   associated with it. 
     118                  associated with it.
    116119                  (RealDraw install calls GlobalReAlloc with pointer returned
    117120                   by GlobalLock(handle))
     
    123126                  GpiCreateBitmap. This function seems to touch more bytes
    124127                  than necessary (??).
    125     - GDI32:    o AddFontResourceA: ignore if called with filename of PE 
     128    - GDI32:    o AddFontResourceA: ignore if called with filename of PE
    126129                  executable (return 1; gets rid of error message in Photoshop 6)
    127130
     
    149152                  (fixes crash during AutoCAD 14 install)
    150153    - USER32:   o Removed very old check for negative x or y coordinates during
    151                   window creation. 
     154                  window creation.
    152155                  (file open dialog in InstallShield doesn't show weird edit control
    153156                   anymore and the MS Word 97 main window looks better now)
    154                 o RegisterClassA/W: check icon first before copying it 
     157                o RegisterClassA/W: check icon first before copying it
    155158                  (gets rid of some annoying warnings in the logfile)
    156159    - GDI32:    o Change BITMAPINFO height if negative
     
    159162 2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl>
    160163    - KERNEL32: o Atom fixes
    161     - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject & 
     164    - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject &
    162165                  GetActiveObject from Wine.
    163166
     
    166169                  directory is file open/save dialog.
    167170
    168  2001-07-10: knut st. osmundsen <kosmunds@csc.com>:
     171 2001-07-10: knut st. osmundsen <kosmunds@csc.com>
    169172    - WIN32K:   o Made DosKillProcessEx framework.
    170173                o Tried to fix missing unlocks of environment block.
     
    224227    - PELDR:    o Fix for file not found error
    225228
    226  2001-07-08: knut st. osmundsen <kosmunds@csc.com>:
     229 2001-07-08: knut st. osmundsen <kosmunds@csc.com>
    227230    - KERNEL32: o Added call in initterm to tell win32k where the Odin32
    228231                  environment block is. (Its in Open32, and I don't think
     
    257260                o implemented WSAEnumNetworkEvents (not correct)
    258261
    259  2001-07-07: knut st. osmundsen <kosmunds@csc.com>:
     262 2001-07-07: knut st. osmundsen <kosmunds@csc.com>
    260263    - URLMON:   o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
    261264                  to fix SYS2048 during RealPlayer install.
Note: See TracChangeset for help on using the changeset viewer.