Changeset 6403 for trunk/changelog
- Timestamp:
- Jul 30, 2001, 1:30:00 AM (24 years ago)
- 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. 2 5 3 6 2001-07-29: Sander van Leeuwen <sandervl@xs4all.nl> … … 11 14 12 15 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 14 17 and GWW_HWNDPARENT 15 18 o Ported ArrangeIconicWindows from Wine (not complete yet) … … 22 25 o No longer use Open32's GetProcAddress or GetModuleFileName 23 26 - USER32/KERNEL32: 24 o Moved WaitForInputIdle & AttachThreadInput from user32 to 27 o Moved WaitForInputIdle & AttachThreadInput from user32 to 25 28 kernel32 26 - TOOLS\INSTALL: 29 - TOOLS\INSTALL: 27 30 o Create temp directory in windows dir 28 31 29 32 2001-07-22: Sander van Leeuwen <sandervl@xs4all.nl> 30 - TOOLS\INSTALL: 33 - TOOLS\INSTALL: 31 34 o Added some quartz.dll keys 32 35 - COMCTL32: o Status window bugfix; check part number boundary … … 37 40 38 41 2001-07-21: Sander van Leeuwen <sandervl@xs4all.nl> 39 - DINPUT, DPLAYX, ICMP, IMAGEHLP, IMM32, LZ32, 42 - DINPUT, DPLAYX, ICMP, IMAGEHLP, IMM32, LZ32, 40 43 MSVFW32, OLEPRO32, RICHED32, URLMON, VERSION, WININET 41 44 o Added Wine license … … 50 53 - GDI32: o Fixed brush leak in InternalTextOutA 51 54 (fixes Macromedia Flash 5 error messages) 52 55 53 56 2001-07-20: Sander van Leeuwen <sandervl@xs4all.nl> 54 57 - KERNEL32: o Moved wsnprintf to user32 … … 56 59 - SHLWAPI: o Removed WINE_StringFromCLSID & StringFromGUID2 (not used) 57 60 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 59 62 compiled with VAC 3.6.5) 60 63 - 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; 62 65 borrowed from VAC 3.6.5) 63 NOTE: __divi64 might cause problems (in theory) since 66 NOTE: __divi64 might cause problems (in theory) since 64 67 it uses the FPU and doesn't save the FPU state 65 68 - OLE32/WINMM/KERNEL32/USER32/GDI32/COMCTL32/COMDLG32/SHLWAPI/SHELL32/ … … 68 71 a single dll containing the code of many Odin dlls 69 72 - 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 71 74 that can be used for a ported win32 app. (not done yet) 72 75 … … 113 116 o Implemented HeapValidate 114 117 o GlobalReAlloc bugfix; must check if pointer has a handle 115 associated with it. 118 associated with it. 116 119 (RealDraw install calls GlobalReAlloc with pointer returned 117 120 by GlobalLock(handle)) … … 123 126 GpiCreateBitmap. This function seems to touch more bytes 124 127 than necessary (??). 125 - GDI32: o AddFontResourceA: ignore if called with filename of PE 128 - GDI32: o AddFontResourceA: ignore if called with filename of PE 126 129 executable (return 1; gets rid of error message in Photoshop 6) 127 130 … … 149 152 (fixes crash during AutoCAD 14 install) 150 153 - USER32: o Removed very old check for negative x or y coordinates during 151 window creation. 154 window creation. 152 155 (file open dialog in InstallShield doesn't show weird edit control 153 156 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 155 158 (gets rid of some annoying warnings in the logfile) 156 159 - GDI32: o Change BITMAPINFO height if negative … … 159 162 2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl> 160 163 - KERNEL32: o Atom fixes 161 - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject & 164 - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject & 162 165 GetActiveObject from Wine. 163 166 … … 166 169 directory is file open/save dialog. 167 170 168 2001-07-10: knut st. osmundsen <kosmunds@csc.com> :171 2001-07-10: knut st. osmundsen <kosmunds@csc.com> 169 172 - WIN32K: o Made DosKillProcessEx framework. 170 173 o Tried to fix missing unlocks of environment block. … … 224 227 - PELDR: o Fix for file not found error 225 228 226 2001-07-08: knut st. osmundsen <kosmunds@csc.com> :229 2001-07-08: knut st. osmundsen <kosmunds@csc.com> 227 230 - KERNEL32: o Added call in initterm to tell win32k where the Odin32 228 231 environment block is. (Its in Open32, and I don't think … … 257 260 o implemented WSAEnumNetworkEvents (not correct) 258 261 259 2001-07-07: knut st. osmundsen <kosmunds@csc.com> :262 2001-07-07: knut st. osmundsen <kosmunds@csc.com> 260 263 - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback 261 264 to fix SYS2048 during RealPlayer install.
Note:
See TracChangeset
for help on using the changeset viewer.