| 1 | /* $Id: changelog,v 1.1624 2001-07-30 11:59:53 sandervl Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2001-07-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - WINMM: o Rewrote timeGetSystemTime & timeGetTime
|
|---|
| 5 | - KERNEL32: o Fix for names of dlls in custom build
|
|---|
| 6 | - USER32/GDI32/KERNEL32:
|
|---|
| 7 | o Custom build changes
|
|---|
| 8 |
|
|---|
| 9 | 2001-07-29: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 10 | - Makefiles:
|
|---|
| 11 | o Force fastdep to scan all files if -a is specified to nmake.
|
|---|
| 12 | - Win32k/test:
|
|---|
| 13 | o Wrote stupid test app to profile child process execution
|
|---|
| 14 | on different OSes.
|
|---|
| 15 | Current results are found in source (PrfTstProcess.c).
|
|---|
| 16 |
|
|---|
| 17 | 2001-07-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 18 | - COMCTL32/COMDLG32/GDI32/KERNEL32/MSVFW32/USER32/SHELL32/WSOCK32/WINMM
|
|---|
| 19 | RPCRT4:
|
|---|
| 20 | o Updates for custom build (different resource table names)
|
|---|
| 21 | - KERNEL32: o Added exports to change the root keys of the registry
|
|---|
| 22 | and to change the name of dlls to be loaded next
|
|---|
| 23 | - CUSTOMBUILD:
|
|---|
| 24 | o Updates
|
|---|
| 25 |
|
|---|
| 26 | 2001-07-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 27 | - USER32: o Set/GetWindowWord changes (must handle GWW_ID, GWW_HINSTANCE
|
|---|
| 28 | and GWW_HWNDPARENT
|
|---|
| 29 | o Ported ArrangeIconicWindows from Wine (not complete yet)
|
|---|
| 30 | o Rewrote Get/SetDoubleClickTime & SwapMouseButton
|
|---|
| 31 | o Don't call O32_GetLastActivePopup
|
|---|
| 32 | (TODO: rewrite it)
|
|---|
| 33 | - KERNEL32: o Rewrote FatalAppExitA/W, FatalExit, Beep, IsBadHugeReadPtr,
|
|---|
| 34 | IsBadHugeWritePtr
|
|---|
| 35 | o Removed O32_HeapCreate/Destroy calls; return rtl heap handle
|
|---|
| 36 | o No longer use Open32's GetProcAddress or GetModuleFileName
|
|---|
| 37 | - USER32/KERNEL32:
|
|---|
| 38 | o Moved WaitForInputIdle & AttachThreadInput from user32 to
|
|---|
| 39 | kernel32
|
|---|
| 40 | - TOOLS\INSTALL:
|
|---|
| 41 | o Create temp directory in windows dir
|
|---|
| 42 |
|
|---|
| 43 | 2001-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 44 | - TOOLS\INSTALL:
|
|---|
| 45 | o Added some quartz.dll keys
|
|---|
| 46 | - COMCTL32: o Status window bugfix; check part number boundary
|
|---|
| 47 | (fixes crash in AudioGalaxy)
|
|---|
| 48 | - USER32: o IsWindowVisible fix; check WS_CHILD flag before calling GetParent
|
|---|
| 49 | (fixes invisible characters while typing in edit control
|
|---|
| 50 | of AudioGalaxy)
|
|---|
| 51 |
|
|---|
| 52 | 2001-07-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 53 | - DINPUT, DPLAYX, ICMP, IMAGEHLP, IMM32, LZ32,
|
|---|
| 54 | MSVFW32, OLEPRO32, RICHED32, URLMON, VERSION, WININET
|
|---|
| 55 | o Added Wine license
|
|---|
| 56 |
|
|---|
| 57 | - AVIFIL32, SHELL32, COMCTL32, COMDLG32, MSACM32, NTDLL, OLE32, OLAUT32,
|
|---|
| 58 | SHDOCVW, SETUPAPI, SHLWAPI, OLECLI32, OLEDLG, OLESVR32, RPCRT4
|
|---|
| 59 | o Replaced Wine license with updated version
|
|---|
| 60 | - COMCTL32: o Resync with Wine (20010720); comboex, comctl32undoc, rebar,
|
|---|
| 61 | imagelist, toolbar, pager
|
|---|
| 62 | - MSVFW32: o Resync with Wine (20010720); all
|
|---|
| 63 | - AVIFIL32: o Resync with Wine (20010720); all
|
|---|
| 64 | - GDI32: o Fixed brush leak in InternalTextOutA
|
|---|
| 65 | (fixes Macromedia Flash 5 error messages)
|
|---|
| 66 |
|
|---|
| 67 | 2001-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 68 | - KERNEL32: o Moved wsnprintf to user32
|
|---|
| 69 | - USER32: o Removed FatalAppExitA/W (already in kernel32)
|
|---|
| 70 | - SHLWAPI: o Removed WINE_StringFromCLSID & StringFromGUID2 (not used)
|
|---|
| 71 | o Removed several string function that were not used or exported
|
|---|
| 72 | - NTDLL: o Replaced 64 bits math assembly functions (disassembled Wine C code
|
|---|
| 73 | compiled with VAC 3.6.5)
|
|---|
| 74 | - ODINCRT: o Export 64 bits math rtl functions
|
|---|
| 75 | o Added 64 bits math rtl functions for VAC 3.0 (assembly;
|
|---|
| 76 | borrowed from VAC 3.6.5)
|
|---|
| 77 | NOTE: __divi64 might cause problems (in theory) since
|
|---|
| 78 | it uses the FPU and doesn't save the FPU state
|
|---|
| 79 | - OLE32/WINMM/KERNEL32/USER32/GDI32/COMCTL32/COMDLG32/SHLWAPI/SHELL32/
|
|---|
| 80 | RPCRT4/WSOCK32/VERSION:
|
|---|
| 81 | o Rewrote initterm + debug logging to allow us to build
|
|---|
| 82 | a single dll containing the code of many Odin dlls
|
|---|
| 83 | - CUSTOMBUILD:
|
|---|
| 84 | o Example of creating a custom dll with the Odin32 environment
|
|---|
| 85 | that can be used for a ported win32 app. (not done yet)
|
|---|
| 86 |
|
|---|
| 87 | 2001-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 88 | - DOC: o Added license for WGSS50
|
|---|
| 89 | - TOOLS\INSTALL:
|
|---|
| 90 | o Include new license in WarpIN install script + package
|
|---|
| 91 | - TOOLS\DAILYBUILD:
|
|---|
| 92 | o Add WGSS50.lic to daily zipfiles
|
|---|
| 93 | - COMDLG32: o Use printer dialog function in WGSS50
|
|---|
| 94 | - WGSS50: o Added new WGSS dll that fixes several printing problems
|
|---|
| 95 | - KERNEL32: o lstrncmpiA/W bugfix; broke resource lookup in Acrobat
|
|---|
| 96 | Distiller (did not exactly work the way Wine code expected it)
|
|---|
| 97 |
|
|---|
| 98 | 2001-07-19: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 99 | - LICENSE: o added WGSS50.LIC which contains the official license
|
|---|
| 100 | of the WGSS50.DLL module that is included with all
|
|---|
| 101 | Odin builds. This is a license contract between
|
|---|
| 102 | InnoTek Systemberatung GmbH (http://www.innotek.de)
|
|---|
| 103 | and the individual Odin user. The library is provided
|
|---|
| 104 | free of charge. The main requirement is that every user
|
|---|
| 105 | need to own a valid OS/2 license (this also includes
|
|---|
| 106 | eComStation of course).
|
|---|
| 107 | Every distribution of Odin will also contain this
|
|---|
| 108 | license file and the WarpIn archives will show the
|
|---|
| 109 | license during installation and require acceptance.
|
|---|
| 110 | For any questions about the license, please contact
|
|---|
| 111 | me via email. Note that the Odin license specifically
|
|---|
| 112 | allows redistribution of Odin with custom applications
|
|---|
| 113 | and as soon as the WGSS50 license is included, this also
|
|---|
| 114 | applies to WGSS50.DLL.
|
|---|
| 115 |
|
|---|
| 116 | The reason we include WGSS50 (a subset of Open32 used
|
|---|
| 117 | by IBM for Netscape Communicator 4.61 for OS/2) is that
|
|---|
| 118 | it contains numerous improvements over Open32 and it
|
|---|
| 119 | allows us more easily to replace Open32/WGSS50 APIs
|
|---|
| 120 | by custom functions.
|
|---|
| 121 |
|
|---|
| 122 | 2001-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 123 | - KERNEL32: o HeapCreate now creates a separate heap (_ucreate) instead
|
|---|
| 124 | of sharing the same heap as Odin.
|
|---|
| 125 | (lowers the chance of fatal crashes on heap corruption;
|
|---|
| 126 | hangs in exitlist)
|
|---|
| 127 | o Implemented HeapValidate
|
|---|
| 128 | o GlobalReAlloc bugfix; must check if pointer has a handle
|
|---|
| 129 | associated with it.
|
|---|
| 130 | (RealDraw install calls GlobalReAlloc with pointer returned
|
|---|
| 131 | by GlobalLock(handle))
|
|---|
| 132 |
|
|---|
| 133 | 2001-07-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 134 | - KERNEL32: o RegEnumKeyExW fix (lpszClass can be NULL)
|
|---|
| 135 | o Faster resource lookup functions (Wine)
|
|---|
| 136 | - USER32: o Allocate more memory for icon bitmap before calling
|
|---|
| 137 | GpiCreateBitmap. This function seems to touch more bytes
|
|---|
| 138 | than necessary (??).
|
|---|
| 139 | - GDI32: o AddFontResourceA: ignore if called with filename of PE
|
|---|
| 140 | executable (return 1; gets rid of error message in Photoshop 6)
|
|---|
| 141 |
|
|---|
| 142 | 2001-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 143 | - COMDLG32: o Ported Wine printer dialog code (inactive due to missing
|
|---|
| 144 | functions in winspool)
|
|---|
| 145 | - USER32: o Translate WM_VSCROLL & WM_HSCROLL
|
|---|
| 146 | o Do not use imports not available in Warp 3's PMWINX
|
|---|
| 147 | (WaitForInputIdle & GetAsyncKeyState)
|
|---|
| 148 | o There is no close button in Warp 3 (OS/2 look & feel)
|
|---|
| 149 | - KERNEL32: o Do not call WaitForInputIdle in WinExec on Warp 3 systems.
|
|---|
| 150 |
|
|---|
| 151 | 2001-07-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 152 | - PELDR: o Fix for parsing cmd line consisting of directory with spaces
|
|---|
| 153 | - USER32: o Get menu font from os2.ini (OS/2 look & feel)
|
|---|
| 154 | o Full window drag now works for Odin windows
|
|---|
| 155 | - GDI32: o Implemented StartDocW
|
|---|
| 156 |
|
|---|
| 157 | 2001-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 158 | - COMDLG32: o Fix for windows 3.1 style file dialog
|
|---|
| 159 | - COMCTL32: o Bad listview pointer checks cause crashes in details
|
|---|
| 160 | view of file dialogs
|
|---|
| 161 | (TODO: Details view is still not right)
|
|---|
| 162 | - KERNEL32: o Check for NULL pointer in lstrlenA/W
|
|---|
| 163 | (fixes crash during AutoCAD 14 install)
|
|---|
| 164 | - USER32: o Removed very old check for negative x or y coordinates during
|
|---|
| 165 | window creation.
|
|---|
| 166 | (file open dialog in InstallShield doesn't show weird edit control
|
|---|
| 167 | anymore and the MS Word 97 main window looks better now)
|
|---|
| 168 | o RegisterClassA/W: check icon first before copying it
|
|---|
| 169 | (gets rid of some annoying warnings in the logfile)
|
|---|
| 170 | - GDI32: o Change BITMAPINFO height if negative
|
|---|
| 171 | (fixes failing StretchDIBits calls with Matrox display driver)
|
|---|
| 172 |
|
|---|
| 173 | 2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 174 | - KERNEL32: o Atom fixes
|
|---|
| 175 | - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject &
|
|---|
| 176 | GetActiveObject from Wine.
|
|---|
| 177 |
|
|---|
| 178 | 2001-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 179 | - COMDLG32: o Don't clear filename when selecting of switching
|
|---|
| 180 | directory is file open/save dialog.
|
|---|
| 181 |
|
|---|
| 182 | 2001-07-10: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 183 | - WIN32K: o Made DosKillProcessEx framework.
|
|---|
| 184 | o Tried to fix missing unlocks of environment block.
|
|---|
| 185 | - KERNEL32: o Tried to fix missing unlocks of environment block.
|
|---|
| 186 | o Fixed module not found problem when a Pe2Lx is dynamically
|
|---|
| 187 | loaded several times.
|
|---|
| 188 | o Defined env.var. ODIN32.FAIL_IF_UNREGISTEREDLX to make
|
|---|
| 189 | LoadLibraryEx fail on unregistered LX dlls. This will fix
|
|---|
| 190 | the most annoying int 3's when starting Opera on debug Odin.
|
|---|
| 191 | (Two int 3 per netscape/2 plugin checked.)
|
|---|
| 192 |
|
|---|
| 193 | 2001-07-09: knut st. osmundsen <kosmunds@csc.com>:
|
|---|
| 194 | - CRTDLL: o When renaming dlls we still use the original importlibrary
|
|---|
| 195 | and .def-file names. ORGTARGET exist for that purpose.
|
|---|
| 196 | - NTDLL: o Link with crtdll.lib.
|
|---|
| 197 | - VERSION: o Link with crtdll.lib.
|
|---|
| 198 | - WIN32K: o Updated LieList with CrtDll -> CrtDll32 renaming.
|
|---|
| 199 |
|
|---|
| 200 | 2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 201 | - KERNEL32: o Directly import registry functions from REGISTRY.DLL
|
|---|
| 202 | - GDI32: o Never use object handle 0
|
|---|
| 203 | (fixes bad icons in dialogs)
|
|---|
| 204 | - USER32: o Same edit fix as applied yesterday, but this time for
|
|---|
| 205 | single line edit control painting.
|
|---|
| 206 | (Opera url editbox now displays selected text properly)
|
|---|
| 207 |
|
|---|
| 208 | 2001-07-08: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 209 | - WSOCK32: o error message to human readable text translation
|
|---|
| 210 | for WSASetLastError (debug version)
|
|---|
| 211 | o implemented IPPROTO_IP support for setsockopt
|
|---|
| 212 | (not fully done)
|
|---|
| 213 | o reset semaphore in WSAEnumNetworkEvents
|
|---|
| 214 | - USER32: o deleted user32\old. It is still in the CVS attic
|
|---|
| 215 | so in case you need it, you can get it from CVS
|
|---|
| 216 |
|
|---|
| 217 | 2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 218 | - USER32: o Some icon fixes
|
|---|
| 219 | o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
|
|---|
| 220 | jump back to last click position when moving the mouse
|
|---|
| 221 | outside the scroll window during scrolling.
|
|---|
| 222 | o Changed menu behaviour in OS/2 mode; no mouse tracking
|
|---|
| 223 | when right or left mouse button not pressed.
|
|---|
| 224 | o Clipboard (Get/SetClipboardData: must translated open32
|
|---|
| 225 | to kernel32 global memory handles (due to Global memory
|
|---|
| 226 | api rewrite)
|
|---|
| 227 | o Key translation for arrow keys and insert/del, home/end, page up/down
|
|---|
| 228 | added (WM_CHAR message translation)
|
|---|
| 229 | o Edit control bugfix for drawing selected text
|
|---|
| 230 | - KERNEL32: o More pointer checks added to GlobalLock/Unlock
|
|---|
| 231 | o Add default rename entry for crtdll
|
|---|
| 232 | o Fixed FS corruption in atom functions (wrapper for LookupAtom)
|
|---|
| 233 | - CRTDLL: o Renamed to crtdll32 to avoid problems with some Lotus
|
|---|
| 234 | apps that come with their own crtdll
|
|---|
| 235 | - NTDLL: o Link with crtdll32.lib
|
|---|
| 236 | - VERSION: o Link with crtdll32.lib
|
|---|
| 237 | - SHLWAPI: o Link with crtdll32.lib
|
|---|
| 238 | - PELDR: o Fix for file not found error
|
|---|
| 239 |
|
|---|
| 240 | 2001-07-08: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 241 | - KERNEL32: o Added call in initterm to tell win32k where the Odin32
|
|---|
| 242 | environment block is. (Its in Open32, and I don't think
|
|---|
| 243 | it is reallocated.)
|
|---|
| 244 | o Added early initiation of Win32k loaded EXE. This corrected
|
|---|
| 245 | problems with GetModuleHandleA returing -1 to MSVCRT.
|
|---|
| 246 | - WIN32K: o Fixed environment block problem. The environment variables is
|
|---|
| 247 | not updated in the original env.block. So, win32k needs to
|
|---|
| 248 | be told where to find the Odin32 environment block to correctly
|
|---|
| 249 | find dlls using the PATH.
|
|---|
| 250 | o Corrected crosspage fixup bug.
|
|---|
| 251 | o Set no internal fixups flag in LX header for most executables
|
|---|
| 252 | in an attempt to convice OS/2 to load them where they wanna be
|
|---|
| 253 | loaded (usually 0x00400000).
|
|---|
| 254 | o Can now tell difference between the debug kernels.
|
|---|
| 255 |
|
|---|
| 256 | 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 257 | - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
|
|---|
| 258 | o Fixed GetAtomNameW
|
|---|
| 259 | - GDI32: o Don't use Open32 IsBad* memory functions directly
|
|---|
| 260 | - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
|
|---|
| 261 | memory handles (due to Global memory api rewrite)
|
|---|
| 262 |
|
|---|
| 263 | 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
|
|---|
| 264 | - WS2_32: o import WSAEventSelect from WSOCK32 (although a
|
|---|
| 265 | Winsock 2.0 API, it makes more sense to be implemented
|
|---|
| 266 | in the Winsock 1.1 stack)
|
|---|
| 267 | o import WSAEnumNetworkEvents from WSOCK32 (same reason)
|
|---|
| 268 | - WSOCK32: o enhanced WSAAsyncSelect processing to allow both
|
|---|
| 269 | window handle and event semaphore notification
|
|---|
| 270 | o implemented WSAEventSelect
|
|---|
| 271 | o implemented WSAEnumNetworkEvents (not correct)
|
|---|
| 272 |
|
|---|
| 273 | 2001-07-07: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 274 | - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
|
|---|
| 275 | to fix SYS2048 during RealPlayer install.
|
|---|
| 276 | - WIN32K: o Fixed the DBExpert bug in the longdllname code.
|
|---|
| 277 | BTW. Thanks to Randell at Sundial Systems and Alex Newman
|
|---|
| 278 | for reporting this and begin very helpful tracking it down.
|
|---|
| 279 | o The longdllname feature now differs from the OS/2 loader on
|
|---|
| 280 | one points: <br>
|
|---|
| 281 | It is able to find (DosQueryModuleHandle) for dlls using
|
|---|
| 282 | internal names which includes the .DLL extention. <br>
|
|---|
| 283 | The longdllname feature don't currently support names with
|
|---|
| 284 | extention .DLL like extentions with base name lengths from
|
|---|
| 285 | 4-7 chars. I will fix this some day.<br>
|
|---|
| 286 |
|
|---|
| 287 | 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 288 | - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
|
|---|
| 289 | o GlobalAlloc must return pointers aligned at 8 byte boundary
|
|---|
| 290 | (SDK docs + verified in NT4, SP6)
|
|---|
| 291 | o Better checks in GlobalFree for invalid handles/pointers
|
|---|
| 292 | (InvestmentView seems to call it with a GDI handle; why??)
|
|---|
| 293 | o LocalReAlloc bugfix
|
|---|
| 294 | - USER32: o Must return 16 bits icon & cursor handles
|
|---|
| 295 | (fixes crash in Acrobat Reader 4)
|
|---|
| 296 | - GDI32: o GetDIBits must only return color information when lpvBits
|
|---|
| 297 | is not NULL.
|
|---|
| 298 | (fixes Opera crash (heap corruption) with new heap code)
|
|---|
| 299 | - PELDR: o Report error when file not found.
|
|---|
| 300 |
|
|---|
| 301 | 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 302 | - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
|
|---|
| 303 | o WinHelpA fixes (use shared memory for sending information
|
|---|
| 304 | to winhlp32)
|
|---|
| 305 | - KERNEL32: o Added GlobalFix and GlobalUnfix
|
|---|
| 306 | o Local memory functions now use Global memory functions
|
|---|
| 307 | o Ported Wine Global memory functions (we no longer depend
|
|---|
| 308 | on Open32 for these)
|
|---|
| 309 |
|
|---|
| 310 | 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 311 | - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
|
|---|
| 312 | o VkKeyScanExA/W: call VkKeyScanA/W
|
|---|
| 313 | o MapVirtualKeyExA/W: call MapVirtualKeyA/W
|
|---|
| 314 | o SetParent bugfix; even though the win32 coordinates might
|
|---|
| 315 | not change, the PM coordinates can. We must make sure the
|
|---|
| 316 | child stays at the same position (y) relative to the
|
|---|
| 317 | (new) parent.
|
|---|
| 318 | (Cool Edit Pro LE play buttons now at the right position)
|
|---|
| 319 | o Send WM_SETICON to frame window with converted win32 icon
|
|---|
| 320 | (application icon now visible in task list)
|
|---|
| 321 | o Quick fix for window creation:
|
|---|
| 322 | Before a window has processed WM_NCCREATE:
|
|---|
| 323 | - GetTopWindow can't return that window handle
|
|---|
| 324 | - GetWindow(parent, GW_CHILD) can't return that window handle
|
|---|
| 325 | - IsChild works
|
|---|
| 326 | TODO: Does this affect more functions?? (other GetWindow ops)
|
|---|
| 327 | (verified in NT4, SP6)
|
|---|
| 328 | TODO: Must add window to parent's child list after WM_NCCREATE
|
|---|
| 329 | and rewrite GetWindow & GetTopWindow
|
|---|
| 330 | (fix for crash in MP3 Explorer)
|
|---|
| 331 |
|
|---|
| 332 | - GDI32: o Workaround for applications that depend on 16 bits
|
|---|
| 333 | GDI object handles.
|
|---|
| 334 | (TODO: must create our own 16 bits handles)
|
|---|
| 335 | (fixes crash in Cool Edit Pro LE)
|
|---|
| 336 |
|
|---|
| 337 | 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 338 | - KERNEL32: o Improoved the Unhandled exception message by
|
|---|
| 339 | trying to provide modulename and some kind of obj/offset.
|
|---|
| 340 | - FastDep: o (synced with OS2Tools) Make better use of data in evt.
|
|---|
| 341 | existing .depend file so that only changed files are processed.
|
|---|
| 342 |
|
|---|
| 343 | 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 344 | - KERNEL32: o Executable load fix
|
|---|
| 345 | (fixes crash during RealPlayer 8 install)
|
|---|
| 346 | o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
|
|---|
| 347 | - USER32: o ToAscii & GetKeyboardState fixes
|
|---|
| 348 | (for Putty keyboard input)
|
|---|