1 | /* $Id: changelog,v 1.1220 2001-01-14 20:59:22 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2001-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
4 | - COMDLG32: o Get current directory if initial dir == NULL (win31 style
|
---|
5 | file dialog).
|
---|
6 | o Fix for filter. (default to NULL; not " /0/0")
|
---|
7 | o Scale icons to 16x16 (win31 style file dialog) -> system
|
---|
8 | default (32x32) is too big. (TODO: Our user32 icons are too
|
---|
9 | big)
|
---|
10 | o Drive list not initialized correctly. (GetDriveTypeA return
|
---|
11 | value interpreted wrong)
|
---|
12 | -> use GetLogicalDrives instead to avoid accessing floppy
|
---|
13 | drives (which GetDriveType does)
|
---|
14 | - USER32: o Replaced some icons with those found in SHELL32:
|
---|
15 | - open & closed folder
|
---|
16 | - floppy, harddisk & network drive
|
---|
17 | o Fixed bug in NotifyFormatFrame method (fixes problems
|
---|
18 | with combobox)
|
---|
19 | o ComboLBox bugfix (extra vertical scrollbar)
|
---|
20 | o LISTBOX_Directory bugfix (must check for FILE_ATTRIBUTE_NORMAL)
|
---|
21 | (removes files from directory listing in common file dialog)
|
---|
22 | - KERNEL32: o Fix for executable names with spaces in path
|
---|
23 | o Workaround for applications that block the PM input queue
|
---|
24 | while waiting for a child process to terminate.
|
---|
25 | (WaitSingleObject now calls MsgWaitMultipleObjects and
|
---|
26 | processes messages while waiting for the process to die)
|
---|
27 | (Napster install now doesn't block PM anymore (forcing a reboot))
|
---|
28 | o Add class keys for SHDOCVW during install
|
---|
29 | - SHDOCVW: o Added (Wine 20010112 port)
|
---|
30 | - WSOCK32: o Changed File and Product version to 0x0400, 0x0565012C (NT4, SP6)
|
---|
31 |
|
---|
32 | 2001-01-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
33 | - tools\install, tools\dailybuild:
|
---|
34 | o Added odincrt.dll to debug release (to make wgss50.dll happy).
|
---|
35 |
|
---|
36 | 2001-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
37 | - USER32: o DrawIconEx bugfix (fixes bitmap menu item when maximizing
|
---|
38 | MDI window)
|
---|
39 | - COMDLG32: o Added/Ported 16 bits common dialog Wine code.
|
---|
40 | (GetOpen/SaveFileName with hook and without OFN_EXPLORER
|
---|
41 | flag implies old Windows 3.1 style dialog)
|
---|
42 | (not completely working yet, but better than the mess we
|
---|
43 | saw before (InstallShield -> browse dir))
|
---|
44 |
|
---|
45 | 2001-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
46 | - KERNEL32: o Fix for WriteFile & ReadFile (wrong return code was expected)
|
---|
47 | - USER32: o HAS_THICKFRAME macro changed (identical to Wine now)
|
---|
48 | (fixes MDI window borders (which were too thin))
|
---|
49 |
|
---|
50 | 2001-01-10: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
51 | - tools\install:
|
---|
52 | o Corrected packing of wpss50.dll.
|
---|
53 | o Added .sym files to release distributions. (optional package)
|
---|
54 |
|
---|
55 | - tools\dailybuild:
|
---|
56 | o Removed uploading of glide-stuff.
|
---|
57 |
|
---|
58 | 2001-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
59 | - INCLUDE\dcdata, GDI32, USER32:
|
---|
60 | o Updates for WGSS50.
|
---|
61 |
|
---|
62 | - LIB\WGSS50.lib, BIN\WGSS50.dll:
|
---|
63 | o Binary distribution of WGSS50 added
|
---|
64 |
|
---|
65 | 2001-01-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
66 | - tools\dailybuild:
|
---|
67 | o Added wgss50.dll to the .ZIPs.
|
---|
68 |
|
---|
69 | - lib o Added making of wgss50.lib.
|
---|
70 | (So, that it corresponds to the other libraries made there.)
|
---|
71 | o Converted wgss50.lib to a deffile.
|
---|
72 |
|
---|
73 | 2001-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
74 | - ReportingBugs.txt:
|
---|
75 | o Specify windows & system32 directory in bug reports
|
---|
76 | (description included on how to determine this)
|
---|
77 |
|
---|
78 | 2001-01-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
79 | - tools\dailybuild:
|
---|
80 | o Updated with temporary server address.
|
---|
81 | o Put ftp userid/passwords into separate file.
|
---|
82 | o Build number incrementation. (Stored in versionos2.h)
|
---|
83 | (Use bldlevel on the DLLs to look at it.)
|
---|
84 | o Splitted out 3dxf/glide stuff into separat .zips.
|
---|
85 |
|
---|
86 | - Win32k: o Added support for the ldrCheckInternalName bug. :-)
|
---|
87 | (see /src/win32k/ldr/myldrCheckInternalName.cpp for details.)
|
---|
88 | o Made pe.exe default.
|
---|
89 | o Added UNI and SMP 14062 kernels (convenience pack).
|
---|
90 | (Have anyone got the Warp 4 convenience pack with the right .sym files?)
|
---|
91 |
|
---|
92 | - bin\bldlevelinf.cmd:
|
---|
93 | o Removed colon after otherwise to make it work with Object REXX.
|
---|
94 |
|
---|
95 | - makefiles:
|
---|
96 | o Merged BuildLevel revisions with the LXOpt revisions.
|
---|
97 | (There seems like there have been some kind of revision mixup in
|
---|
98 | Sanders tree?)
|
---|
99 | o Updated the other post files with LXOpt.
|
---|
100 |
|
---|
101 | 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
102 | - install: o Win32k installation temporarily disabled due to a WarpIn bug
|
---|
103 | (config.sys lines removed)
|
---|
104 | o Update: This is NOT a WarpIn bug, but an error in the script.
|
---|
105 | Now fixed.
|
---|
106 | o Added check for WarpIn 0.9.6 or higher
|
---|
107 | o Added check for OS/2 3.x or higher
|
---|
108 | - src\makefile:
|
---|
109 | o Exclude msvcrt from build process.
|
---|
110 | (download odinapp.zip from ftp.os2.org to install a small
|
---|
111 | MFC app with MFC + MSVCRT dlls)
|
---|
112 |
|
---|
113 | 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
114 | - makefiles:o Use LXLite for release build binaries (better compression)
|
---|
115 | Can't use it for debug binaries as IPMD doesn't like it.
|
---|
116 |
|
---|
117 | 2001-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
118 | - KERNEL32: o KERNEL32_99 should return 1 (according to Wine)
|
---|
119 | o KERNEL32_100 export added (stub)
|
---|
120 | - USER32: o Rewrote window handle management; only start reusing window
|
---|
121 | handles when max handle has been assigned.
|
---|
122 | - GDI32/USER32/KERNEL32:
|
---|
123 | o Don't export private Odin functions by name (we import
|
---|
124 | everything by ordinal)
|
---|
125 |
|
---|
126 | 2001-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
127 | - USER32: o Menu cast bugfix (bitmap handle is 32 bits)
|
---|
128 | (Fixes menu bitmaps in Lotus Notes 5)
|
---|
129 |
|
---|