source: trunk/changelog@ 6259

Last change on this file since 6259 was 6259, checked in by achimha, 24 years ago

* empty log message *

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