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