[4958] | 1 | /* $Id: changelog,v 1.1221 2001-01-18 18:09:22 sandervl Exp $ */
|
---|
[4454] | 2 |
|
---|
[4958] | 3 | 2001-01-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - GDI32: o More logging
|
---|
| 5 | o Use StretchDIBits in SetDIBitsToDevice instead of Open32
|
---|
| 6 | function. (which doesn't work for compressed bitmaps)
|
---|
| 7 | (MS Excel 97 startup bitmap displays correctly now)
|
---|
| 8 | - WGSS50: o Reported problems with SaveDC/RestoreDC and StretchDIBits
|
---|
| 9 | (Modelator graphics corruption fixed)
|
---|
| 10 | - KERNEL32: o Create system.ini with '[mci] cdaudio=mcicda.drv' section
|
---|
| 11 | during installation
|
---|
| 12 | o Fixed bug in lstrncpyA (return when specified length is 0)
|
---|
| 13 | o MultiByteToWideChar bugfix (calculate string length if input
|
---|
| 14 | length is -1 before checking if dest length is 0)
|
---|
| 15 | (MS Word 97 no longer crashes)
|
---|
| 16 | - OLEAUT32: o Ported David's typelib changes.
|
---|
| 17 | (MS Word 97 starts immediately and doesn't spend an hour
|
---|
| 18 | searching for typelibs in dlls)
|
---|
| 19 | TODO: Check bugfixes/changes in latest Wine code and merge
|
---|
| 20 | them.
|
---|
| 21 | TODO: Port picture classes
|
---|
| 22 |
|
---|
| 23 | 2000-01-17: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
| 24 | - WINMM\MCICDA:
|
---|
| 25 | o Wrong call to os2CDCloseTray
|
---|
| 26 |
|
---|
[4940] | 27 | 2001-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 28 | - COMDLG32: o Get current directory if initial dir == NULL (win31 style
|
---|
| 29 | file dialog).
|
---|
| 30 | o Fix for filter. (default to NULL; not " /0/0")
|
---|
| 31 | o Scale icons to 16x16 (win31 style file dialog) -> system
|
---|
| 32 | default (32x32) is too big. (TODO: Our user32 icons are too
|
---|
| 33 | big)
|
---|
| 34 | o Drive list not initialized correctly. (GetDriveTypeA return
|
---|
| 35 | value interpreted wrong)
|
---|
| 36 | -> use GetLogicalDrives instead to avoid accessing floppy
|
---|
| 37 | drives (which GetDriveType does)
|
---|
| 38 | - USER32: o Replaced some icons with those found in SHELL32:
|
---|
| 39 | - open & closed folder
|
---|
| 40 | - floppy, harddisk & network drive
|
---|
| 41 | o Fixed bug in NotifyFormatFrame method (fixes problems
|
---|
| 42 | with combobox)
|
---|
| 43 | o ComboLBox bugfix (extra vertical scrollbar)
|
---|
| 44 | o LISTBOX_Directory bugfix (must check for FILE_ATTRIBUTE_NORMAL)
|
---|
| 45 | (removes files from directory listing in common file dialog)
|
---|
| 46 | - KERNEL32: o Fix for executable names with spaces in path
|
---|
| 47 | o Workaround for applications that block the PM input queue
|
---|
| 48 | while waiting for a child process to terminate.
|
---|
| 49 | (WaitSingleObject now calls MsgWaitMultipleObjects and
|
---|
| 50 | processes messages while waiting for the process to die)
|
---|
| 51 | (Napster install now doesn't block PM anymore (forcing a reboot))
|
---|
| 52 | o Add class keys for SHDOCVW during install
|
---|
| 53 | - SHDOCVW: o Added (Wine 20010112 port)
|
---|
[4951] | 54 | - WSOCK32: o Changed File and Product version to 0x0400, 0x0565012C (NT4, SP6)
|
---|
[4940] | 55 |
|
---|
[4935] | 56 | 2001-01-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 57 | - tools\install, tools\dailybuild:
|
---|
| 58 | o Added odincrt.dll to debug release (to make wgss50.dll happy).
|
---|
| 59 |
|
---|
[4929] | 60 | 2001-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 61 | - USER32: o DrawIconEx bugfix (fixes bitmap menu item when maximizing
|
---|
| 62 | MDI window)
|
---|
| 63 | - COMDLG32: o Added/Ported 16 bits common dialog Wine code.
|
---|
| 64 | (GetOpen/SaveFileName with hook and without OFN_EXPLORER
|
---|
| 65 | flag implies old Windows 3.1 style dialog)
|
---|
| 66 | (not completely working yet, but better than the mess we
|
---|
| 67 | saw before (InstallShield -> browse dir))
|
---|
| 68 |
|
---|
[4922] | 69 | 2001-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 70 | - KERNEL32: o Fix for WriteFile & ReadFile (wrong return code was expected)
|
---|
| 71 | - USER32: o HAS_THICKFRAME macro changed (identical to Wine now)
|
---|
| 72 | (fixes MDI window borders (which were too thin))
|
---|
| 73 |
|
---|
[4921] | 74 | 2001-01-10: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 75 | - tools\install:
|
---|
| 76 | o Corrected packing of wpss50.dll.
|
---|
| 77 | o Added .sym files to release distributions. (optional package)
|
---|
| 78 |
|
---|
| 79 | - tools\dailybuild:
|
---|
| 80 | o Removed uploading of glide-stuff.
|
---|
| 81 |
|
---|
[4912] | 82 | 2001-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[4921] | 83 | - INCLUDE\dcdata, GDI32, USER32:
|
---|
| 84 | o Updates for WGSS50.
|
---|
[4912] | 85 |
|
---|
[4921] | 86 | - LIB\WGSS50.lib, BIN\WGSS50.dll:
|
---|
[4912] | 87 | o Binary distribution of WGSS50 added
|
---|
| 88 |
|
---|
[4907] | 89 | 2001-01-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 90 | - tools\dailybuild:
|
---|
| 91 | o Added wgss50.dll to the .ZIPs.
|
---|
| 92 |
|
---|
[4910] | 93 | - lib o Added making of wgss50.lib.
|
---|
| 94 | (So, that it corresponds to the other libraries made there.)
|
---|
| 95 | o Converted wgss50.lib to a deffile.
|
---|
| 96 |
|
---|
[4913] | 97 | 2001-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 98 | - ReportingBugs.txt:
|
---|
| 99 | o Specify windows & system32 directory in bug reports
|
---|
| 100 | (description included on how to determine this)
|
---|
| 101 |
|
---|
[4885] | 102 | 2001-01-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 103 | - tools\dailybuild:
|
---|
| 104 | o Updated with temporary server address.
|
---|
| 105 | o Put ftp userid/passwords into separate file.
|
---|
[4893] | 106 | o Build number incrementation. (Stored in versionos2.h)
|
---|
| 107 | (Use bldlevel on the DLLs to look at it.)
|
---|
[4906] | 108 | o Splitted out 3dxf/glide stuff into separat .zips.
|
---|
[4885] | 109 |
|
---|
| 110 | - Win32k: o Added support for the ldrCheckInternalName bug. :-)
|
---|
| 111 | (see /src/win32k/ldr/myldrCheckInternalName.cpp for details.)
|
---|
| 112 | o Made pe.exe default.
|
---|
[4895] | 113 | o Added UNI and SMP 14062 kernels (convenience pack).
|
---|
| 114 | (Have anyone got the Warp 4 convenience pack with the right .sym files?)
|
---|
[4885] | 115 |
|
---|
[4887] | 116 | - bin\bldlevelinf.cmd:
|
---|
| 117 | o Removed colon after otherwise to make it work with Object REXX.
|
---|
| 118 |
|
---|
[4893] | 119 | - makefiles:
|
---|
| 120 | o Merged BuildLevel revisions with the LXOpt revisions.
|
---|
| 121 | (There seems like there have been some kind of revision mixup in
|
---|
| 122 | Sanders tree?)
|
---|
| 123 | o Updated the other post files with LXOpt.
|
---|
| 124 |
|
---|
[4878] | 125 | 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[4885] | 126 | - install: o Win32k installation temporarily disabled due to a WarpIn bug
|
---|
[4878] | 127 | (config.sys lines removed)
|
---|
[4912] | 128 | o Update: This is NOT a WarpIn bug, but an error in the script.
|
---|
| 129 | Now fixed.
|
---|
[4878] | 130 | o Added check for WarpIn 0.9.6 or higher
|
---|
| 131 | o Added check for OS/2 3.x or higher
|
---|
| 132 | - src\makefile:
|
---|
| 133 | o Exclude msvcrt from build process.
|
---|
| 134 | (download odinapp.zip from ftp.os2.org to install a small
|
---|
| 135 | MFC app with MFC + MSVCRT dlls)
|
---|
| 136 |
|
---|
[4874] | 137 | 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 138 | - makefiles:o Use LXLite for release build binaries (better compression)
|
---|
| 139 | Can't use it for debug binaries as IPMD doesn't like it.
|
---|
| 140 |
|
---|
[4869] | 141 | 2001-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 142 | - KERNEL32: o KERNEL32_99 should return 1 (according to Wine)
|
---|
| 143 | o KERNEL32_100 export added (stub)
|
---|
| 144 | - USER32: o Rewrote window handle management; only start reusing window
|
---|
| 145 | handles when max handle has been assigned.
|
---|
| 146 | - GDI32/USER32/KERNEL32:
|
---|
[4885] | 147 | o Don't export private Odin functions by name (we import
|
---|
[4871] | 148 | everything by ordinal)
|
---|
[4869] | 149 |
|
---|
[4864] | 150 | 2001-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 151 | - USER32: o Menu cast bugfix (bitmap handle is 32 bits)
|
---|
| 152 | (Fixes menu bitmaps in Lotus Notes 5)
|
---|
| 153 |
|
---|