[4929] | 1 | /* $Id: changelog,v 1.1217 2001-01-11 18:03:13 sandervl Exp $ */
|
---|
[4454] | 2 |
|
---|
[4929] | 3 | 2001-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - USER32: o DrawIconEx bugfix (fixes bitmap menu item when maximizing
|
---|
| 5 | MDI window)
|
---|
| 6 | - COMDLG32: o Added/Ported 16 bits common dialog Wine code.
|
---|
| 7 | (GetOpen/SaveFileName with hook and without OFN_EXPLORER
|
---|
| 8 | flag implies old Windows 3.1 style dialog)
|
---|
| 9 | (not completely working yet, but better than the mess we
|
---|
| 10 | saw before (InstallShield -> browse dir))
|
---|
| 11 |
|
---|
[4922] | 12 | 2001-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 13 | - KERNEL32: o Fix for WriteFile & ReadFile (wrong return code was expected)
|
---|
| 14 | - USER32: o HAS_THICKFRAME macro changed (identical to Wine now)
|
---|
| 15 | (fixes MDI window borders (which were too thin))
|
---|
| 16 |
|
---|
[4921] | 17 | 2001-01-10: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 18 | - tools\install:
|
---|
| 19 | o Corrected packing of wpss50.dll.
|
---|
| 20 | o Added .sym files to release distributions. (optional package)
|
---|
| 21 |
|
---|
| 22 | - tools\dailybuild:
|
---|
| 23 | o Removed uploading of glide-stuff.
|
---|
| 24 |
|
---|
[4912] | 25 | 2001-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[4921] | 26 | - INCLUDE\dcdata, GDI32, USER32:
|
---|
| 27 | o Updates for WGSS50.
|
---|
[4912] | 28 |
|
---|
[4921] | 29 | - LIB\WGSS50.lib, BIN\WGSS50.dll:
|
---|
[4912] | 30 | o Binary distribution of WGSS50 added
|
---|
| 31 |
|
---|
[4907] | 32 | 2001-01-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 33 | - tools\dailybuild:
|
---|
| 34 | o Added wgss50.dll to the .ZIPs.
|
---|
| 35 |
|
---|
[4910] | 36 | - lib o Added making of wgss50.lib.
|
---|
| 37 | (So, that it corresponds to the other libraries made there.)
|
---|
| 38 | o Converted wgss50.lib to a deffile.
|
---|
| 39 |
|
---|
[4913] | 40 | 2001-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 41 | - ReportingBugs.txt:
|
---|
| 42 | o Specify windows & system32 directory in bug reports
|
---|
| 43 | (description included on how to determine this)
|
---|
| 44 |
|
---|
[4885] | 45 | 2001-01-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 46 | - tools\dailybuild:
|
---|
| 47 | o Updated with temporary server address.
|
---|
| 48 | o Put ftp userid/passwords into separate file.
|
---|
[4893] | 49 | o Build number incrementation. (Stored in versionos2.h)
|
---|
| 50 | (Use bldlevel on the DLLs to look at it.)
|
---|
[4906] | 51 | o Splitted out 3dxf/glide stuff into separat .zips.
|
---|
[4885] | 52 |
|
---|
| 53 | - Win32k: o Added support for the ldrCheckInternalName bug. :-)
|
---|
| 54 | (see /src/win32k/ldr/myldrCheckInternalName.cpp for details.)
|
---|
| 55 | o Made pe.exe default.
|
---|
[4895] | 56 | o Added UNI and SMP 14062 kernels (convenience pack).
|
---|
| 57 | (Have anyone got the Warp 4 convenience pack with the right .sym files?)
|
---|
[4885] | 58 |
|
---|
[4887] | 59 | - bin\bldlevelinf.cmd:
|
---|
| 60 | o Removed colon after otherwise to make it work with Object REXX.
|
---|
| 61 |
|
---|
[4893] | 62 | - makefiles:
|
---|
| 63 | o Merged BuildLevel revisions with the LXOpt revisions.
|
---|
| 64 | (There seems like there have been some kind of revision mixup in
|
---|
| 65 | Sanders tree?)
|
---|
| 66 | o Updated the other post files with LXOpt.
|
---|
| 67 |
|
---|
[4878] | 68 | 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[4885] | 69 | - install: o Win32k installation temporarily disabled due to a WarpIn bug
|
---|
[4878] | 70 | (config.sys lines removed)
|
---|
[4912] | 71 | o Update: This is NOT a WarpIn bug, but an error in the script.
|
---|
| 72 | Now fixed.
|
---|
[4878] | 73 | o Added check for WarpIn 0.9.6 or higher
|
---|
| 74 | o Added check for OS/2 3.x or higher
|
---|
| 75 | - src\makefile:
|
---|
| 76 | o Exclude msvcrt from build process.
|
---|
| 77 | (download odinapp.zip from ftp.os2.org to install a small
|
---|
| 78 | MFC app with MFC + MSVCRT dlls)
|
---|
| 79 |
|
---|
[4874] | 80 | 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 81 | - makefiles:o Use LXLite for release build binaries (better compression)
|
---|
| 82 | Can't use it for debug binaries as IPMD doesn't like it.
|
---|
| 83 |
|
---|
[4869] | 84 | 2001-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 85 | - KERNEL32: o KERNEL32_99 should return 1 (according to Wine)
|
---|
| 86 | o KERNEL32_100 export added (stub)
|
---|
| 87 | - USER32: o Rewrote window handle management; only start reusing window
|
---|
| 88 | handles when max handle has been assigned.
|
---|
| 89 | - GDI32/USER32/KERNEL32:
|
---|
[4885] | 90 | o Don't export private Odin functions by name (we import
|
---|
[4871] | 91 | everything by ordinal)
|
---|
[4869] | 92 |
|
---|
[4864] | 93 | 2001-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 94 | - USER32: o Menu cast bugfix (bitmap handle is 32 bits)
|
---|
| 95 | (Fixes menu bitmaps in Lotus Notes 5)
|
---|
| 96 |
|
---|