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