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