source: trunk/changelog@ 4988

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

* empty log message *

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