[6261] | 1 | /* $Id: changelog,v 1.1582 2001-07-09 07:56:51 sandervl Exp $ */
|
---|
[6074] | 2 |
|
---|
[6261] | 3 | 2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - KERNEL32: o Directly import registry functions from REGISTRY.DLL
|
---|
| 5 | - GDI32: o Never use object handle 0
|
---|
| 6 | (fixes bad icons in dialogs)
|
---|
| 7 |
|
---|
[6252] | 8 | 2001-07-08: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 9 | - WSOCK32: o error message to human readable text translation
|
---|
| 10 | for WSASetLastError (debug version)
|
---|
| 11 | o implemented IPPROTO_IP support for setsockopt
|
---|
| 12 | (not fully done)
|
---|
| 13 | o reset semaphore in WSAEnumNetworkEvents
|
---|
[6259] | 14 | - USER32: o deleted user32\old. It is still in the CVS attic
|
---|
| 15 | so in case you need it, you can get it from CVS
|
---|
[6252] | 16 |
|
---|
[6239] | 17 | 2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 18 | - USER32: o Some icon fixes
|
---|
[6244] | 19 | o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
|
---|
| 20 | jump back to last click position when moving the mouse
|
---|
| 21 | outside the scroll window during scrolling.
|
---|
| 22 | o Changed menu behaviour in OS/2 mode; no mouse tracking
|
---|
| 23 | when right or left mouse button not pressed.
|
---|
[6255] | 24 | o Clipboard (Get/SetClipboardData: must translated open32
|
---|
| 25 | to kernel32 global memory handles (due to Global memory
|
---|
| 26 | api rewrite)
|
---|
| 27 | o Key translation for arrow keys and insert/del, home/end, page up/down
|
---|
| 28 | added (WM_CHAR message translation)
|
---|
[6256] | 29 | o Edit control bugfix for drawing selected text
|
---|
[6239] | 30 | - KERNEL32: o More pointer checks added to GlobalLock/Unlock
|
---|
[6255] | 31 | o Add default rename entry for crtdll
|
---|
| 32 | o Fixed FS corruption in atom functions (wrapper for LookupAtom)
|
---|
| 33 | - CRTDLL: o Renamed to crtdll32 to avoid problems with some Lotus
|
---|
| 34 | apps that come with their own crtdll
|
---|
| 35 | - NTDLL: o Link with crtdll32.lib
|
---|
| 36 | - VERSION: o Link with crtdll32.lib
|
---|
| 37 | - SHLWAPI: o Link with crtdll32.lib
|
---|
| 38 | - PELDR: o Fix for file not found error
|
---|
[6239] | 39 |
|
---|
[6235] | 40 | 2001-07-08: knut st. osmundsen <kosmunds@csc.com>:
|
---|
| 41 | - KERNEL32: o Added call in initterm to tell win32k where the Odin32
|
---|
| 42 | environment block is. (Its in Open32, and I don't think
|
---|
| 43 | it is reallocated.)
|
---|
| 44 | o Added early initiation of Win32k loaded EXE. This corrected
|
---|
| 45 | problems with GetModuleHandleA returing -1 to MSVCRT.
|
---|
| 46 | - WIN32K: o Fixed environment block problem. The environment variables is
|
---|
| 47 | not updated in the original env.block. So, win32k needs to
|
---|
| 48 | be told where to find the Odin32 environment block to correctly
|
---|
| 49 | find dlls using the PATH.
|
---|
| 50 | o Corrected crosspage fixup bug.
|
---|
| 51 | o Set no internal fixups flag in LX header for most executables
|
---|
| 52 | in an attempt to convice OS/2 to load them where they wanna be
|
---|
| 53 | loaded (usually 0x00400000).
|
---|
[6236] | 54 | o Can now tell difference between the debug kernels.
|
---|
[6235] | 55 |
|
---|
[6198] | 56 | 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 57 | - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
|
---|
| 58 | o Fixed GetAtomNameW
|
---|
[6209] | 59 | - GDI32: o Don't use Open32 IsBad* memory functions directly
|
---|
| 60 | - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
|
---|
| 61 | memory handles (due to Global memory api rewrite)
|
---|
[6198] | 62 |
|
---|
[6197] | 63 | 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 64 | - WS2_32: o import WSAEventSelect from WSOCK32 (although a
|
---|
| 65 | Winsock 2.0 API, it makes more sense to be implemented
|
---|
| 66 | in the Winsock 1.1 stack)
|
---|
[6202] | 67 | o import WSAEnumNetworkEvents from WSOCK32 (same reason)
|
---|
[6197] | 68 | - WSOCK32: o enhanced WSAAsyncSelect processing to allow both
|
---|
| 69 | window handle and event semaphore notification
|
---|
| 70 | o implemented WSAEventSelect
|
---|
[6202] | 71 | o implemented WSAEnumNetworkEvents (not correct)
|
---|
[6197] | 72 |
|
---|
[6235] | 73 | 2001-07-07: knut st. osmundsen <kosmunds@csc.com>:
|
---|
[6194] | 74 | - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
|
---|
| 75 | to fix SYS2048 during RealPlayer install.
|
---|
| 76 | - WIN32K: o Fixed the DBExpert bug in the longdllname code.
|
---|
[6198] | 77 | BTW. Thanks to Randell at Sundial Systems and Alex Newman
|
---|
[6194] | 78 | for reporting this and begin very helpful tracking it down.
|
---|
| 79 | o The longdllname feature now differs from the OS/2 loader on
|
---|
| 80 | one points: <br>
|
---|
| 81 | It is able to find (DosQueryModuleHandle) for dlls using
|
---|
| 82 | internal names which includes the .DLL extention. <br>
|
---|
| 83 | The longdllname feature don't currently support names with
|
---|
| 84 | extention .DLL like extentions with base name lengths from
|
---|
| 85 | 4-7 chars. I will fix this some day.<br>
|
---|
| 86 |
|
---|
[6181] | 87 | 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 88 | - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
|
---|
| 89 | o GlobalAlloc must return pointers aligned at 8 byte boundary
|
---|
| 90 | (SDK docs + verified in NT4, SP6)
|
---|
[6187] | 91 | o Better checks in GlobalFree for invalid handles/pointers
|
---|
| 92 | (InvestmentView seems to call it with a GDI handle; why??)
|
---|
[6181] | 93 | o LocalReAlloc bugfix
|
---|
| 94 | - USER32: o Must return 16 bits icon & cursor handles
|
---|
| 95 | (fixes crash in Acrobat Reader 4)
|
---|
| 96 | - GDI32: o GetDIBits must only return color information when lpvBits
|
---|
| 97 | is not NULL.
|
---|
| 98 | (fixes Opera crash (heap corruption) with new heap code)
|
---|
| 99 | - PELDR: o Report error when file not found.
|
---|
| 100 |
|
---|
[6174] | 101 | 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6172] | 102 | - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
|
---|
[6175] | 103 | o WinHelpA fixes (use shared memory for sending information
|
---|
| 104 | to winhlp32)
|
---|
[6174] | 105 | - KERNEL32: o Added GlobalFix and GlobalUnfix
|
---|
| 106 | o Local memory functions now use Global memory functions
|
---|
| 107 | o Ported Wine Global memory functions (we no longer depend
|
---|
| 108 | on Open32 for these)
|
---|
[6172] | 109 |
|
---|
| 110 | 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6161] | 111 | - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
|
---|
| 112 | o VkKeyScanExA/W: call VkKeyScanA/W
|
---|
| 113 | o MapVirtualKeyExA/W: call MapVirtualKeyA/W
|
---|
[6194] | 114 | o SetParent bugfix; even though the win32 coordinates might
|
---|
| 115 | not change, the PM coordinates can. We must make sure the
|
---|
| 116 | child stays at the same position (y) relative to the
|
---|
[6165] | 117 | (new) parent.
|
---|
| 118 | (Cool Edit Pro LE play buttons now at the right position)
|
---|
[6167] | 119 | o Send WM_SETICON to frame window with converted win32 icon
|
---|
| 120 | (application icon now visible in task list)
|
---|
[6170] | 121 | o Quick fix for window creation:
|
---|
| 122 | Before a window has processed WM_NCCREATE:
|
---|
| 123 | - GetTopWindow can't return that window handle
|
---|
| 124 | - GetWindow(parent, GW_CHILD) can't return that window handle
|
---|
| 125 | - IsChild works
|
---|
| 126 | TODO: Does this affect more functions?? (other GetWindow ops)
|
---|
| 127 | (verified in NT4, SP6)
|
---|
| 128 | TODO: Must add window to parent's child list after WM_NCCREATE
|
---|
| 129 | and rewrite GetWindow & GetTopWindow
|
---|
| 130 | (fix for crash in MP3 Explorer)
|
---|
| 131 |
|
---|
[6164] | 132 | - GDI32: o Workaround for applications that depend on 16 bits
|
---|
| 133 | GDI object handles.
|
---|
| 134 | (TODO: must create our own 16 bits handles)
|
---|
| 135 | (fixes crash in Cool Edit Pro LE)
|
---|
[6161] | 136 |
|
---|
[6152] | 137 | 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 138 | - KERNEL32: o Improoved the Unhandled exception message by
|
---|
| 139 | trying to provide modulename and some kind of obj/offset.
|
---|
[6159] | 140 | - FastDep: o (synced with OS2Tools) Make better use of data in evt.
|
---|
| 141 | existing .depend file so that only changed files are processed.
|
---|
[6152] | 142 |
|
---|
[6144] | 143 | 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 144 | - KERNEL32: o Executable load fix
|
---|
[6147] | 145 | (fixes crash during RealPlayer 8 install)
|
---|
| 146 | o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
|
---|
[6150] | 147 | - USER32: o ToAscii & GetKeyboardState fixes
|
---|
[6147] | 148 | (for Putty keyboard input)
|
---|