1 | /* $Id: changelog,v 1.2281 2002-08-21 17:23:54 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2002-08-21: Sander van Leeuwen <sandervl@innotek >
|
---|
4 | - KERNEL32: o EV_RLSD/MS_RLSD_ON status corresponds to OS/2 DCD (data carrier detect) status
|
---|
5 | GetCommModemStatus & GetCommEvent changed
|
---|
6 | Removed from unsupported flags in SetCommMask.
|
---|
7 |
|
---|
8 | 2002-08-21: Platon Fomichev <platon@innotek >
|
---|
9 | - USER32: o Fixed OSLibWinSetSysValue
|
---|
10 | o Fixed OSLibSetWindowStyle; delete frame controls if required
|
---|
11 |
|
---|
12 | 2002-08-21: Yuri Dario <mc6530@mclink >
|
---|
13 | - USER32: o OSLibWinChangeTaskList & OSLibWinAddToTaskList bugfixes;
|
---|
14 | wrong CharToOemBuffA call.
|
---|
15 |
|
---|
16 | 2002-08-20: knut st. osmundsen <bird@anduin >
|
---|
17 | - FASTDEP: o Support for special makefile chars.
|
---|
18 | o Optimized cyclic dependency checks for large systems.
|
---|
19 | - MAKE: o Corrected all ilib (AR) rules.
|
---|
20 | o Quick LIB testcases.
|
---|
21 |
|
---|
22 | 2002-08-20: Platon Fomichev <platon@innotek >
|
---|
23 | - COMCTL32: o Trackbar: set position fix
|
---|
24 |
|
---|
25 | 2002-08-19: knut st. osmundsen <bird@anduin >
|
---|
26 | - MAKE: o New TARGET_MODE: DEPEND.
|
---|
27 | o ilib+dashes and some other bugfixing.
|
---|
28 | o VAC debug memory management option.
|
---|
29 | o Implemented structured make passes.
|
---|
30 | o Polish.
|
---|
31 | - TOOLS: o Did some polish and help on BuildEnv.cmd.
|
---|
32 | o Show make pass number while traversing the tree. (Do*.cmd)
|
---|
33 |
|
---|
34 | 2002-08-19: Sander van Leeuwen <sandervl@innotek >
|
---|
35 | - USER32: o Don't send queued WM_CHAR messages for windows that have
|
---|
36 | just been destroyed. (Get/PeekMessage)
|
---|
37 |
|
---|
38 | 2002-08-17: Yuri Dario <mc6530@mclink >
|
---|
39 | - INCLUDE: o Fixed INT32 definition
|
---|
40 | - USER32: o Merged latest Rewind edit control code
|
---|
41 |
|
---|
42 | 2002-08-16: Sander van Leeuwen <sandervl@innotek >
|
---|
43 | - WINMM: o Put back old wave playback resume code
|
---|
44 | - DINPUT: o Merged with latest Wine (DirectInput 8 support)
|
---|
45 | o Added bugfix from June 18th:
|
---|
46 | SysMouseAImpl_GetDeviceData: check if internal dinput
|
---|
47 | mouse state is out of sync and update if necessary
|
---|
48 | - USER32: o SetCursorPos change:
|
---|
49 | The current cursor position may not have been passed to the application
|
---|
50 | just yet. The position change discards any previous events which may
|
---|
51 | lead to inconsistent mouse behaviour (like in DirectInput).
|
---|
52 | To fix this, we pass down a mouse move event to any hook handlers.
|
---|
53 |
|
---|
54 | 2002-08-16: Platon Fomichev <platon@innotek >
|
---|
55 | - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
|
---|
56 | (based on Rewind code)
|
---|
57 |
|
---|
58 | 2002-08-15: Yuri Dario <mc6530@mclink >
|
---|
59 | - USER32: o SPI_GETNONCLIENTMETRICS size check extended
|
---|
60 | o Fixed RMB on icon of minimized mdi window
|
---|
61 |
|
---|
62 | 2002-08-14: Sander van Leeuwen <sandervl@innotek >
|
---|
63 | - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
|
---|
64 | - WINMM: o Dart wave playback bugfix
|
---|
65 |
|
---|
66 | 2002-08-14: Yuri Dario <mc6530@mclink >
|
---|
67 | - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
|
---|
68 | o GetSysPopupPos fix
|
---|
69 |
|
---|
70 | 2002-08-13: Sander van Leeuwen <sandervl@innotek >
|
---|
71 | - GDI32: o SelectObject bugfix for region handles. (fixes crash in
|
---|
72 | Freecell)
|
---|
73 | - USER32: o Added more logging for PM SWP & QFC flags
|
---|
74 | o Enable owner of window destroyed by DestroyWindow. Disabled
|
---|
75 | owners will never be activated by PM.
|
---|
76 |
|
---|
77 | 2002-08-13: Yuri Dario <mc6530@mclink >
|
---|
78 | - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
|
---|
79 | (Rewind)
|
---|
80 |
|
---|
81 | 2002-08-12: Sander van Leeuwen <sandervl@innotek >
|
---|
82 | - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
|
---|
83 | report only one fullscreen mode
|
---|
84 | o Added cases for 32 bpp in mode enumeration
|
---|
85 | o DrawEnumDisplayModes bugfixes
|
---|
86 | o Call ShowWindow in SetCooperativeLevel (if valid window)
|
---|
87 | o Resize associated window to full screen in SetCooperativeLevel
|
---|
88 | (not sure if this is correct)
|
---|
89 | o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
|
---|
90 |
|
---|
91 | 2002-08-12: Platon Fomichev <platon@innotek >
|
---|
92 | - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
|
---|
93 | to do the same.
|
---|
94 | - USER32: o Wine (X11) resync for AdjustRectOuter
|
---|
95 |
|
---|
96 | 2002-08-10: Sander van Leeuwen <sandervl@innotek >
|
---|
97 | - WGSS50: o Update from IBM
|
---|
98 |
|
---|
99 | 2002-08-09: Sander van Leeuwen <sandervl@innotek >
|
---|
100 | - USER32: o Partly implemented GetGUIThreadInfo
|
---|
101 | - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
|
---|
102 | unlock when closed
|
---|
103 |
|
---|
104 | 2002-08-08: Platon Fomichev <platon@innotek >
|
---|
105 | - USER32: o Fix for handling VK_RETURN in dialogs
|
---|
106 |
|
---|
107 | 2002-08-08: Sander van Leeuwen <sandervl@innotek >
|
---|
108 | - ChangeLog:o Obfuscated email addresses because people continue to
|
---|
109 | post the ChangeLog file in mailinglists/newsgroups.
|
---|
110 | - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
|
---|
111 | letter.
|
---|
112 | - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
|
---|
113 | (causes mouse cursor changes when clicking on item in
|
---|
114 | file open dialog)
|
---|
115 |
|
---|
116 | 2002-08-07: Platon Fomichev <platon@innotek >
|
---|
117 | - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
|
---|
118 |
|
---|
119 | 2002-08-05: Sander van Leeuwen <sandervl@innotek >
|
---|
120 | - USER32: o MsgWaitForMultipleObjects changes; check objects before
|
---|
121 | message queue status
|
---|
122 | o Translate WM_DRAWCLIPBOARD for clipboard change notification
|
---|
123 |
|
---|
124 | 2002-08-04: Sander van Leeuwen <sandervl@innotek >
|
---|
125 | - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
|
---|
126 | request was cancelled
|
---|
127 |
|
---|
128 | 2002-08-01: Sander van Leeuwen <sandervl@innotek >
|
---|
129 | - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
|
---|
130 | no more room.
|
---|
131 | o Fill DART buffers during resume
|
---|
132 | - KERNEL32: o Create event semaphore during TEB setup. Used for
|
---|
133 | Post(Thread)Message in combination with MsgWaitForMultipleObjects
|
---|
134 | - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
|
---|
135 | message (timeout != 0, fWaitAll == FALSE, nCount > 0)
|
---|
136 | If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
|
---|
137 | semaphore.
|
---|
138 | o Signal post message event semaphore in PostMessageA/W &
|
---|
139 | PostThreadMessage
|
---|
140 |
|
---|