1 | /* $Id: changelog,v 1.2291 2002-08-28 05:05:01 bird Exp $ */
|
---|
2 |
|
---|
3 | 2002-08-27: knut st. osmundsen <bird@anduin >
|
---|
4 | - FASTDEP: o Tweaked cyclic dependency checks performance a little bit more.
|
---|
5 | - MAKE o Splitted out linker and library configs into separat config
|
---|
6 | files. Both to have less files to update, and to be able to
|
---|
7 | easer choose linker or archiver.
|
---|
8 | o Tried to make ilink and optional linker for watcom, but
|
---|
9 | it produces bad executable files. Will fix this later.
|
---|
10 |
|
---|
11 | 2002-08-27: Platon Fomichev <platon@innotek >
|
---|
12 | - USER32: o Added support for WS_EX_TOPMOST
|
---|
13 |
|
---|
14 | 2002-08-27: Sander van Leeuwen <sandervl@innotek >
|
---|
15 | - MSVFW32: o Resync with latest Wine
|
---|
16 | o Added LGPL license
|
---|
17 | o Fixed the 16 bits mess (incorrect handle conversion)
|
---|
18 |
|
---|
19 | 2002-08-23: Yuri Dario <mc6530@mclink >
|
---|
20 | - TOOLS: o VAC40 filter fixes for mapsym.cmd.
|
---|
21 |
|
---|
22 | 2002-08-23: knut st. osmundsen <bird@anduin >
|
---|
23 | - TOOLS: o Made mapsym.cmd quiet on 4os2 too.
|
---|
24 | o Made BldLevelInf.cmd respecting BUILD_VERBOSE and BUILD_QUIET;
|
---|
25 | and fixed an old typo.
|
---|
26 | o Update the Do* and BldLevelInf.cmd with novalue signalhandlers.
|
---|
27 | (Something all rexx script should use!)
|
---|
28 | - MAKE: o Completed Odin32 config.
|
---|
29 | o Default target is DLL, but if CUSTOMBUILD defined LIB.
|
---|
30 | - ADVAPI32, ODINCRT:
|
---|
31 | o Made makefiles support the new build system.
|
---|
32 | (Using the new if BUILD_SETUP_MAK is defined.)
|
---|
33 |
|
---|
34 | 2002-08-23: Herwig Bauernfeind <herwig.bauernfeind@aon >
|
---|
35 | - TOOLS\ODINBUG, DOC, BIN
|
---|
36 | o OdinBug update
|
---|
37 |
|
---|
38 | 2002-08-23: Sander van Leeuwen <sandervl@innotek >
|
---|
39 | - USER32: o Ugly hack added to work around crash in PM when child window
|
---|
40 | calls DestroyWindow for parent or owner in WM_DESTROY handler
|
---|
41 | (solution: postpone DestroyWindow for parent/owner)
|
---|
42 |
|
---|
43 | 2002-08-23: knut st. osmundsen <bird@anduin >
|
---|
44 | - TOOLS: o Added a rm.exe binary from the OS2Tools tree.
|
---|
45 | The new build system uses this. Then clean will
|
---|
46 | work everywhere!
|
---|
47 |
|
---|
48 | 2002-08-22: Sander van Leeuwen <sandervl@innotek >
|
---|
49 | - SHELL32: o Added bugfix to IEnumIDList_Folder_Constructor (from Wine)
|
---|
50 | o Enabled Christoph Bratschi's CreateFolderEnumList optimization
|
---|
51 | - KERNEL32: o Rewrote GetFileAttributesA & translate filename used from Windows
|
---|
52 | to OS/2 codepage
|
---|
53 |
|
---|
54 | 2002-08-21: knut st. osmundsen <bird@anduin >
|
---|
55 | - MAKE: o Implemented a 'needed' pass to make required tools (for
|
---|
56 | instance code generators).
|
---|
57 | o Made SUBDIRS and PRE/POSTMAKEFILES more customizable by
|
---|
58 | adding support for override macros:
|
---|
59 | [SUBDIRS|[PRE|POST]MAKEFILES]_<mainrule>
|
---|
60 | This is good when you wanna skip a tree for a rule (=pass)
|
---|
61 | or/and just run do a rule (=pass) in a specific tree.
|
---|
62 | o Added check for TARGET_PRIVATE macro before installing
|
---|
63 | anything.
|
---|
64 | - CMDQD, FASTDEP:
|
---|
65 | o Made makefiles support the new build system.
|
---|
66 | (Using the new if BUILD_SETUP_MAK is defined.)
|
---|
67 |
|
---|
68 | 2002-08-21: Sander van Leeuwen <sandervl@innotek >
|
---|
69 | - KERNEL32: o EV_RLSD/MS_RLSD_ON status corresponds to OS/2 DCD (data carrier detect) status
|
---|
70 | GetCommModemStatus & GetCommEvent changed
|
---|
71 | Removed from unsupported flags in SetCommMask.
|
---|
72 |
|
---|
73 | 2002-08-21: Platon Fomichev <platon@innotek >
|
---|
74 | - USER32: o Fixed OSLibWinSetSysValue
|
---|
75 | o Fixed OSLibSetWindowStyle; delete frame controls if required
|
---|
76 |
|
---|
77 | 2002-08-21: Yuri Dario <mc6530@mclink >
|
---|
78 | - USER32: o OSLibWinChangeTaskList & OSLibWinAddToTaskList bugfixes;
|
---|
79 | wrong CharToOemBuffA call.
|
---|
80 |
|
---|
81 | 2002-08-20: knut st. osmundsen <bird@anduin >
|
---|
82 | - FASTDEP: o Support for special makefile chars.
|
---|
83 | o Optimized cyclic dependency checks for large systems.
|
---|
84 | - MAKE: o Corrected all ilib (AR) rules.
|
---|
85 | o Quick LIB testcases.
|
---|
86 |
|
---|
87 | 2002-08-20: Platon Fomichev <platon@innotek >
|
---|
88 | - COMCTL32: o Trackbar: set position fix
|
---|
89 |
|
---|
90 | 2002-08-19: knut st. osmundsen <bird@anduin >
|
---|
91 | - MAKE: o New TARGET_MODE: DEPEND.
|
---|
92 | o ilib+dashes and some other bugfixing.
|
---|
93 | o VAC debug memory management option.
|
---|
94 | o Implemented structured make passes.
|
---|
95 | o Polish.
|
---|
96 | - TOOLS: o Did some polish and help on BuildEnv.cmd.
|
---|
97 | o Show make pass number while traversing the tree. (Do*.cmd)
|
---|
98 |
|
---|
99 | 2002-08-19: Sander van Leeuwen <sandervl@innotek >
|
---|
100 | - USER32: o Don't send queued WM_CHAR messages for windows that have
|
---|
101 | just been destroyed. (Get/PeekMessage)
|
---|
102 |
|
---|
103 | 2002-08-17: Yuri Dario <mc6530@mclink >
|
---|
104 | - INCLUDE: o Fixed INT32 definition
|
---|
105 | - USER32: o Merged latest Rewind edit control code
|
---|
106 |
|
---|
107 | 2002-08-16: Sander van Leeuwen <sandervl@innotek >
|
---|
108 | - WINMM: o Put back old wave playback resume code
|
---|
109 | - DINPUT: o Merged with latest Wine (DirectInput 8 support)
|
---|
110 | o Added bugfix from June 18th:
|
---|
111 | SysMouseAImpl_GetDeviceData: check if internal dinput
|
---|
112 | mouse state is out of sync and update if necessary
|
---|
113 | - USER32: o SetCursorPos change:
|
---|
114 | The current cursor position may not have been passed to the application
|
---|
115 | just yet. The position change discards any previous events which may
|
---|
116 | lead to inconsistent mouse behaviour (like in DirectInput).
|
---|
117 | To fix this, we pass down a mouse move event to any hook handlers.
|
---|
118 |
|
---|
119 | 2002-08-16: Platon Fomichev <platon@innotek >
|
---|
120 | - KERNEL32: o Fully implemented GetShortPathNameA/W & GetLongPathNameA/W
|
---|
121 | (based on Rewind code)
|
---|
122 |
|
---|
123 | 2002-08-15: Yuri Dario <mc6530@mclink >
|
---|
124 | - USER32: o SPI_GETNONCLIENTMETRICS size check extended
|
---|
125 | o Fixed RMB on icon of minimized mdi window
|
---|
126 |
|
---|
127 | 2002-08-14: Sander van Leeuwen <sandervl@innotek >
|
---|
128 | - USER32: o CUSTOM_TRACKFRAME code is the default now. removed old code
|
---|
129 | - WINMM: o Dart wave playback bugfix
|
---|
130 |
|
---|
131 | 2002-08-14: Yuri Dario <mc6530@mclink >
|
---|
132 | - USER32: o RMB on system menu icon pops up system menu (OS/2 look)
|
---|
133 | o GetSysPopupPos fix
|
---|
134 |
|
---|
135 | 2002-08-13: Sander van Leeuwen <sandervl@innotek >
|
---|
136 | - GDI32: o SelectObject bugfix for region handles. (fixes crash in
|
---|
137 | Freecell)
|
---|
138 | - USER32: o Added more logging for PM SWP & QFC flags
|
---|
139 | o Enable owner of window destroyed by DestroyWindow. Disabled
|
---|
140 | owners will never be activated by PM.
|
---|
141 |
|
---|
142 | 2002-08-13: Yuri Dario <mc6530@mclink >
|
---|
143 | - USER32: o Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers
|
---|
144 | (Rewind)
|
---|
145 |
|
---|
146 | 2002-08-12: Sander van Leeuwen <sandervl@innotek >
|
---|
147 | - DDRAW: o SetCustomFullScreenMode added to force DirectDraw to
|
---|
148 | report only one fullscreen mode
|
---|
149 | o Added cases for 32 bpp in mode enumeration
|
---|
150 | o DrawEnumDisplayModes bugfixes
|
---|
151 | o Call ShowWindow in SetCooperativeLevel (if valid window)
|
---|
152 | o Resize associated window to full screen in SetCooperativeLevel
|
---|
153 | (not sure if this is correct)
|
---|
154 | o Call DrawSetDisplayMode2 in DrawSetDisplayMode (code duplication)
|
---|
155 |
|
---|
156 | 2002-08-12: Platon Fomichev <platon@innotek >
|
---|
157 | - COMCTL32: o Tooltips: ignore TTS_ALWAYSTIP style. Windows 2000 appears
|
---|
158 | to do the same.
|
---|
159 | - USER32: o Wine (X11) resync for AdjustRectOuter
|
---|
160 |
|
---|
161 | 2002-08-10: Sander van Leeuwen <sandervl@innotek >
|
---|
162 | - WGSS50: o Update from IBM
|
---|
163 |
|
---|
164 | 2002-08-09: Sander van Leeuwen <sandervl@innotek >
|
---|
165 | - USER32: o Partly implemented GetGUIThreadInfo
|
---|
166 | - KERNEL32: o Lock drive when sharing is disabled (CreateFile for drives);
|
---|
167 | unlock when closed
|
---|
168 |
|
---|
169 | 2002-08-08: Platon Fomichev <platon@innotek >
|
---|
170 | - USER32: o Fix for handling VK_RETURN in dialogs
|
---|
171 |
|
---|
172 | 2002-08-08: Sander van Leeuwen <sandervl@innotek >
|
---|
173 | - ChangeLog:o Obfuscated email addresses because people continue to
|
---|
174 | post the ChangeLog file in mailinglists/newsgroups.
|
---|
175 | - KERNEL32: o CreateFile now fails earlier if used for non-existing drive
|
---|
176 | letter.
|
---|
177 | - OLE32: o Disabled mouse cursor changes in drag 'n drop code.
|
---|
178 | (causes mouse cursor changes when clicking on item in
|
---|
179 | file open dialog)
|
---|
180 |
|
---|
181 | 2002-08-07: Platon Fomichev <platon@innotek >
|
---|
182 | - USER32: o Listbox fix for keyboard search (Rewind (Wine/X11))
|
---|
183 |
|
---|
184 | 2002-08-05: Sander van Leeuwen <sandervl@innotek >
|
---|
185 | - USER32: o MsgWaitForMultipleObjects changes; check objects before
|
---|
186 | message queue status
|
---|
187 | o Translate WM_DRAWCLIPBOARD for clipboard change notification
|
---|
188 |
|
---|
189 | 2002-08-04: Sander van Leeuwen <sandervl@innotek >
|
---|
190 | - KERNEL32: o Return ERROR_OPERATION_ABORTED in GetOverlappedResult if
|
---|
191 | request was cancelled
|
---|
192 |
|
---|
193 | 2002-08-01: Sander van Leeuwen <sandervl@innotek >
|
---|
194 | - WINMM: o Keep filling DART buffers during WaveOutWrite until there's
|
---|
195 | no more room.
|
---|
196 | o Fill DART buffers during resume
|
---|
197 | - KERNEL32: o Create event semaphore during TEB setup. Used for
|
---|
198 | Post(Thread)Message in combination with MsgWaitForMultipleObjects
|
---|
199 | - USER32: o MsgWaitForMultipleObjects; change for waiting for object &
|
---|
200 | message (timeout != 0, fWaitAll == FALSE, nCount > 0)
|
---|
201 | If dwWakeMsg & QS_POSTMESSAGE, also wait for post msg event
|
---|
202 | semaphore.
|
---|
203 | o Signal post message event semaphore in PostMessageA/W &
|
---|
204 | PostThreadMessage
|
---|
205 |
|
---|