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