source: trunk/changelog@ 9091

Last change on this file since 9091 was 9091, checked in by bird, 23 years ago

* empty log message *

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