source: trunk/changelog@ 4832

Last change on this file since 4832 was 4832, checked in by sandervl, 25 years ago

* empty log message *

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