source: trunk/changelog@ 4969

Last change on this file since 4969 was 4969, checked in by sandervl, 25 years ago

* empty log message *

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