[6345] | 1 | /* $Id: changelog,v 1.1605 2001-07-16 07:41:51 sandervl Exp $ */
|
---|
[6074] | 2 |
|
---|
[6345] | 3 | 2001-07-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - KERNEL32: o RegEnumKeyExW fix (lpszClass can be NULL)
|
---|
| 5 |
|
---|
[6333] | 6 | 2001-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 7 | - COMDLG32: o Ported Wine printer dialog code (inactive due to missing
|
---|
| 8 | functions in winspool)
|
---|
| 9 | - USER32: o Translate WM_VSCROLL & WM_HSCROLL
|
---|
[6338] | 10 | o Do not use imports not available in Warp 3's PMWINX
|
---|
| 11 | (WaitForInputIdle & GetAsyncKeyState)
|
---|
[6343] | 12 | o There is no close button in Warp 3 (OS/2 look & feel)
|
---|
[6341] | 13 | - KERNEL32: o Do not call WaitForInputIdle in WinExec on Warp 3 systems.
|
---|
[6333] | 14 |
|
---|
[6324] | 15 | 2001-07-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 16 | - PELDR: o Fix for parsing cmd line consisting of directory with spaces
|
---|
[6326] | 17 | - USER32: o Get menu font from os2.ini (OS/2 look & feel)
|
---|
[6329] | 18 | o Full window drag now works for Odin windows
|
---|
[6330] | 19 | - GDI32: o Implemented StartDocW
|
---|
[6324] | 20 |
|
---|
[6314] | 21 | 2001-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 22 | - COMDLG32: o Fix for windows 3.1 style file dialog
|
---|
[6321] | 23 | - COMCTL32: o Bad listview pointer checks cause crashes in details
|
---|
| 24 | view of file dialogs
|
---|
[6322] | 25 | (TODO: Details view is still not right)
|
---|
[6316] | 26 | - KERNEL32: o Check for NULL pointer in lstrlenA/W
|
---|
| 27 | (fixes crash during AutoCAD 14 install)
|
---|
| 28 | - USER32: o Removed very old check for negative x or y coordinates during
|
---|
| 29 | window creation.
|
---|
| 30 | (file open dialog in InstallShield doesn't show weird edit control
|
---|
| 31 | anymore and the MS Word 97 main window looks better now)
|
---|
| 32 | o RegisterClassA/W: check icon first before copying it
|
---|
| 33 | (gets rid of some annoying warnings in the logfile)
|
---|
[6321] | 34 | - GDI32: o Change BITMAPINFO height if negative
|
---|
| 35 | (fixes failing StretchDIBits calls with Matrox display driver)
|
---|
[6314] | 36 |
|
---|
[6310] | 37 | 2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 38 | - KERNEL32: o Atom fixes
|
---|
[6312] | 39 | - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject &
|
---|
| 40 | GetActiveObject from Wine.
|
---|
[6310] | 41 |
|
---|
[6299] | 42 | 2001-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 43 | - COMDLG32: o Don't clear filename when selecting of switching
|
---|
| 44 | directory is file open/save dialog.
|
---|
| 45 |
|
---|
[6292] | 46 | 2001-07-10: knut st. osmundsen <kosmunds@csc.com>:
|
---|
[6293] | 47 | - WIN32K: o Made DosKillProcessEx framework.
|
---|
[6298] | 48 | o Tried to fix missing unlocks of environment block.
|
---|
| 49 | - KERNEL32: o Tried to fix missing unlocks of environment block.
|
---|
[6304] | 50 | o Fixed module not found problem when a Pe2Lx is dynamically
|
---|
| 51 | loaded several times.
|
---|
[6306] | 52 | o Defined env.var. ODIN32.FAIL_IF_UNREGISTEREDLX to make
|
---|
| 53 | LoadLibraryEx fail on unregistered LX dlls. This will fix
|
---|
| 54 | the most annoying int 3's when starting Opera on debug Odin.
|
---|
| 55 | (Two int 3 per netscape/2 plugin checked.)
|
---|
[6292] | 56 |
|
---|
[6266] | 57 | 2001-07-09: knut st. osmundsen <kosmunds@csc.com>:
|
---|
| 58 | - CRTDLL: o When renaming dlls we still use the original importlibrary
|
---|
| 59 | and .def-file names. ORGTARGET exist for that purpose.
|
---|
| 60 | - NTDLL: o Link with crtdll.lib.
|
---|
| 61 | - VERSION: o Link with crtdll.lib.
|
---|
| 62 | - WIN32K: o Updated LieList with CrtDll -> CrtDll32 renaming.
|
---|
| 63 |
|
---|
[6261] | 64 | 2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 65 | - KERNEL32: o Directly import registry functions from REGISTRY.DLL
|
---|
| 66 | - GDI32: o Never use object handle 0
|
---|
| 67 | (fixes bad icons in dialogs)
|
---|
[6270] | 68 | - USER32: o Same edit fix as applied yesterday, but this time for
|
---|
| 69 | single line edit control painting.
|
---|
| 70 | (Opera url editbox now displays selected text properly)
|
---|
[6261] | 71 |
|
---|
[6252] | 72 | 2001-07-08: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 73 | - WSOCK32: o error message to human readable text translation
|
---|
| 74 | for WSASetLastError (debug version)
|
---|
| 75 | o implemented IPPROTO_IP support for setsockopt
|
---|
| 76 | (not fully done)
|
---|
| 77 | o reset semaphore in WSAEnumNetworkEvents
|
---|
[6259] | 78 | - USER32: o deleted user32\old. It is still in the CVS attic
|
---|
| 79 | so in case you need it, you can get it from CVS
|
---|
[6252] | 80 |
|
---|
[6239] | 81 | 2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 82 | - USER32: o Some icon fixes
|
---|
[6244] | 83 | o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
|
---|
| 84 | jump back to last click position when moving the mouse
|
---|
| 85 | outside the scroll window during scrolling.
|
---|
| 86 | o Changed menu behaviour in OS/2 mode; no mouse tracking
|
---|
| 87 | when right or left mouse button not pressed.
|
---|
[6266] | 88 | o Clipboard (Get/SetClipboardData: must translated open32
|
---|
| 89 | to kernel32 global memory handles (due to Global memory
|
---|
[6255] | 90 | api rewrite)
|
---|
| 91 | o Key translation for arrow keys and insert/del, home/end, page up/down
|
---|
| 92 | added (WM_CHAR message translation)
|
---|
[6256] | 93 | o Edit control bugfix for drawing selected text
|
---|
[6239] | 94 | - KERNEL32: o More pointer checks added to GlobalLock/Unlock
|
---|
[6255] | 95 | o Add default rename entry for crtdll
|
---|
| 96 | o Fixed FS corruption in atom functions (wrapper for LookupAtom)
|
---|
| 97 | - CRTDLL: o Renamed to crtdll32 to avoid problems with some Lotus
|
---|
| 98 | apps that come with their own crtdll
|
---|
| 99 | - NTDLL: o Link with crtdll32.lib
|
---|
| 100 | - VERSION: o Link with crtdll32.lib
|
---|
| 101 | - SHLWAPI: o Link with crtdll32.lib
|
---|
| 102 | - PELDR: o Fix for file not found error
|
---|
[6239] | 103 |
|
---|
[6235] | 104 | 2001-07-08: knut st. osmundsen <kosmunds@csc.com>:
|
---|
| 105 | - KERNEL32: o Added call in initterm to tell win32k where the Odin32
|
---|
| 106 | environment block is. (Its in Open32, and I don't think
|
---|
| 107 | it is reallocated.)
|
---|
| 108 | o Added early initiation of Win32k loaded EXE. This corrected
|
---|
| 109 | problems with GetModuleHandleA returing -1 to MSVCRT.
|
---|
| 110 | - WIN32K: o Fixed environment block problem. The environment variables is
|
---|
| 111 | not updated in the original env.block. So, win32k needs to
|
---|
| 112 | be told where to find the Odin32 environment block to correctly
|
---|
| 113 | find dlls using the PATH.
|
---|
| 114 | o Corrected crosspage fixup bug.
|
---|
| 115 | o Set no internal fixups flag in LX header for most executables
|
---|
| 116 | in an attempt to convice OS/2 to load them where they wanna be
|
---|
| 117 | loaded (usually 0x00400000).
|
---|
[6236] | 118 | o Can now tell difference between the debug kernels.
|
---|
[6235] | 119 |
|
---|
[6198] | 120 | 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 121 | - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
|
---|
| 122 | o Fixed GetAtomNameW
|
---|
[6209] | 123 | - GDI32: o Don't use Open32 IsBad* memory functions directly
|
---|
| 124 | - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
|
---|
| 125 | memory handles (due to Global memory api rewrite)
|
---|
[6198] | 126 |
|
---|
[6197] | 127 | 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 128 | - WS2_32: o import WSAEventSelect from WSOCK32 (although a
|
---|
| 129 | Winsock 2.0 API, it makes more sense to be implemented
|
---|
| 130 | in the Winsock 1.1 stack)
|
---|
[6202] | 131 | o import WSAEnumNetworkEvents from WSOCK32 (same reason)
|
---|
[6197] | 132 | - WSOCK32: o enhanced WSAAsyncSelect processing to allow both
|
---|
| 133 | window handle and event semaphore notification
|
---|
| 134 | o implemented WSAEventSelect
|
---|
[6202] | 135 | o implemented WSAEnumNetworkEvents (not correct)
|
---|
[6197] | 136 |
|
---|
[6235] | 137 | 2001-07-07: knut st. osmundsen <kosmunds@csc.com>:
|
---|
[6194] | 138 | - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
|
---|
| 139 | to fix SYS2048 during RealPlayer install.
|
---|
| 140 | - WIN32K: o Fixed the DBExpert bug in the longdllname code.
|
---|
[6198] | 141 | BTW. Thanks to Randell at Sundial Systems and Alex Newman
|
---|
[6194] | 142 | for reporting this and begin very helpful tracking it down.
|
---|
| 143 | o The longdllname feature now differs from the OS/2 loader on
|
---|
| 144 | one points: <br>
|
---|
| 145 | It is able to find (DosQueryModuleHandle) for dlls using
|
---|
| 146 | internal names which includes the .DLL extention. <br>
|
---|
| 147 | The longdllname feature don't currently support names with
|
---|
| 148 | extention .DLL like extentions with base name lengths from
|
---|
| 149 | 4-7 chars. I will fix this some day.<br>
|
---|
| 150 |
|
---|
[6181] | 151 | 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 152 | - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
|
---|
| 153 | o GlobalAlloc must return pointers aligned at 8 byte boundary
|
---|
| 154 | (SDK docs + verified in NT4, SP6)
|
---|
[6187] | 155 | o Better checks in GlobalFree for invalid handles/pointers
|
---|
| 156 | (InvestmentView seems to call it with a GDI handle; why??)
|
---|
[6181] | 157 | o LocalReAlloc bugfix
|
---|
| 158 | - USER32: o Must return 16 bits icon & cursor handles
|
---|
| 159 | (fixes crash in Acrobat Reader 4)
|
---|
| 160 | - GDI32: o GetDIBits must only return color information when lpvBits
|
---|
| 161 | is not NULL.
|
---|
| 162 | (fixes Opera crash (heap corruption) with new heap code)
|
---|
| 163 | - PELDR: o Report error when file not found.
|
---|
| 164 |
|
---|
[6174] | 165 | 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6172] | 166 | - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
|
---|
[6175] | 167 | o WinHelpA fixes (use shared memory for sending information
|
---|
| 168 | to winhlp32)
|
---|
[6174] | 169 | - KERNEL32: o Added GlobalFix and GlobalUnfix
|
---|
| 170 | o Local memory functions now use Global memory functions
|
---|
| 171 | o Ported Wine Global memory functions (we no longer depend
|
---|
| 172 | on Open32 for these)
|
---|
[6172] | 173 |
|
---|
| 174 | 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6161] | 175 | - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
|
---|
| 176 | o VkKeyScanExA/W: call VkKeyScanA/W
|
---|
| 177 | o MapVirtualKeyExA/W: call MapVirtualKeyA/W
|
---|
[6194] | 178 | o SetParent bugfix; even though the win32 coordinates might
|
---|
| 179 | not change, the PM coordinates can. We must make sure the
|
---|
| 180 | child stays at the same position (y) relative to the
|
---|
[6165] | 181 | (new) parent.
|
---|
| 182 | (Cool Edit Pro LE play buttons now at the right position)
|
---|
[6167] | 183 | o Send WM_SETICON to frame window with converted win32 icon
|
---|
| 184 | (application icon now visible in task list)
|
---|
[6170] | 185 | o Quick fix for window creation:
|
---|
| 186 | Before a window has processed WM_NCCREATE:
|
---|
| 187 | - GetTopWindow can't return that window handle
|
---|
| 188 | - GetWindow(parent, GW_CHILD) can't return that window handle
|
---|
| 189 | - IsChild works
|
---|
| 190 | TODO: Does this affect more functions?? (other GetWindow ops)
|
---|
| 191 | (verified in NT4, SP6)
|
---|
| 192 | TODO: Must add window to parent's child list after WM_NCCREATE
|
---|
| 193 | and rewrite GetWindow & GetTopWindow
|
---|
| 194 | (fix for crash in MP3 Explorer)
|
---|
| 195 |
|
---|
[6164] | 196 | - GDI32: o Workaround for applications that depend on 16 bits
|
---|
| 197 | GDI object handles.
|
---|
| 198 | (TODO: must create our own 16 bits handles)
|
---|
| 199 | (fixes crash in Cool Edit Pro LE)
|
---|
[6161] | 200 |
|
---|
[6152] | 201 | 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 202 | - KERNEL32: o Improoved the Unhandled exception message by
|
---|
| 203 | trying to provide modulename and some kind of obj/offset.
|
---|
[6159] | 204 | - FastDep: o (synced with OS2Tools) Make better use of data in evt.
|
---|
| 205 | existing .depend file so that only changed files are processed.
|
---|
[6152] | 206 |
|
---|
[6144] | 207 | 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 208 | - KERNEL32: o Executable load fix
|
---|
[6147] | 209 | (fixes crash during RealPlayer 8 install)
|
---|
| 210 | o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
|
---|
[6150] | 211 | - USER32: o ToAscii & GetKeyboardState fixes
|
---|
[6147] | 212 | (for Putty keyboard input)
|
---|