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