source: trunk/changelog@ 9061

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

* empty log message *

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