source: trunk/changelog@ 9100

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

* empty log message *

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