source: trunk/changelog@ 4967

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

* empty log message *

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