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