source: trunk/changelog@ 9197

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

* empty log message *

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