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