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