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