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