1 | /* $Id: changelog,v 1.1198 2000-12-30 13:26:33 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2000-12-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
4 | - INSTALL: o Don't include odin.ini anymore.
|
---|
5 | - KERNEL32: o Create 'Font Mapping' Odin.ini entry during WarpIn install
|
---|
6 | (odininst execution)
|
---|
7 | - GDI32: o System object can't be deleted (e.g. system pens & brushes)
|
---|
8 | Check for those in DeleteObject.
|
---|
9 | (TODO: also check for others (fonts)??)
|
---|
10 | (Fixes missing background in DreamWeaver 4 demo install dialogs)
|
---|
11 |
|
---|
12 | 2000-12-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
13 | - USER32: o Export OS2ToWin32Handle & Win32ToOS2Handle with stdcall
|
---|
14 | convention. (not mangled)
|
---|
15 | - GDI32: o Changes for above exports
|
---|
16 |
|
---|
17 | 2000-12-27: Jeroen van den Horn <J.vandenHorn@chello.nl>
|
---|
18 | - WININET: o Resync with latest Wine + fixes/additions
|
---|
19 |
|
---|
20 | 2000-12-27: Yuri Dario <mc6530@mclink.it>
|
---|
21 | - USER32: o Wrong flag check in SetWindowPos (didn't include e.g. SWP_NOSENDCHANGING)
|
---|
22 |
|
---|
23 | 2000-12-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
24 | - USER32: o Fixed two FS bugs in main PM window handler. (FS not restored
|
---|
25 | before returning)
|
---|
26 | o Split up frame and child window PM handlers.
|
---|
27 | o Don't send PM WM_ACTIVATE to child windows in WM_WINDOWPOSCHANGED
|
---|
28 | (fixes some activation problems)
|
---|
29 | o Put back code to add MDI windows to menu (latest update doesn't work)
|
---|
30 | o Properly invalidate non-client area when SetWindowPos is called
|
---|
31 | with SWP_FRAMECHANGED. (fixes menu switch)
|
---|
32 | o SetParent bugfix; when putting window at the top of the z-order we
|
---|
33 | mustn't activate it (SWP_NOACTIVATE)
|
---|
34 | (fixes activate problem when starting up Lotus Notes 5)
|
---|
35 | - OLEAUT32: o Ported latest Wine version (12-22-2000)
|
---|
36 | (TODO: Port David's additions)
|
---|
37 | - TOOLS\INSTALL:
|
---|
38 | o 3Dfx glide & opengl removed from base install
|
---|
39 | (download opengl3dfx.zip from ftp.os2.org if you need it)
|
---|
40 | Dllfixes win32k feature disabled (enabled by default); it's
|
---|
41 | causing too many problems right now.
|
---|
42 |
|
---|
43 | 2000-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
44 | - USER32: o Call WH_CBT hook during OS/2 WM_CREATE message. Some apps
|
---|
45 | rely on the window being valid when this hook is called.
|
---|
46 | (Girotel used GetDC which previously failed)
|
---|
47 | o Use different PM window class for child windows. Solves some
|
---|
48 | focus problems. (TODO)
|
---|
49 | o Some MDI changes/fixes (from Wine)
|
---|
50 |
|
---|
51 | 2000-12-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
52 | - USER32: o Edit control: Limits removed. EM_SETTEXTLIMIT has no effect in
|
---|
53 | NT4, SP6 (EM_GETTEXTLIMIT only returns that value).
|
---|
54 | Limits are simply ignored, no EN_MAXTEXT notification is ever sent.
|
---|
55 | (fixes license edit control in Microsoft Visual C++ 4.2 install)
|
---|
56 | o Static control: SS_REALSIZEIMAGE is supposed to prevent
|
---|
57 | control resizing, but that doesn't appear to happen in NT
|
---|
58 | (although the SDK docs are very clear about this)
|
---|
59 | Need to figure out why. (not resizing messes up the bitmap
|
---|
60 | control in the Microsoft Visual C++ 4.2 install program)
|
---|
61 | Same thing happens with a very simply test app, so the installer
|
---|
62 | does nothing special.
|
---|
63 | - WNASPI32: o Fixed bug in access aspi method. (wait check reversed)
|
---|
64 | - MAKEFILES:o Update for overriding stack size of executables
|
---|
65 | - PELDR: o Fixed makefiles (PEC was built as a PM app -> must be VIO!)
|
---|
66 | - KERNEL32: o Only call DosGetNamedSharedMem & free view if map created
|
---|
67 | by different process. (fixes hang in Lotus Notes 5)
|
---|
68 |
|
---|
69 | 2000-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
70 | - KERNEL32: o GetVolumeInformationA bugfix (lpFileSystemNameBuffer == NULL &
|
---|
71 | lpFileSystemFlags != NULL)
|
---|
72 | o Wrong calls to VirtualFree in memory map & tls code (size must be zero)
|
---|
73 | o Shared memory address retrieved with DosGetNamedSharedMem not properly freed
|
---|
74 |
|
---|
75 | 2000-12-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
76 | - Win32k: o Fixed problem with newer kernels having a different
|
---|
77 | prolog to ldrCheckInternalName. (Seems like either new
|
---|
78 | compiler or better optimization.)
|
---|
79 | o Corrected bad loop condition in configure.cmd causing
|
---|
80 | a neverending loop during build.
|
---|
81 | - Win32kCC: o Corrected the setting of the -DllFixes parameter.
|
---|
82 | - readme.txt:
|
---|
83 | o Corrected minor flaw: Win32k option "-PE" should be "-Pe".
|
---|
84 |
|
---|
85 | 2000-12-10: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
86 | - Win32k: o Fixed minor error in the *printf function.
|
---|
87 | o Added the 14063 kernels (*1129[d].zip).
|
---|
88 | o Removed OS/2 kernel limit for DLL name length.
|
---|
89 | (Experimental - see readme.txt option -Dllfixes.)
|
---|
90 | o Removed OS/2 kernel restriction for DLL extention.
|
---|
91 | (Experimental - see readme.txt option -Dllfixes.)
|
---|
92 | - readme.txt:
|
---|
93 | o Updated win32k.sys with new parameter, -Dllfixes.
|
---|
94 |
|
---|
95 | 2000-12-09: Patrick Haller <patrick.haller@innotek.de>ú
|
---|
96 | - KERNEL32: o accelerated FindFirst/FindNext calls (oslibdos.cpp)ú
|
---|
97 | - makefile: o added support for "profile" debug buildú
|
---|
98 |
|
---|
99 | 2000-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
100 | - GDI32: o Temporary fix for bugs introduced by recent handle changes.
|
---|
101 |
|
---|
102 | 2000-12-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
103 | - USER32: o Changed CFLAGS and CXXFLAGS overrides to a CDEFINES override.
|
---|
104 | (This is the new way to alter the standard C and C++ defines.)
|
---|
105 |
|
---|
106 | 2000-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
107 | - USER32: o Missing USING_OPEN32 define in makefile. Might be responsible
|
---|
108 | for a lot of problems that have recently emerged.
|
---|
109 |
|
---|
110 | 2000-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
111 | - USER32: o Must call selectClientArea after GpiSetClipRegion in BeginPaint
|
---|
112 | When a window with CS_OWNDC looses focus, for some reason
|
---|
113 | GpiSetClipRegion resets the window dc origin back to (0,0).
|
---|
114 | (fixes e.g. Visual C++ 4.2 setup when switching between
|
---|
115 | setup window & another app)
|
---|
116 | - KERNEL32: o Rewrote GetLogicalDrives
|
---|
117 | o Minor fixes for GetDriveType (return value equals DRIVE_NO_ROOT_DIR
|
---|
118 | for junk input; does not change last error)
|
---|
119 |
|
---|
120 | 2000-12-06: Patrick Haller <patrick.haller@innotek.de>
|
---|
121 | - USER32: o added debug macros to HOOK_ functions
|
---|
122 | - GDI32: o added debug macros to Font related functions
|
---|
123 |
|
---|
124 | 2000-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
125 | - USER32: o 16 bits menu handles are now supported (fixes crash in MultiEdit)
|
---|
126 | - GDI32: o Changes to local object handle management (for user32 menus)
|
---|
127 | - KERNEL32: o Don't assume resources start at section boundary.
|
---|
128 | Must use DataDirectory virtual address.
|
---|
129 | (fixes winrar self-extracting executables)
|
---|
130 |
|
---|
131 | 2000-12-03: chris.wohlgemuth <chris.wohlgemuth@cityweb.de>
|
---|
132 | - KERNEL32: o Fix for TVFS & GetDiskFreeSpaceA (Windows Media Player
|
---|
133 | install complains about cluster size)
|
---|
134 | (DRIVESPACE section, key CLUSTERTO32 in odin.ini)
|
---|
135 | o Fix in PROFILE_GetSection for crash in Windows Media Player install
|
---|
136 | - WINMM: o Ported Wine MCI code
|
---|
137 |
|
---|
138 | 2000-12-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
139 | - TOOLS\install:
|
---|
140 | o More installation script fixes.
|
---|
141 | - Win32k: o Fatal error! I mixed flags for C and C++ compilation during
|
---|
142 | makefile rewrite. This caused C++ exceptionhandlers to be
|
---|
143 | generated and registered, leading to Trap 000e during boot.
|
---|
144 | o Confirmed working on the Warp 4 14.060 (at least halfstrict)
|
---|
145 | kernel (w41106.zip).
|
---|
146 |
|
---|
147 | 2000-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
148 | - TOOLS\install:
|
---|
149 | o Installation script fixes.
|
---|
150 |
|
---|
151 | 2000-12-03: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
152 | - *, makefiles, pdwin32k.*, odin32.*.mk, Configure.cmd:
|
---|
153 | o Made some addjustments to the makefiles. Most important
|
---|
154 | eliminating nearly all ODIN32_<dir> directory macros.
|
---|
155 | o Changed all "PDWIN32_" to "ODIN32_".
|
---|
156 | o Renamed pdwin32.$(CCENV).* to pdwin32.*.$(CCENV).mk
|
---|
157 | and pdwin32.* to odin32.*.mk.
|
---|
158 | o Added tiny rexx script, Configure.cmd, which generates
|
---|
159 | a file with absolute directory macros; makefile.inc.
|
---|
160 | Makefile.inc also includes /include/odin32.mk.
|
---|
161 | NB. This script is automatically invoked the first time
|
---|
162 | you start nmake or wmake on /makefile.
|
---|
163 | o Restructured the win32k.sys makefiles. Now all but
|
---|
164 | the win32k.sys makefile is using the new makefile style.
|
---|
165 | o The tools makefiles are mostly according to the new style.
|
---|
166 | o Compiler and debug/release specific library directory.
|
---|
167 | ODIN32_LIB will now point to a compiler specific directory
|
---|
168 | under /lib. Debug and release files are also separated.
|
---|
169 | o The <>exp.def are now generated in the $(OBJDIR) directory.
|
---|
170 | o .lib-files are also targeted to $(OBJDIR).
|
---|
171 | o More Watcom friendly makefiles. (I didn't say that they are
|
---|
172 | working with Watcom! I removed VAC dependencies when
|
---|
173 | possibled or else tried to make wmake fail.)
|
---|
174 | o Moved readmes in the /bin/glide tree to the source
|
---|
175 | directories under opengl.
|
---|
176 | - tools/install:
|
---|
177 | o Removed odininst.wis - odin.cmd generates this.
|
---|
178 | o Tried to make odin.cmd more readable; uses
|
---|
179 | the wic.exe option -c <dir> to set current directory.
|
---|
180 | ARG! Why can't wic.exe return anything but 0? When files
|
---|
181 | aren't found for example, I have no way of finding it out.
|
---|
182 | o Added package which adds win32k.sys to the config.sys.
|
---|
183 | Seems like I have to add a file to that packet, so win32k.ddp
|
---|
184 | works as dummy file. It also seems like there is a but in
|
---|
185 | WarpIn 0.95 - it inserts the line between the '\r' and the '\n'
|
---|
186 | chars at the end of the previous line.
|
---|
187 |
|
---|
188 | 2000-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
189 | - KERNEL32: o Added renaming for MCICDA (MCICDA.DLL -> MCICDA.DRV)
|
---|
190 |
|
---|
191 | 2000-12-02: chris.wohlgemuth <chris.wohlgemuth@cityweb.de>
|
---|
192 | - WINMM\MCICDA:
|
---|
193 | o Rewrote it for OS/2
|
---|
194 |
|
---|