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