source: trunk/changelog@ 9110

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

* empty log message *

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