source: trunk/changelog@ 9215

Last change on this file since 9215 was 9215, checked in by sandervl, 23 years ago

* empty log message *

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